COLOR #CFC9E0

HEX: #CFC9E0
RGB: (207,201,224)

Color info

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

RGB color model

#CFC9E0 color RGB value is (207,201,224).

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

RGB channels and saturation

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

207
201
224

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

Portions of RGB colors in percentages

R + G + B =
207 + 201 + 224 = 632 (100%)
R 207 of 632 ~ 32.75%
G 201 of 632 ~ 31.8%
B 224 of 632 ~ 35.44%

%32.75
%31.8
%35.44

CMYK color model

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

  • cyan value is 7.59%
  • magenta value is 10.27%
  • 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
%10.27
%0
%12.16

Codes

Color #CFC9E0 in popluar color models

CFC9E0
RGB207201224
HSL256°27.06%83.33%
HSB/HSV256°10.27%87.84%
CMYK7.59%10.27%0.00%
12.16%

Color #CFC9E0 in popluar number systems.

HEXCFC9E0
Decimal207201224
Binary110011111100100111100000
Octal317311340

Shades and tints

Shades of #CFC9E0

#CFC9E0
(207,201,224)
#BDB7CC
(189,183,204)
#ABA5B8
(171,165,184)
#9993A4
(153,147,164)
#878190
(135,129,144)
#756F7C
(117,111,124)
#635D68
(99,93,104)
#514B54
(81,75,84)
#3F3940
(63,57,64)
#2D272C
(45,39,44)
#1B1518
(27,21,24)
#000000
(0,0,0)

Tints of #CFC9E0

#CFC9E0
(207,201,224)
#D3CDE2
(211,205,226)
#D7D1E4
(215,209,228)
#DBD5E6
(219,213,230)
#DFD9E8
(223,217,232)
#E3DDEA
(227,221,234)
#E7E1EC
(231,225,236)
#EBE5EE
(235,229,238)
#EFE9F0
(239,233,240)
#F3EDF2
(243,237,242)
#F7F1F4
(247,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CFC9E0; }

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

This text font color is #CFC9E0.


Background Color

.myBgColor { background-color: #CFC9E0; }

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

This div background color is #CFC9E0.


Border color

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

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

This div border color is #CFC9E0.


Opacity

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

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

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

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

This text has shadow with #CFC9E0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CFC9E0 on black background.


Color preview on white background

This text has color #CFC9E0 on white background.



Black color preview on #CFC9E0 background

This text has black color on #CFC9E0 background.


White color preview on #CFC9E0 background

This text has white color on #CFC9E0 background.