COLOR #CFD2E2

HEX: #CFD2E2
RGB: (207,210,226)

Color info

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

RGB color model

#CFD2E2 color RGB value is (207,210,226).

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

RGB channels and saturation

R 207 of 255 = 81%
G 210 of 255 = 82%
B 226 of 255 = 89%

207
210
226

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

Portions of RGB colors in percentages

R + G + B =
207 + 210 + 226 = 643 (100%)
R 207 of 643 ~ 32.19%
G 210 of 643 ~ 32.66%
B 226 of 643 ~ 35.15%

%32.19
%32.66
%35.15

CMYK color model

#CFD2E2 color CMYK value is (8,7,0,11).

  • cyan value is 8.41%
  • magenta value is 7.08%
  • yellow value is 0.00%
  • key color value is 11.37%
CMYK:
(8,7,0,11)
C8M7Y0K11 
(8%,7%,0%,11%)
(0.08/0.07/0.00/0.11)	

CMYK percentages

%8.41
%7.08
%0
%11.37

Codes

Color #CFD2E2 in popluar color models

CFD2E2
RGB207210226
HSL231°24.68%84.90%
HSB/HSV231°8.41%88.63%
CMYK8.41%7.08%0.00%
11.37%

Color #CFD2E2 in popluar number systems.

HEXCFD2E2
Decimal207210226
Binary110011111101001011100010
Octal317322342

Shades and tints

Shades of #CFD2E2

#CFD2E2
(207,210,226)
#BDBFCE
(189,191,206)
#ABACBA
(171,172,186)
#9999A6
(153,153,166)
#878692
(135,134,146)
#75737E
(117,115,126)
#63606A
(99,96,106)
#514D56
(81,77,86)
#3F3A42
(63,58,66)
#2D272E
(45,39,46)
#1B141A
(27,20,26)
#000000
(0,0,0)

Tints of #CFD2E2

#CFD2E2
(207,210,226)
#D3D6E4
(211,214,228)
#D7DAE6
(215,218,230)
#DBDEE8
(219,222,232)
#DFE2EA
(223,226,234)
#E3E6EC
(227,230,236)
#E7EAEE
(231,234,238)
#EBEEF0
(235,238,240)
#EFF2F2
(239,242,242)
#F3F6F4
(243,246,244)
#F7FAF6
(247,250,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CFD2E2; }

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

This text font color is #CFD2E2.


Background Color

.myBgColor { background-color: #CFD2E2; }

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

This div background color is #CFD2E2.


Border color

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

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

This div border color is #CFD2E2.


Opacity

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

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

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

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

This text has shadow with #CFD2E2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CFD2E2 on black background.


Color preview on white background

This text has color #CFD2E2 on white background.



Black color preview on #CFD2E2 background

This text has black color on #CFD2E2 background.


White color preview on #CFD2E2 background

This text has white color on #CFD2E2 background.