COLOR #CFD0ED

HEX: #CFD0ED
RGB: (207,208,237)

Color info

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

RGB color model

#CFD0ED color RGB value is (207,208,237).

  • red value is 207;
  • green value is 208;
  • blue value is 237.
RGB:
(207,208,237)
(81%,82%,93%)

RGB channels and saturation

R 207 of 255 = 81%
G 208 of 255 = 82%
B 237 of 255 = 93%

207
208
237

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

Portions of RGB colors in percentages

R + G + B =
207 + 208 + 237 = 652 (100%)
R 207 of 652 ~ 31.75%
G 208 of 652 ~ 31.9%
B 237 of 652 ~ 36.35%

%31.75
%31.9
%36.35

CMYK color model

#CFD0ED color CMYK value is (13,12,0,7).

  • cyan value is 12.66%
  • magenta value is 12.24%
  • yellow value is 0.00%
  • key color value is 7.06%
CMYK:
(13,12,0,7)
C13M12Y0K7 
(13%,12%,0%,7%)
(0.13/0.12/0.00/0.07)	

CMYK percentages

%12.66
%12.24
%0
%7.06

Codes

Color #CFD0ED in popluar color models

CFD0ED
RGB207208237
HSL238°45.45%87.06%
HSB/HSV238°12.66%92.94%
CMYK12.66%12.24%0.00%
7.06%

Color #CFD0ED in popluar number systems.

HEXCFD0ED
Decimal207208237
Binary110011111101000011101101
Octal317320355

Shades and tints

Shades of #CFD0ED

#CFD0ED
(207,208,237)
#BDBED8
(189,190,216)
#ABACC3
(171,172,195)
#999AAE
(153,154,174)
#878899
(135,136,153)
#757684
(117,118,132)
#63646F
(99,100,111)
#51525A
(81,82,90)
#3F4045
(63,64,69)
#2D2E30
(45,46,48)
#1B1C1B
(27,28,27)
#000000
(0,0,0)

Tints of #CFD0ED

#CFD0ED
(207,208,237)
#D3D4EE
(211,212,238)
#D7D8EF
(215,216,239)
#DBDCF0
(219,220,240)
#DFE0F1
(223,224,241)
#E3E4F2
(227,228,242)
#E7E8F3
(231,232,243)
#EBECF4
(235,236,244)
#EFF0F5
(239,240,245)
#F3F4F6
(243,244,246)
#F7F8F7
(247,248,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CFD0ED color. Also use rgb(207,208,237) instead hex code.

Text Font Color

.myTextColor { color: #CFD0ED; }

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

This text font color is #CFD0ED.


Background Color

.myBgColor { background-color: #CFD0ED; }

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

This div background color is #CFD0ED.


Border color

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

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

This div border color is #CFD0ED.


Opacity

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

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

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

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

This text has shadow with #CFD0ED color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CFD0ED on black background.


Color preview on white background

This text has color #CFD0ED on white background.



Black color preview on #CFD0ED background

This text has black color on #CFD0ED background.


White color preview on #CFD0ED background

This text has white color on #CFD0ED background.