COLOR #CFDDCC

HEX: #CFDDCC RGB: (207,221,204)

Color info

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

RGB color model

#CFDDCC color RGB value is (207,221,204).

RGB: (207,221,204) (81%, 87%, 80%)

RGB channels and saturation

R 207 of 255 = 81%
G 221 of 255 = 87%
B 204 of 255 = 80%

207
221
204

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

Portions of RGB colors in percentages

R + G + B = 207 + 221 + 204 = 632 (100%)
R 207 of 632 ~ 32.75%
G 221 of 632 ~ 34.97%
B 204 of 632 ~ 32.28'%

%32.75
%34.97
%32.28

CMYK color model

#CFDDCC color CMYK value is (6,0,8,13).

  • cyan value is 6.33%
  • magenta value is 0.00%
  • yellow value is 7.69%
  • key color value is 13.33%

CMYK: (6,0,8,13)
C6M0Y8K13 (6%, 0%, 8%, 13%)
(0.06 / 0.00 / 0.08 / 0.13)

CMYK percentages

%6.33
%0
%7.69
%13.33

Codes

Color #CFDDCC in popluar color models

CF DD CC
RGB 207 221 204
HSL 109° 20.00% 83.33%
HSB/HSV 109° 7.69% 86.67%
CMYK 6.33% 0.00% 7.69%
13.33%

Color #CFDDCC in popluar number systems.

HEX CF DD CC
Decimal 207 221 204
Binary 11001111 11011101 11001100
Octal 317 335 314

Shades and tints

Shades of #CFDDCC

#CFDDCC
(207,221,204)
#BDC9BA
(189,201,186)
#ABB5A8
(171,181,168)
#99A196
(153,161,150)
#878D84
(135,141,132)
#757972
(117,121,114)
#636560
(99,101,96)
#51514E
(81,81,78)
#3F3D3C
(63,61,60)
#2D292A
(45,41,42)
#1B1518
(27,21,24)
#000000
(0,0,0)

Tints of #CFDDCC

#CFDDCC
(207,221,204)
#D3E0D0
(211,224,208)
#D7E3D4
(215,227,212)
#DBE6D8
(219,230,216)
#DFE9DC
(223,233,220)
#E3ECE0
(227,236,224)
#E7EFE4
(231,239,228)
#EBF2E8
(235,242,232)
#EFF5EC
(239,245,236)
#F3F8F0
(243,248,240)
#F7FBF4
(247,251,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CFDDCC color. Also use rgb(207,221,204) instead hex code.

Text Font Color

.myTextColor { color: #CFDDCC; }

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

This text font color is #CFDDCC.

Background Color

.myBgColor { background-color: #CFDDCC; }

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

This div background color is #CFDDCC.

Border color

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

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

This div border color is #CFDDCC.

Opacity

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

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

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

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

This text has shadow with #CFDDCC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CFDDCC.

Preview

Color preview on black background

This text has color #CFDDCC on black background.


Color preview on white background

This text has color #CFDDCC on white background.


Black color preview on #CFDDCC background

This text has black color on #CFDDCC background.


White color preview on #CFDDCC background

This text has white color on #CFDDCC background.


Related colors

Complementary color

Complementary color for #hex is #302233.


I love getcolorcode.com

Triadic colors

1 #CCCFDD and #DDCCCF with #CFDDCC are triadic colors.

2 #CCDDCF and #DDCFCC with #CFDDCC are triadic colors.