COLOR #CFCAE0

HEX: #CFCAE0
RGB: (207,202,224)

Color info

#CFCAE0 contains red, green and blue colors in about the same proportion. Web safe color of #CFCAE0 is #CCCCCC (or #CCC).

RGB color model

#CFCAE0 color RGB value is (207,202,224).

  • red value is 207;
  • green value is 202;
  • blue value is 224.
RGB:
(207,202,224)
(81%,79%,88%)

RGB channels and saturation

R 207 of 255 = 81%
G 202 of 255 = 79%
B 224 of 255 = 88%

207
202
224

R + G + B ~ 83%. #CFCAE0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
207 + 202 + 224 = 633 (100%)
R 207 of 633 ~ 32.7%
G 202 of 633 ~ 31.91%
B 224 of 633 ~ 35.39%

%32.7
%31.91
%35.39

CMYK color model

#CFCAE0 color CMYK value is (8,10,0,12).

  • cyan value is 7.59%
  • magenta value is 9.82%
  • yellow value is 0.00%
  • key color value is 12.16%
CMYK:
(8,10,0,12)
C8M10Y0K12 
(8%,10%,0%,12%)
(0.08/0.10/0.00/0.12)	

CMYK percentages

%7.59
%9.82
%0
%12.16

Codes

Color #CFCAE0 in popluar color models

CFCAE0
RGB207202224
HSL254°26.19%83.53%
HSB/HSV254°9.82%87.84%
CMYK7.59%9.82%0.00%
12.16%

Color #CFCAE0 in popluar number systems.

HEXCFCAE0
Decimal207202224
Binary110011111100101011100000
Octal317312340

Shades and tints

Shades of #CFCAE0

#CFCAE0
(207,202,224)
#BDB8CC
(189,184,204)
#ABA6B8
(171,166,184)
#9994A4
(153,148,164)
#878290
(135,130,144)
#75707C
(117,112,124)
#635E68
(99,94,104)
#514C54
(81,76,84)
#3F3A40
(63,58,64)
#2D282C
(45,40,44)
#1B1618
(27,22,24)
#000000
(0,0,0)

Tints of #CFCAE0

#CFCAE0
(207,202,224)
#D3CEE2
(211,206,226)
#D7D2E4
(215,210,228)
#DBD6E6
(219,214,230)
#DFDAE8
(223,218,232)
#E3DEEA
(227,222,234)
#E7E2EC
(231,226,236)
#EBE6EE
(235,230,238)
#EFEAF0
(239,234,240)
#F3EEF2
(243,238,242)
#F7F2F4
(247,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CFCAE0 color. Also use rgb(207,202,224) instead hex code.

Text Font Color

.myTextColor { color: #CFCAE0; }

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

This text font color is #CFCAE0.


Background Color

.myBgColor { background-color: #CFCAE0; }

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

This div background color is #CFCAE0.


Border color

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

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

This div border color is #CFCAE0.


Opacity

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

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

Text with #CFCAE0 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 #CFCAE0;}

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

This text has shadow with #CFCAE0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CFCAE0 on black background.


Color preview on white background

This text has color #CFCAE0 on white background.



Black color preview on #CFCAE0 background

This text has black color on #CFCAE0 background.


White color preview on #CFCAE0 background

This text has white color on #CFCAE0 background.