COLOR #CFDCC9

HEX: #CFDCC9
RGB: (207,220,201)

Color info

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

RGB color model

#CFDCC9 color RGB value is (207,220,201).

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

RGB channels and saturation

R 207 of 255 = 81%
G 220 of 255 = 86%
B 201 of 255 = 79%

207
220
201

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

Portions of RGB colors in percentages

R + G + B =
207 + 220 + 201 = 628 (100%)
R 207 of 628 ~ 32.96%
G 220 of 628 ~ 35.03%
B 201 of 628 ~ 32.01%

%32.96
%35.03
%32.01

CMYK color model

#CFDCC9 color CMYK value is (6,0,9,14).

  • cyan value is 5.91%
  • magenta value is 0.00%
  • yellow value is 8.64%
  • key color value is 13.73%
CMYK:
(6,0,9,14)
C6M0Y9K14 
(6%,0%,9%,14%)
(0.06/0.00/0.09/0.14)	

CMYK percentages

%5.91
%0
%8.64
%13.73

Codes

Color #CFDCC9 in popluar color models

CFDCC9
RGB207220201
HSL101°21.35%82.55%
HSB/HSV101°8.64%86.27%
CMYK5.91%0.00%8.64%
13.73%

Color #CFDCC9 in popluar number systems.

HEXCFDCC9
Decimal207220201
Binary110011111101110011001001
Octal317334311

Shades and tints

Shades of #CFDCC9

#CFDCC9
(207,220,201)
#BDC8B7
(189,200,183)
#ABB4A5
(171,180,165)
#99A093
(153,160,147)
#878C81
(135,140,129)
#75786F
(117,120,111)
#63645D
(99,100,93)
#51504B
(81,80,75)
#3F3C39
(63,60,57)
#2D2827
(45,40,39)
#1B1415
(27,20,21)
#000000
(0,0,0)

Tints of #CFDCC9

#CFDCC9
(207,220,201)
#D3DFCD
(211,223,205)
#D7E2D1
(215,226,209)
#DBE5D5
(219,229,213)
#DFE8D9
(223,232,217)
#E3EBDD
(227,235,221)
#E7EEE1
(231,238,225)
#EBF1E5
(235,241,229)
#EFF4E9
(239,244,233)
#F3F7ED
(243,247,237)
#F7FAF1
(247,250,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CFDCC9; }

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

This text font color is #CFDCC9.


Background Color

.myBgColor { background-color: #CFDCC9; }

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

This div background color is #CFDCC9.


Border color

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

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

This div border color is #CFDCC9.


Opacity

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

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

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

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

This text has shadow with #CFDCC9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CFDCC9 on black background.


Color preview on white background

This text has color #CFDCC9 on white background.



Black color preview on #CFDCC9 background

This text has black color on #CFDCC9 background.


White color preview on #CFDCC9 background

This text has white color on #CFDCC9 background.