COLOR #CFDDD9

HEX: #CFDDD9 RGB: (207,221,217)

Color info

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

RGB color model

#CFDDD9 color RGB value is (207,221,217).

RGB: (207,221,217) (81%, 87%, 85%)

RGB channels and saturation

R 207 of 255 = 81%
G 221 of 255 = 87%
B 217 of 255 = 85%

207
221
217

R + G + B ~ 84%. #CFDDD9 is quite light color.

Portions of RGB colors in percentages

R + G + B = 207 + 221 + 217 = 645 (100%)
R 207 of 645 ~ 32.09%
G 221 of 645 ~ 34.26%
B 217 of 645 ~ 33.64'%

%32.09
%34.26
%33.64

CMYK color model

#CFDDD9 color CMYK value is (6,0,2,13).

  • cyan value is 6.33%
  • magenta value is 0.00%
  • yellow value is 1.81%
  • key color value is 13.33%
CMYK: (6,0,2,13) C6M0Y2K13 (6%,0%,2%,13%) (0.06/0.00/0.02/0.13) 

CMYK percentages

%6.33
%0
%1.81
%13.33

Codes

Color #CFDDD9 in popluar color models

CF DD D9
RGB 207 221 217
HSL 163° 17.07% 83.92%
HSB/HSV 163° 6.33% 86.67%
CMYK 6.33% 0.00% 1.81%
13.33%

Color #CFDDD9 in popluar number systems.

HEX CF DD D9
Decimal 207 221 217
Binary 11001111 11011101 11011001
Octal 317 335 331

Shades and tints

Shades of #CFDDD9

#CFDDD9
(207,221,217)
#BDC9C6
(189,201,198)
#ABB5B3
(171,181,179)
#99A1A0
(153,161,160)
#878D8D
(135,141,141)
#75797A
(117,121,122)
#636567
(99,101,103)
#515154
(81,81,84)
#3F3D41
(63,61,65)
#2D292E
(45,41,46)
#1B151B
(27,21,27)
#000000
(0,0,0)

Tints of #CFDDD9

#CFDDD9
(207,221,217)
#D3E0DC
(211,224,220)
#D7E3DF
(215,227,223)
#DBE6E2
(219,230,226)
#DFE9E5
(223,233,229)
#E3ECE8
(227,236,232)
#E7EFEB
(231,239,235)
#EBF2EE
(235,242,238)
#EFF5F1
(239,245,241)
#F3F8F4
(243,248,244)
#F7FBF7
(247,251,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CFDDD9; }

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

This text font color is #CFDDD9.

Background Color

.myBgColor { background-color: #CFDDD9; }

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

This div background color is #CFDDD9.

Border color

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

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

This div border color is #CFDDD9.

Opacity

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

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

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

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

This text has shadow with #CFDDD9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CFDDD9.

Preview

Color preview on black background

This text has color #CFDDD9 on black background.


Color preview on white background

This text has color #CFDDD9 on white background.


Black color preview on #CFDDD9 background

This text has black color on #CFDDD9 background.


White color preview on #CFDDD9 background

This text has white color on #CFDDD9 background.


Related colors

Complementary color

Complementary color for #hex is #302226.


I love getcolorcode.com

Triadic colors

1 #D9CFDD and #DDD9CF with #CFDDD9 are triadic colors.

2 #D9DDCF and #DDCFD9 with #CFDDD9 are triadic colors.