COLOR #CFD2E6

HEX: #CFD2E6 RGB: (207,210,230)

Color info

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

RGB color model

#CFD2E6 color RGB value is (207,210,230).

RGB: (207,210,230) (81%, 82%, 90%)

RGB channels and saturation

R 207 of 255 = 81%
G 210 of 255 = 82%
B 230 of 255 = 90%

207
210
230

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

Portions of RGB colors in percentages

R + G + B = 207 + 210 + 230 = 647 (100%)
R 207 of 647 ~ 31.99%
G 210 of 647 ~ 32.46%
B 230 of 647 ~ 35.55'%

%31.99
%32.46
%35.55

CMYK color model

#CFD2E6 color CMYK value is (10,9,0,10).

  • cyan value is 10.00%
  • magenta value is 8.70%
  • yellow value is 0.00%
  • key color value is 9.80%
CMYK: (10,9,0,10) C10M9Y0K10 (10%,9%,0%,10%) (0.10/0.09/0.00/0.10) 

CMYK percentages

%10
%8.7
%0
%9.8

Codes

Color #CFD2E6 in popluar color models

CF D2 E6
RGB 207 210 230
HSL 232° 31.51% 85.69%
HSB/HSV 232° 10.00% 90.20%
CMYK 10.00% 8.70% 0.00%
9.80%

Color #CFD2E6 in popluar number systems.

HEX CF D2 E6
Decimal 207 210 230
Binary 11001111 11010010 11100110
Octal 317 322 346

Shades and tints

Shades of #CFD2E6

#CFD2E6
(207,210,230)
#BDBFD2
(189,191,210)
#ABACBE
(171,172,190)
#9999AA
(153,153,170)
#878696
(135,134,150)
#757382
(117,115,130)
#63606E
(99,96,110)
#514D5A
(81,77,90)
#3F3A46
(63,58,70)
#2D2732
(45,39,50)
#1B141E
(27,20,30)
#000000
(0,0,0)

Tints of #CFD2E6

#CFD2E6
(207,210,230)
#D3D6E8
(211,214,232)
#D7DAEA
(215,218,234)
#DBDEEC
(219,222,236)
#DFE2EE
(223,226,238)
#E3E6F0
(227,230,240)
#E7EAF2
(231,234,242)
#EBEEF4
(235,238,244)
#EFF2F6
(239,242,246)
#F3F6F8
(243,246,248)
#F7FAFA
(247,250,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CFD2E6 color. Also use rgb(207,210,230) instead hex code.

Text Font Color

.myTextColor { color: #CFD2E6; }

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

This text font color is #CFD2E6.

Background Color

.myBgColor { background-color: #CFD2E6; }

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

This div background color is #CFD2E6.

Border color

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

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

This div border color is #CFD2E6.

Opacity

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

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

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

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

This text has shadow with #CFD2E6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CFD2E6.

Preview

Color preview on black background

This text has color #CFD2E6 on black background.


Color preview on white background

This text has color #CFD2E6 on white background.


Black color preview on #CFD2E6 background

This text has black color on #CFD2E6 background.


White color preview on #CFD2E6 background

This text has white color on #CFD2E6 background.


Related colors

Complementary color

Complementary color for #hex is #302D19.


I love getcolorcode.com

Triadic colors

1 #E6CFD2 and #D2E6CF with #CFD2E6 are triadic colors.

2 #E6D2CF and #D2CFE6 with #CFD2E6 are triadic colors.