COLOR #CFE6D3

HEX: #CFE6D3
RGB: (207,230,211)

Color info

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

RGB color model

#CFE6D3 color RGB value is (207,230,211).

  • red value is 207;
  • green value is 230;
  • blue value is 211.
RGB:
(207,230,211)
(81%,90%,83%)

RGB channels and saturation

R 207 of 255 = 81%
G 230 of 255 = 90%
B 211 of 255 = 83%

207
230
211

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

Portions of RGB colors in percentages

R + G + B =
207 + 230 + 211 = 648 (100%)
R 207 of 648 ~ 31.94%
G 230 of 648 ~ 35.49%
B 211 of 648 ~ 32.56%

%31.94
%35.49
%32.56

CMYK color model

#CFE6D3 color CMYK value is (10,0,8,10).

  • cyan value is 10.00%
  • magenta value is 0.00%
  • yellow value is 8.26%
  • key color value is 9.80%
CMYK:
(10,0,8,10)
C10M0Y8K10 
(10%,0%,8%,10%)
(0.10/0.00/0.08/0.10)	

CMYK percentages

%10
%0
%8.26
%9.8

Codes

Color #CFE6D3 in popluar color models

CFE6D3
RGB207230211
HSL130°31.51%85.69%
HSB/HSV130°10.00%90.20%
CMYK10.00%0.00%8.26%
9.80%

Color #CFE6D3 in popluar number systems.

HEXCFE6D3
Decimal207230211
Binary110011111110011011010011
Octal317346323

Shades and tints

Shades of #CFE6D3

#CFE6D3
(207,230,211)
#BDD2C0
(189,210,192)
#ABBEAD
(171,190,173)
#99AA9A
(153,170,154)
#879687
(135,150,135)
#758274
(117,130,116)
#636E61
(99,110,97)
#515A4E
(81,90,78)
#3F463B
(63,70,59)
#2D3228
(45,50,40)
#1B1E15
(27,30,21)
#000000
(0,0,0)

Tints of #CFE6D3

#CFE6D3
(207,230,211)
#D3E8D7
(211,232,215)
#D7EADB
(215,234,219)
#DBECDF
(219,236,223)
#DFEEE3
(223,238,227)
#E3F0E7
(227,240,231)
#E7F2EB
(231,242,235)
#EBF4EF
(235,244,239)
#EFF6F3
(239,246,243)
#F3F8F7
(243,248,247)
#F7FAFB
(247,250,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CFE6D3 color. Also use rgb(207,230,211) instead hex code.

Text Font Color

.myTextColor { color: #CFE6D3; }

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

This text font color is #CFE6D3.


Background Color

.myBgColor { background-color: #CFE6D3; }

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

This div background color is #CFE6D3.


Border color

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

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

This div border color is #CFE6D3.


Opacity

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

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

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

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

This text has shadow with #CFE6D3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CFE6D3 on black background.


Color preview on white background

This text has color #CFE6D3 on white background.



Black color preview on #CFE6D3 background

This text has black color on #CFE6D3 background.


White color preview on #CFE6D3 background

This text has white color on #CFE6D3 background.