COLOR #CFE3C9

HEX: #CFE3C9
RGB: (207,227,201)

Color info

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

RGB color model

#CFE3C9 color RGB value is (207,227,201).

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

RGB channels and saturation

R 207 of 255 = 81%
G 227 of 255 = 89%
B 201 of 255 = 79%

207
227
201

R + G + B ~ 83%. #CFE3C9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
207 + 227 + 201 = 635 (100%)
R 207 of 635 ~ 32.6%
G 227 of 635 ~ 35.75%
B 201 of 635 ~ 31.65%

%32.6
%35.75
%31.65

CMYK color model

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

  • cyan value is 8.81%
  • magenta value is 0.00%
  • yellow value is 11.45%
  • key color value is 10.98%
CMYK:
(9,0,11,11)
C9M0Y11K11 
(9%,0%,11%,11%)
(0.09/0.00/0.11/0.11)	

CMYK percentages

%8.81
%0
%11.45
%10.98

Codes

Color #CFE3C9 in popluar color models

CFE3C9
RGB207227201
HSL106°31.71%83.92%
HSB/HSV106°11.45%89.02%
CMYK8.81%0.00%11.45%
10.98%

Color #CFE3C9 in popluar number systems.

HEXCFE3C9
Decimal207227201
Binary110011111110001111001001
Octal317343311

Shades and tints

Shades of #CFE3C9

#CFE3C9
(207,227,201)
#BDCFB7
(189,207,183)
#ABBBA5
(171,187,165)
#99A793
(153,167,147)
#879381
(135,147,129)
#757F6F
(117,127,111)
#636B5D
(99,107,93)
#51574B
(81,87,75)
#3F4339
(63,67,57)
#2D2F27
(45,47,39)
#1B1B15
(27,27,21)
#000000
(0,0,0)

Tints of #CFE3C9

#CFE3C9
(207,227,201)
#D3E5CD
(211,229,205)
#D7E7D1
(215,231,209)
#DBE9D5
(219,233,213)
#DFEBD9
(223,235,217)
#E3EDDD
(227,237,221)
#E7EFE1
(231,239,225)
#EBF1E5
(235,241,229)
#EFF3E9
(239,243,233)
#F3F5ED
(243,245,237)
#F7F7F1
(247,247,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CFE3C9; }

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

This text font color is #CFE3C9.


Background Color

.myBgColor { background-color: #CFE3C9; }

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

This div background color is #CFE3C9.


Border color

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

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

This div border color is #CFE3C9.


Opacity

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

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

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

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

This text has shadow with #CFE3C9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CFE3C9 on black background.


Color preview on white background

This text has color #CFE3C9 on white background.



Black color preview on #CFE3C9 background

This text has black color on #CFE3C9 background.


White color preview on #CFE3C9 background

This text has white color on #CFE3C9 background.