COLOR #CFBEE7

HEX: #CFBEE7
RGB: (207,190,231)

Color info

#CFBEE7 contains red, green and blue colors in about the same proportion. Web safe color of #CFBEE7 is #CCCCFF (or #CCF).

RGB color model

#CFBEE7 color RGB value is (207,190,231).

  • red value is 207;
  • green value is 190;
  • blue value is 231.
RGB:
(207,190,231)
(81%,75%,91%)

RGB channels and saturation

R 207 of 255 = 81%
G 190 of 255 = 75%
B 231 of 255 = 91%

207
190
231

R + G + B ~ 82%. #CFBEE7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
207 + 190 + 231 = 628 (100%)
R 207 of 628 ~ 32.96%
G 190 of 628 ~ 30.25%
B 231 of 628 ~ 36.78%

%32.96
%30.25
%36.78

CMYK color model

#CFBEE7 color CMYK value is (10,18,0,9).

  • cyan value is 10.39%
  • magenta value is 17.75%
  • yellow value is 0.00%
  • key color value is 9.41%
CMYK:
(10,18,0,9)
C10M18Y0K9 
(10%,18%,0%,9%)
(0.10/0.18/0.00/0.09)	

CMYK percentages

%10.39
%17.75
%0
%9.41

Codes

Color #CFBEE7 in popluar color models

CFBEE7
RGB207190231
HSL265°46.07%82.55%
HSB/HSV265°17.75%90.59%
CMYK10.39%17.75%0.00%
9.41%

Color #CFBEE7 in popluar number systems.

HEXCFBEE7
Decimal207190231
Binary110011111011111011100111
Octal317276347

Shades and tints

Shades of #CFBEE7

#CFBEE7
(207,190,231)
#BDADD2
(189,173,210)
#AB9CBD
(171,156,189)
#998BA8
(153,139,168)
#877A93
(135,122,147)
#75697E
(117,105,126)
#635869
(99,88,105)
#514754
(81,71,84)
#3F363F
(63,54,63)
#2D252A
(45,37,42)
#1B1415
(27,20,21)
#000000
(0,0,0)

Tints of #CFBEE7

#CFBEE7
(207,190,231)
#D3C3E9
(211,195,233)
#D7C8EB
(215,200,235)
#DBCDED
(219,205,237)
#DFD2EF
(223,210,239)
#E3D7F1
(227,215,241)
#E7DCF3
(231,220,243)
#EBE1F5
(235,225,245)
#EFE6F7
(239,230,247)
#F3EBF9
(243,235,249)
#F7F0FB
(247,240,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CFBEE7 color. Also use rgb(207,190,231) instead hex code.

Text Font Color

.myTextColor { color: #CFBEE7; }

<p style="color:#CFBEE7">This sample text font color is #CFBEE7.</p>

This text font color is #CFBEE7.


Background Color

.myBgColor { background-color: #CFBEE7; }

<div style="background-color:#CFBEE7">Inner text</div>

This div background color is #CFBEE7.


Border color

.myBorderColor { border: 1px solid #CFBEE7; }

<div style="border:3px solid #CFBEE7">Div</div>

This div border color is #CFBEE7.


Opacity

.myOpacity80 { color: #CFBEE7; opacity: 0.8; }

<p style="color:#CFBEE7;opacity:0.8;">80%</p>

Text with #CFBEE7 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #CFBEE7;}

<p style="text-shadow: 3px 3px 1px #CFBEE7">Text here.</p>

This text has shadow with #CFBEE7 color.

.textShadow {text-shadow: 3px 3px 1px #CFBEE7, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #CFBEE7, 5px 5px 20px red">Text here.</p>

This text has shadow with #CFBEE7 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#CFBEE7, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#CFBEE7, Direction=45, Strength=4)">Text</p>

This text has shadow with #CFBEE7 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #CFBEE7;
  -webkit-box-shadow:	1px 1px 3px 2px #CFBEE7;
  box-shadow:		1px 1px 3px 2px #CFBEE7;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #CFBEE7;
-webkit-box-shadow: 1px 1px 3px 2px #CFBEE7;
box-shadow:1px 1px 3px 2px #CFBEE7;">
Div content here</div>
This div box has shadow with color #CFBEE7.

Preview

Color preview on black background

This text has color #CFBEE7 on black background.


Color preview on white background

This text has color #CFBEE7 on white background.



Black color preview on #CFBEE7 background

This text has black color on #CFBEE7 background.


White color preview on #CFBEE7 background

This text has white color on #CFBEE7 background.