COLOR #CFE49F

HEX: #CFE49F
RGB: (207,228,159)

Color info

#CFE49F contains mainly red and green colors. Web safe color of #CFE49F is #CCCC99 (or #CC9).

RGB color model

#CFE49F color RGB value is (207,228,159).

  • red value is 207;
  • green value is 228;
  • blue value is 159.
RGB:
(207,228,159)
(81%,89%,62%)

RGB channels and saturation

R 207 of 255 = 81%
G 228 of 255 = 89%
B 159 of 255 = 62%

207
228
159

R + G + B ~ 77%. #CFE49F is quite light color.

Portions of RGB colors in percentages

R + G + B =
207 + 228 + 159 = 594 (100%)
R 207 of 594 ~ 34.85%
G 228 of 594 ~ 38.38%
B 159 of 594 ~ 26.77%

%34.85
%38.38
%26.77

CMYK color model

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

  • cyan value is 9.21%
  • magenta value is 0.00%
  • yellow value is 30.26%
  • key color value is 10.59%
CMYK:
(9,0,30,11)
C9M0Y30K11 
(9%,0%,30%,11%)
(0.09/0.00/0.30/0.11)	

CMYK percentages

%9.21
%0
%30.26
%10.59

Codes

Color #CFE49F in popluar color models

CFE49F
RGB207228159
HSL78°56.10%75.88%
HSB/HSV78°30.26%89.41%
CMYK9.21%0.00%30.26%
10.59%

Color #CFE49F in popluar number systems.

HEXCFE49F
Decimal207228159
Binary110011111110010010011111
Octal317344237

Shades and tints

Shades of #CFE49F

#CFE49F
(207,228,159)
#BDD091
(189,208,145)
#ABBC83
(171,188,131)
#99A875
(153,168,117)
#879467
(135,148,103)
#758059
(117,128,89)
#636C4B
(99,108,75)
#51583D
(81,88,61)
#3F442F
(63,68,47)
#2D3021
(45,48,33)
#1B1C13
(27,28,19)
#000000
(0,0,0)

Tints of #CFE49F

#CFE49F
(207,228,159)
#D3E6A7
(211,230,167)
#D7E8AF
(215,232,175)
#DBEAB7
(219,234,183)
#DFECBF
(223,236,191)
#E3EEC7
(227,238,199)
#E7F0CF
(231,240,207)
#EBF2D7
(235,242,215)
#EFF4DF
(239,244,223)
#F3F6E7
(243,246,231)
#F7F8EF
(247,248,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CFE49F color. Also use rgb(207,228,159) instead hex code.

Text Font Color

.myTextColor { color: #CFE49F; }

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

This text font color is #CFE49F.


Background Color

.myBgColor { background-color: #CFE49F; }

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

This div background color is #CFE49F.


Border color

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

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

This div border color is #CFE49F.


Opacity

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

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

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

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

This text has shadow with #CFE49F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CFE49F on black background.


Color preview on white background

This text has color #CFE49F on white background.



Black color preview on #CFE49F background

This text has black color on #CFE49F background.


White color preview on #CFE49F background

This text has white color on #CFE49F background.