COLOR #CFDADD

HEX: #CFDADD
RGB: (207,218,221)

Color info

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

RGB color model

#CFDADD color RGB value is (207,218,221).

  • red value is 207;
  • green value is 218;
  • blue value is 221.
RGB:
(207,218,221)
(81%,85%,87%)

RGB channels and saturation

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

207
218
221

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

Portions of RGB colors in percentages

R + G + B =
207 + 218 + 221 = 646 (100%)
R 207 of 646 ~ 32.04%
G 218 of 646 ~ 33.75%
B 221 of 646 ~ 34.21%

%32.04
%33.75
%34.21

CMYK color model

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

  • cyan value is 6.33%
  • magenta value is 1.36%
  • yellow value is 0.00%
  • key color value is 13.33%
CMYK:
(6,1,0,13)
C6M1Y0K13 
(6%,1%,0%,13%)
(0.06/0.01/0.00/0.13)	

CMYK percentages

%6.33
%1.36
%0
%13.33

Codes

Color #CFDADD in popluar color models

CFDADD
RGB207218221
HSL193°17.07%83.92%
HSB/HSV193°6.33%86.67%
CMYK6.33%1.36%0.00%
13.33%

Color #CFDADD in popluar number systems.

HEXCFDADD
Decimal207218221
Binary110011111101101011011101
Octal317332335

Shades and tints

Shades of #CFDADD

#CFDADD
(207,218,221)
#BDC7C9
(189,199,201)
#ABB4B5
(171,180,181)
#99A1A1
(153,161,161)
#878E8D
(135,142,141)
#757B79
(117,123,121)
#636865
(99,104,101)
#515551
(81,85,81)
#3F423D
(63,66,61)
#2D2F29
(45,47,41)
#1B1C15
(27,28,21)
#000000
(0,0,0)

Tints of #CFDADD

#CFDADD
(207,218,221)
#D3DDE0
(211,221,224)
#D7E0E3
(215,224,227)
#DBE3E6
(219,227,230)
#DFE6E9
(223,230,233)
#E3E9EC
(227,233,236)
#E7ECEF
(231,236,239)
#EBEFF2
(235,239,242)
#EFF2F5
(239,242,245)
#F3F5F8
(243,245,248)
#F7F8FB
(247,248,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CFDADD; }

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

This text font color is #CFDADD.


Background Color

.myBgColor { background-color: #CFDADD; }

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

This div background color is #CFDADD.


Border color

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

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

This div border color is #CFDADD.


Opacity

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

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

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

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

This text has shadow with #CFDADD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CFDADD on black background.


Color preview on white background

This text has color #CFDADD on white background.



Black color preview on #CFDADD background

This text has black color on #CFDADD background.


White color preview on #CFDADD background

This text has white color on #CFDADD background.