COLOR #CFE3DC

HEX: #CFE3DC
RGB: (207,227,220)

Color info

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

RGB color model

#CFE3DC color RGB value is (207,227,220).

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

RGB channels and saturation

R 207 of 255 = 81%
G 227 of 255 = 89%
B 220 of 255 = 86%

207
227
220

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

Portions of RGB colors in percentages

R + G + B =
207 + 227 + 220 = 654 (100%)
R 207 of 654 ~ 31.65%
G 227 of 654 ~ 34.71%
B 220 of 654 ~ 33.64%

%31.65
%34.71
%33.64

CMYK color model

#CFE3DC color CMYK value is (9,0,3,11).

  • cyan value is 8.81%
  • magenta value is 0.00%
  • yellow value is 3.08%
  • key color value is 10.98%
CMYK:
(9,0,3,11)
C9M0Y3K11 
(9%,0%,3%,11%)
(0.09/0.00/0.03/0.11)	

CMYK percentages

%8.81
%0
%3.08
%10.98

Codes

Color #CFE3DC in popluar color models

CFE3DC
RGB207227220
HSL159°26.32%85.10%
HSB/HSV159°8.81%89.02%
CMYK8.81%0.00%3.08%
10.98%

Color #CFE3DC in popluar number systems.

HEXCFE3DC
Decimal207227220
Binary110011111110001111011100
Octal317343334

Shades and tints

Shades of #CFE3DC

#CFE3DC
(207,227,220)
#BDCFC8
(189,207,200)
#ABBBB4
(171,187,180)
#99A7A0
(153,167,160)
#87938C
(135,147,140)
#757F78
(117,127,120)
#636B64
(99,107,100)
#515750
(81,87,80)
#3F433C
(63,67,60)
#2D2F28
(45,47,40)
#1B1B14
(27,27,20)
#000000
(0,0,0)

Tints of #CFE3DC

#CFE3DC
(207,227,220)
#D3E5DF
(211,229,223)
#D7E7E2
(215,231,226)
#DBE9E5
(219,233,229)
#DFEBE8
(223,235,232)
#E3EDEB
(227,237,235)
#E7EFEE
(231,239,238)
#EBF1F1
(235,241,241)
#EFF3F4
(239,243,244)
#F3F5F7
(243,245,247)
#F7F7FA
(247,247,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CFE3DC; }

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

This text font color is #CFE3DC.


Background Color

.myBgColor { background-color: #CFE3DC; }

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

This div background color is #CFE3DC.


Border color

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

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

This div border color is #CFE3DC.


Opacity

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

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

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

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

This text has shadow with #CFE3DC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CFE3DC on black background.


Color preview on white background

This text has color #CFE3DC on white background.



Black color preview on #CFE3DC background

This text has black color on #CFE3DC background.


White color preview on #CFE3DC background

This text has white color on #CFE3DC background.