COLOR #CFD2E7

HEX: #CFD2E7
RGB: (207,210,231)

Color info

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

RGB color model

#CFD2E7 color RGB value is (207,210,231).

  • red value is 207;
  • green value is 210;
  • blue value is 231.
RGB:
(207,210,231)
(81%,82%,91%)

RGB channels and saturation

R 207 of 255 = 81%
G 210 of 255 = 82%
B 231 of 255 = 91%

207
210
231

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

Portions of RGB colors in percentages

R + G + B =
207 + 210 + 231 = 648 (100%)
R 207 of 648 ~ 31.94%
G 210 of 648 ~ 32.41%
B 231 of 648 ~ 35.65%

%31.94
%32.41
%35.65

CMYK color model

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

  • cyan value is 10.39%
  • magenta value is 9.09%
  • yellow value is 0.00%
  • key color value is 9.41%
CMYK:
(10,9,0,9)
C10M9Y0K9 
(10%,9%,0%,9%)
(0.10/0.09/0.00/0.09)	

CMYK percentages

%10.39
%9.09
%0
%9.41

Codes

Color #CFD2E7 in popluar color models

CFD2E7
RGB207210231
HSL233°33.33%85.88%
HSB/HSV233°10.39%90.59%
CMYK10.39%9.09%0.00%
9.41%

Color #CFD2E7 in popluar number systems.

HEXCFD2E7
Decimal207210231
Binary110011111101001011100111
Octal317322347

Shades and tints

Shades of #CFD2E7

#CFD2E7
(207,210,231)
#BDBFD2
(189,191,210)
#ABACBD
(171,172,189)
#9999A8
(153,153,168)
#878693
(135,134,147)
#75737E
(117,115,126)
#636069
(99,96,105)
#514D54
(81,77,84)
#3F3A3F
(63,58,63)
#2D272A
(45,39,42)
#1B1415
(27,20,21)
#000000
(0,0,0)

Tints of #CFD2E7

#CFD2E7
(207,210,231)
#D3D6E9
(211,214,233)
#D7DAEB
(215,218,235)
#DBDEED
(219,222,237)
#DFE2EF
(223,226,239)
#E3E6F1
(227,230,241)
#E7EAF3
(231,234,243)
#EBEEF5
(235,238,245)
#EFF2F7
(239,242,247)
#F3F6F9
(243,246,249)
#F7FAFB
(247,250,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CFD2E7; }

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

This text font color is #CFD2E7.


Background Color

.myBgColor { background-color: #CFD2E7; }

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

This div background color is #CFD2E7.


Border color

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

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

This div border color is #CFD2E7.


Opacity

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

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

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

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

This text has shadow with #CFD2E7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CFD2E7 on black background.


Color preview on white background

This text has color #CFD2E7 on white background.



Black color preview on #CFD2E7 background

This text has black color on #CFD2E7 background.


White color preview on #CFD2E7 background

This text has white color on #CFD2E7 background.