COLOR #CFDEF6

HEX: #CFDEF6 RGB: (207,222,246)

Color info

#CFDEF6 contains red, green and blue colors in about the same proportion. Web safe color of #CFDEF6 is #CCCCFF (or #CCF).

RGB color model

#CFDEF6 color RGB value is (207,222,246).

RGB: (207,222,246) (81%, 87%, 96%)

RGB channels and saturation

R 207 of 255 = 81%
G 222 of 255 = 87%
B 246 of 255 = 96%

207
222
246

R + G + B ~ 88%. #CFDEF6 is light color.

Portions of RGB colors in percentages

R + G + B = 207 + 222 + 246 = 675 (100%)
R 207 of 675 ~ 30.67%
G 222 of 675 ~ 32.89%
B 246 of 675 ~ 36.44'%

%30.67
%32.89
%36.44

CMYK color model

#CFDEF6 color CMYK value is (16,10,0,4).

  • cyan value is 15.85%
  • magenta value is 9.76%
  • yellow value is 0.00%
  • key color value is 3.53%
CMYK: (16,10,0,4) C16M10Y0K4 (16%,10%,0%,4%) (0.16/0.10/0.00/0.04) 

CMYK percentages

%15.85
%9.76
%0
%3.53

Codes

Color #CFDEF6 in popluar color models

CF DE F6
RGB 207 222 246
HSL 217° 68.42% 88.82%
HSB/HSV 217° 15.85% 96.47%
CMYK 15.85% 9.76% 0.00%
3.53%

Color #CFDEF6 in popluar number systems.

HEX CF DE F6
Decimal 207 222 246
Binary 11001111 11011110 11110110
Octal 317 336 366

Shades and tints

Shades of #CFDEF6

#CFDEF6
(207,222,246)
#BDCAE0
(189,202,224)
#ABB6CA
(171,182,202)
#99A2B4
(153,162,180)
#878E9E
(135,142,158)
#757A88
(117,122,136)
#636672
(99,102,114)
#51525C
(81,82,92)
#3F3E46
(63,62,70)
#2D2A30
(45,42,48)
#1B161A
(27,22,26)
#000000
(0,0,0)

Tints of #CFDEF6

#CFDEF6
(207,222,246)
#D3E1F6
(211,225,246)
#D7E4F6
(215,228,246)
#DBE7F6
(219,231,246)
#DFEAF6
(223,234,246)
#E3EDF6
(227,237,246)
#E7F0F6
(231,240,246)
#EBF3F6
(235,243,246)
#EFF6F6
(239,246,246)
#F3F9F6
(243,249,246)
#F7FCF6
(247,252,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CFDEF6 color. Also use rgb(207,222,246) instead hex code.

Text Font Color

.myTextColor { color: #CFDEF6; }

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

This text font color is #CFDEF6.

Background Color

.myBgColor { background-color: #CFDEF6; }

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

This div background color is #CFDEF6.

Border color

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

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

This div border color is #CFDEF6.

Opacity

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

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

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

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

This text has shadow with #CFDEF6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CFDEF6.

Preview

Color preview on black background

This text has color #CFDEF6 on black background.


Color preview on white background

This text has color #CFDEF6 on white background.


Black color preview on #CFDEF6 background

This text has black color on #CFDEF6 background.


White color preview on #CFDEF6 background

This text has white color on #CFDEF6 background.


Related colors

Complementary color

Complementary color for #hex is #302109.


I love getcolorcode.com

Triadic colors

1 #F6CFDE and #DEF6CF with #CFDEF6 are triadic colors.

2 #F6DECF and #DECFF6 with #CFDEF6 are triadic colors.