COLOR #CFDAD8

HEX: #CFDAD8
RGB: (207,218,216)

Color info

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

RGB color model

#CFDAD8 color RGB value is (207,218,216).

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

RGB channels and saturation

R 207 of 255 = 81%
G 218 of 255 = 85%
B 216 of 255 = 85%

207
218
216

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

Portions of RGB colors in percentages

R + G + B =
207 + 218 + 216 = 641 (100%)
R 207 of 641 ~ 32.29%
G 218 of 641 ~ 34.01%
B 216 of 641 ~ 33.7%

%32.29
%34.01
%33.7

CMYK color model

#CFDAD8 color CMYK value is (5,0,1,15).

  • cyan value is 5.05%
  • magenta value is 0.00%
  • yellow value is 0.92%
  • key color value is 14.51%
CMYK:
(5,0,1,15)
C5M0Y1K15 
(5%,0%,1%,15%)
(0.05/0.00/0.01/0.15)	

CMYK percentages

%5.05
%0
%0.92
%14.51

Codes

Color #CFDAD8 in popluar color models

CFDAD8
RGB207218216
HSL169°12.94%83.33%
HSB/HSV169°5.05%85.49%
CMYK5.05%0.00%0.92%
14.51%

Color #CFDAD8 in popluar number systems.

HEXCFDAD8
Decimal207218216
Binary110011111101101011011000
Octal317332330

Shades and tints

Shades of #CFDAD8

#CFDAD8
(207,218,216)
#BDC7C5
(189,199,197)
#ABB4B2
(171,180,178)
#99A19F
(153,161,159)
#878E8C
(135,142,140)
#757B79
(117,123,121)
#636866
(99,104,102)
#515553
(81,85,83)
#3F4240
(63,66,64)
#2D2F2D
(45,47,45)
#1B1C1A
(27,28,26)
#000000
(0,0,0)

Tints of #CFDAD8

#CFDAD8
(207,218,216)
#D3DDDB
(211,221,219)
#D7E0DE
(215,224,222)
#DBE3E1
(219,227,225)
#DFE6E4
(223,230,228)
#E3E9E7
(227,233,231)
#E7ECEA
(231,236,234)
#EBEFED
(235,239,237)
#EFF2F0
(239,242,240)
#F3F5F3
(243,245,243)
#F7F8F6
(247,248,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CFDAD8; }

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

This text font color is #CFDAD8.


Background Color

.myBgColor { background-color: #CFDAD8; }

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

This div background color is #CFDAD8.


Border color

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

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

This div border color is #CFDAD8.


Opacity

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

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

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

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

This text has shadow with #CFDAD8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CFDAD8 on black background.


Color preview on white background

This text has color #CFDAD8 on white background.



Black color preview on #CFDAD8 background

This text has black color on #CFDAD8 background.


White color preview on #CFDAD8 background

This text has white color on #CFDAD8 background.