COLOR #CFE7CA

HEX: #CFE7CA
RGB: (207,231,202)

Color info

#CFE7CA contains red, green and blue colors in about the same proportion. Web safe color of #CFE7CA is #CCFFCC (or #CFC).

RGB color model

#CFE7CA color RGB value is (207,231,202).

  • red value is 207;
  • green value is 231;
  • blue value is 202.
RGB:
(207,231,202)
(81%,91%,79%)

RGB channels and saturation

R 207 of 255 = 81%
G 231 of 255 = 91%
B 202 of 255 = 79%

207
231
202

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

Portions of RGB colors in percentages

R + G + B =
207 + 231 + 202 = 640 (100%)
R 207 of 640 ~ 32.34%
G 231 of 640 ~ 36.09%
B 202 of 640 ~ 31.56%

%32.34
%36.09
%31.56

CMYK color model

#CFE7CA color CMYK value is (10,0,13,9).

  • cyan value is 10.39%
  • magenta value is 0.00%
  • yellow value is 12.55%
  • key color value is 9.41%
CMYK:
(10,0,13,9)
C10M0Y13K9 
(10%,0%,13%,9%)
(0.10/0.00/0.13/0.09)	

CMYK percentages

%10.39
%0
%12.55
%9.41

Codes

Color #CFE7CA in popluar color models

CFE7CA
RGB207231202
HSL110°37.66%84.90%
HSB/HSV110°12.55%90.59%
CMYK10.39%0.00%12.55%
9.41%

Color #CFE7CA in popluar number systems.

HEXCFE7CA
Decimal207231202
Binary110011111110011111001010
Octal317347312

Shades and tints

Shades of #CFE7CA

#CFE7CA
(207,231,202)
#BDD2B8
(189,210,184)
#ABBDA6
(171,189,166)
#99A894
(153,168,148)
#879382
(135,147,130)
#757E70
(117,126,112)
#63695E
(99,105,94)
#51544C
(81,84,76)
#3F3F3A
(63,63,58)
#2D2A28
(45,42,40)
#1B1516
(27,21,22)
#000000
(0,0,0)

Tints of #CFE7CA

#CFE7CA
(207,231,202)
#D3E9CE
(211,233,206)
#D7EBD2
(215,235,210)
#DBEDD6
(219,237,214)
#DFEFDA
(223,239,218)
#E3F1DE
(227,241,222)
#E7F3E2
(231,243,226)
#EBF5E6
(235,245,230)
#EFF7EA
(239,247,234)
#F3F9EE
(243,249,238)
#F7FBF2
(247,251,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CFE7CA color. Also use rgb(207,231,202) instead hex code.

Text Font Color

.myTextColor { color: #CFE7CA; }

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

This text font color is #CFE7CA.


Background Color

.myBgColor { background-color: #CFE7CA; }

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

This div background color is #CFE7CA.


Border color

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

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

This div border color is #CFE7CA.


Opacity

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

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

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

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

This text has shadow with #CFE7CA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CFE7CA on black background.


Color preview on white background

This text has color #CFE7CA on white background.



Black color preview on #CFE7CA background

This text has black color on #CFE7CA background.


White color preview on #CFE7CA background

This text has white color on #CFE7CA background.