COLOR #CFEE9D

HEX: #CFEE9D
RGB: (207,238,157)

Color info

#CFEE9D contains mainly red and green colors. Web safe color of #CFEE9D is #CCFF99 (or #CF9).

RGB color model

#CFEE9D color RGB value is (207,238,157).

  • red value is 207;
  • green value is 238;
  • blue value is 157.
RGB:
(207,238,157)
(81%,93%,62%)

RGB channels and saturation

R 207 of 255 = 81%
G 238 of 255 = 93%
B 157 of 255 = 62%

207
238
157

R + G + B ~ 79%. #CFEE9D is quite light color.

Portions of RGB colors in percentages

R + G + B =
207 + 238 + 157 = 602 (100%)
R 207 of 602 ~ 34.39%
G 238 of 602 ~ 39.53%
B 157 of 602 ~ 26.08%

%34.39
%39.53
%26.08

CMYK color model

#CFEE9D color CMYK value is (13,0,34,7).

  • cyan value is 13.03%
  • magenta value is 0.00%
  • yellow value is 34.03%
  • key color value is 6.67%
CMYK:
(13,0,34,7)
C13M0Y34K7 
(13%,0%,34%,7%)
(0.13/0.00/0.34/0.07)	

CMYK percentages

%13.03
%0
%34.03
%6.67

Codes

Color #CFEE9D in popluar color models

CFEE9D
RGB207238157
HSL83°70.43%77.45%
HSB/HSV83°34.03%93.33%
CMYK13.03%0.00%34.03%
6.67%

Color #CFEE9D in popluar number systems.

HEXCFEE9D
Decimal207238157
Binary110011111110111010011101
Octal317356235

Shades and tints

Shades of #CFEE9D

#CFEE9D
(207,238,157)
#BDD98F
(189,217,143)
#ABC481
(171,196,129)
#99AF73
(153,175,115)
#879A65
(135,154,101)
#758557
(117,133,87)
#637049
(99,112,73)
#515B3B
(81,91,59)
#3F462D
(63,70,45)
#2D311F
(45,49,31)
#1B1C11
(27,28,17)
#000000
(0,0,0)

Tints of #CFEE9D

#CFEE9D
(207,238,157)
#D3EFA5
(211,239,165)
#D7F0AD
(215,240,173)
#DBF1B5
(219,241,181)
#DFF2BD
(223,242,189)
#E3F3C5
(227,243,197)
#E7F4CD
(231,244,205)
#EBF5D5
(235,245,213)
#EFF6DD
(239,246,221)
#F3F7E5
(243,247,229)
#F7F8ED
(247,248,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CFEE9D color. Also use rgb(207,238,157) instead hex code.

Text Font Color

.myTextColor { color: #CFEE9D; }

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

This text font color is #CFEE9D.


Background Color

.myBgColor { background-color: #CFEE9D; }

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

This div background color is #CFEE9D.


Border color

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

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

This div border color is #CFEE9D.


Opacity

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

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

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

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

This text has shadow with #CFEE9D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CFEE9D on black background.


Color preview on white background

This text has color #CFEE9D on white background.



Black color preview on #CFEE9D background

This text has black color on #CFEE9D background.


White color preview on #CFEE9D background

This text has white color on #CFEE9D background.