COLOR #CFE3D2

HEX: #CFE3D2
RGB: (207,227,210)

Color info

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

RGB color model

#CFE3D2 color RGB value is (207,227,210).

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

RGB channels and saturation

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

207
227
210

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

Portions of RGB colors in percentages

R + G + B =
207 + 227 + 210 = 644 (100%)
R 207 of 644 ~ 32.14%
G 227 of 644 ~ 35.25%
B 210 of 644 ~ 32.61%

%32.14
%35.25
%32.61

CMYK color model

#CFE3D2 color CMYK value is (9,0,7,11).

  • cyan value is 8.81%
  • magenta value is 0.00%
  • yellow value is 7.49%
  • key color value is 10.98%
CMYK:
(9,0,7,11)
C9M0Y7K11 
(9%,0%,7%,11%)
(0.09/0.00/0.07/0.11)	

CMYK percentages

%8.81
%0
%7.49
%10.98

Codes

Color #CFE3D2 in popluar color models

CFE3D2
RGB207227210
HSL129°26.32%85.10%
HSB/HSV129°8.81%89.02%
CMYK8.81%0.00%7.49%
10.98%

Color #CFE3D2 in popluar number systems.

HEXCFE3D2
Decimal207227210
Binary110011111110001111010010
Octal317343322

Shades and tints

Shades of #CFE3D2

#CFE3D2
(207,227,210)
#BDCFBF
(189,207,191)
#ABBBAC
(171,187,172)
#99A799
(153,167,153)
#879386
(135,147,134)
#757F73
(117,127,115)
#636B60
(99,107,96)
#51574D
(81,87,77)
#3F433A
(63,67,58)
#2D2F27
(45,47,39)
#1B1B14
(27,27,20)
#000000
(0,0,0)

Tints of #CFE3D2

#CFE3D2
(207,227,210)
#D3E5D6
(211,229,214)
#D7E7DA
(215,231,218)
#DBE9DE
(219,233,222)
#DFEBE2
(223,235,226)
#E3EDE6
(227,237,230)
#E7EFEA
(231,239,234)
#EBF1EE
(235,241,238)
#EFF3F2
(239,243,242)
#F3F5F6
(243,245,246)
#F7F7FA
(247,247,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CFE3D2; }

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

This text font color is #CFE3D2.


Background Color

.myBgColor { background-color: #CFE3D2; }

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

This div background color is #CFE3D2.


Border color

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

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

This div border color is #CFE3D2.


Opacity

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

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

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

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

This text has shadow with #CFE3D2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CFE3D2 on black background.


Color preview on white background

This text has color #CFE3D2 on white background.



Black color preview on #CFE3D2 background

This text has black color on #CFE3D2 background.


White color preview on #CFE3D2 background

This text has white color on #CFE3D2 background.