COLOR #CFDDDB

HEX: #CFDDDB RGB: (207,221,219)

Color info

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

RGB color model

#CFDDDB color RGB value is (207,221,219).

RGB: (207,221,219) (81%, 87%, 86%)

RGB channels and saturation

R 207 of 255 = 81%
G 221 of 255 = 87%
B 219 of 255 = 86%

207
221
219

R + G + B ~ 85%. #CFDDDB is quite light color.

Portions of RGB colors in percentages

R + G + B = 207 + 221 + 219 = 647 (100%)
R 207 of 647 ~ 31.99%
G 221 of 647 ~ 34.16%
B 219 of 647 ~ 33.85'%

%31.99
%34.16
%33.85

CMYK color model

#CFDDDB color CMYK value is (6,0,1,13).

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

CMYK: (6,0,1,13)
C6M0Y1K13 (6%, 0%, 1%, 13%)
(0.06 / 0.00 / 0.01 / 0.13)

CMYK percentages

%6.33
%0
%0.9
%13.33

Codes

Color #CFDDDB in popluar color models

CF DD DB
RGB 207 221 219
HSL 171° 17.07% 83.92%
HSB/HSV 171° 6.33% 86.67%
CMYK 6.33% 0.00% 0.90%
13.33%

Color #CFDDDB in popluar number systems.

HEX CF DD DB
Decimal 207 221 219
Binary 11001111 11011101 11011011
Octal 317 335 333

Shades and tints

Shades of #CFDDDB

#CFDDDB
(207,221,219)
#BDC9C8
(189,201,200)
#ABB5B5
(171,181,181)
#99A1A2
(153,161,162)
#878D8F
(135,141,143)
#75797C
(117,121,124)
#636569
(99,101,105)
#515156
(81,81,86)
#3F3D43
(63,61,67)
#2D2930
(45,41,48)
#1B151D
(27,21,29)
#000000
(0,0,0)

Tints of #CFDDDB

#CFDDDB
(207,221,219)
#D3E0DE
(211,224,222)
#D7E3E1
(215,227,225)
#DBE6E4
(219,230,228)
#DFE9E7
(223,233,231)
#E3ECEA
(227,236,234)
#E7EFED
(231,239,237)
#EBF2F0
(235,242,240)
#EFF5F3
(239,245,243)
#F3F8F6
(243,248,246)
#F7FBF9
(247,251,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CFDDDB; }

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

This text font color is #CFDDDB.

Background Color

.myBgColor { background-color: #CFDDDB; }

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

This div background color is #CFDDDB.

Border color

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

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

This div border color is #CFDDDB.

Opacity

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

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

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

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

This text has shadow with #CFDDDB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CFDDDB.

Preview

Color preview on black background

This text has color #CFDDDB on black background.


Color preview on white background

This text has color #CFDDDB on white background.


Black color preview on #CFDDDB background

This text has black color on #CFDDDB background.


White color preview on #CFDDDB background

This text has white color on #CFDDDB background.


Related colors

Complementary color

Complementary color for #hex is #302224.


I love getcolorcode.com

Triadic colors

1 #DBCFDD and #DDDBCF with #CFDDDB are triadic colors.

2 #DBDDCF and #DDCFDB with #CFDDDB are triadic colors.