COLOR #CFE7C0

HEX: #CFE7C0
RGB: (207,231,192)

Color info

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

RGB color model

#CFE7C0 color RGB value is (207,231,192).

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

RGB channels and saturation

R 207 of 255 = 81%
G 231 of 255 = 91%
B 192 of 255 = 75%

207
231
192

R + G + B ~ 82%. #CFE7C0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
207 + 231 + 192 = 630 (100%)
R 207 of 630 ~ 32.86%
G 231 of 630 ~ 36.67%
B 192 of 630 ~ 30.48%

%32.86
%36.67
%30.48

CMYK color model

#CFE7C0 color CMYK value is (10,0,17,9).

  • cyan value is 10.39%
  • magenta value is 0.00%
  • yellow value is 16.88%
  • key color value is 9.41%
CMYK:
(10,0,17,9)
C10M0Y17K9 
(10%,0%,17%,9%)
(0.10/0.00/0.17/0.09)	

CMYK percentages

%10.39
%0
%16.88
%9.41

Codes

Color #CFE7C0 in popluar color models

CFE7C0
RGB207231192
HSL97°44.83%82.94%
HSB/HSV97°16.88%90.59%
CMYK10.39%0.00%16.88%
9.41%

Color #CFE7C0 in popluar number systems.

HEXCFE7C0
Decimal207231192
Binary110011111110011111000000
Octal317347300

Shades and tints

Shades of #CFE7C0

#CFE7C0
(207,231,192)
#BDD2AF
(189,210,175)
#ABBD9E
(171,189,158)
#99A88D
(153,168,141)
#87937C
(135,147,124)
#757E6B
(117,126,107)
#63695A
(99,105,90)
#515449
(81,84,73)
#3F3F38
(63,63,56)
#2D2A27
(45,42,39)
#1B1516
(27,21,22)
#000000
(0,0,0)

Tints of #CFE7C0

#CFE7C0
(207,231,192)
#D3E9C5
(211,233,197)
#D7EBCA
(215,235,202)
#DBEDCF
(219,237,207)
#DFEFD4
(223,239,212)
#E3F1D9
(227,241,217)
#E7F3DE
(231,243,222)
#EBF5E3
(235,245,227)
#EFF7E8
(239,247,232)
#F3F9ED
(243,249,237)
#F7FBF2
(247,251,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CFE7C0; }

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

This text font color is #CFE7C0.


Background Color

.myBgColor { background-color: #CFE7C0; }

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

This div background color is #CFE7C0.


Border color

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

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

This div border color is #CFE7C0.


Opacity

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

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

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

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

This text has shadow with #CFE7C0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CFE7C0 on black background.


Color preview on white background

This text has color #CFE7C0 on white background.



Black color preview on #CFE7C0 background

This text has black color on #CFE7C0 background.


White color preview on #CFE7C0 background

This text has white color on #CFE7C0 background.