COLOR #CFD5E3

HEX: #CFD5E3
RGB: (207,213,227)

Color info

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

RGB color model

#CFD5E3 color RGB value is (207,213,227).

  • red value is 207;
  • green value is 213;
  • blue value is 227.
RGB:
(207,213,227)
(81%,84%,89%)

RGB channels and saturation

R 207 of 255 = 81%
G 213 of 255 = 84%
B 227 of 255 = 89%

207
213
227

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

Portions of RGB colors in percentages

R + G + B =
207 + 213 + 227 = 647 (100%)
R 207 of 647 ~ 31.99%
G 213 of 647 ~ 32.92%
B 227 of 647 ~ 35.09%

%31.99
%32.92
%35.09

CMYK color model

#CFD5E3 color CMYK value is (9,6,0,11).

  • cyan value is 8.81%
  • magenta value is 6.17%
  • yellow value is 0.00%
  • key color value is 10.98%
CMYK:
(9,6,0,11)
C9M6Y0K11 
(9%,6%,0%,11%)
(0.09/0.06/0.00/0.11)	

CMYK percentages

%8.81
%6.17
%0
%10.98

Codes

Color #CFD5E3 in popluar color models

CFD5E3
RGB207213227
HSL222°26.32%85.10%
HSB/HSV222°8.81%89.02%
CMYK8.81%6.17%0.00%
10.98%

Color #CFD5E3 in popluar number systems.

HEXCFD5E3
Decimal207213227
Binary110011111101010111100011
Octal317325343

Shades and tints

Shades of #CFD5E3

#CFD5E3
(207,213,227)
#BDC2CF
(189,194,207)
#ABAFBB
(171,175,187)
#999CA7
(153,156,167)
#878993
(135,137,147)
#75767F
(117,118,127)
#63636B
(99,99,107)
#515057
(81,80,87)
#3F3D43
(63,61,67)
#2D2A2F
(45,42,47)
#1B171B
(27,23,27)
#000000
(0,0,0)

Tints of #CFD5E3

#CFD5E3
(207,213,227)
#D3D8E5
(211,216,229)
#D7DBE7
(215,219,231)
#DBDEE9
(219,222,233)
#DFE1EB
(223,225,235)
#E3E4ED
(227,228,237)
#E7E7EF
(231,231,239)
#EBEAF1
(235,234,241)
#EFEDF3
(239,237,243)
#F3F0F5
(243,240,245)
#F7F3F7
(247,243,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CFD5E3 color. Also use rgb(207,213,227) instead hex code.

Text Font Color

.myTextColor { color: #CFD5E3; }

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

This text font color is #CFD5E3.


Background Color

.myBgColor { background-color: #CFD5E3; }

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

This div background color is #CFD5E3.


Border color

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

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

This div border color is #CFD5E3.


Opacity

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

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

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

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

This text has shadow with #CFD5E3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CFD5E3 on black background.


Color preview on white background

This text has color #CFD5E3 on white background.



Black color preview on #CFD5E3 background

This text has black color on #CFD5E3 background.


White color preview on #CFD5E3 background

This text has white color on #CFD5E3 background.