COLOR #CFE59A

HEX: #CFE59A
RGB: (207,229,154)

Color info

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

RGB color model

#CFE59A color RGB value is (207,229,154).

  • red value is 207;
  • green value is 229;
  • blue value is 154.
RGB:
(207,229,154)
(81%,90%,60%)

RGB channels and saturation

R 207 of 255 = 81%
G 229 of 255 = 90%
B 154 of 255 = 60%

207
229
154

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

Portions of RGB colors in percentages

R + G + B =
207 + 229 + 154 = 590 (100%)
R 207 of 590 ~ 35.08%
G 229 of 590 ~ 38.81%
B 154 of 590 ~ 26.1%

%35.08
%38.81
%26.1

CMYK color model

#CFE59A color CMYK value is (10,0,33,10).

  • cyan value is 9.61%
  • magenta value is 0.00%
  • yellow value is 32.75%
  • key color value is 10.20%
CMYK:
(10,0,33,10)
C10M0Y33K10 
(10%,0%,33%,10%)
(0.10/0.00/0.33/0.10)	

CMYK percentages

%9.61
%0
%32.75
%10.2

Codes

Color #CFE59A in popluar color models

CFE59A
RGB207229154
HSL78°59.06%75.10%
HSB/HSV78°32.75%89.80%
CMYK9.61%0.00%32.75%
10.20%

Color #CFE59A in popluar number systems.

HEXCFE59A
Decimal207229154
Binary110011111110010110011010
Octal317345232

Shades and tints

Shades of #CFE59A

#CFE59A
(207,229,154)
#BDD18C
(189,209,140)
#ABBD7E
(171,189,126)
#99A970
(153,169,112)
#879562
(135,149,98)
#758154
(117,129,84)
#636D46
(99,109,70)
#515938
(81,89,56)
#3F452A
(63,69,42)
#2D311C
(45,49,28)
#1B1D0E
(27,29,14)
#000000
(0,0,0)

Tints of #CFE59A

#CFE59A
(207,229,154)
#D3E7A3
(211,231,163)
#D7E9AC
(215,233,172)
#DBEBB5
(219,235,181)
#DFEDBE
(223,237,190)
#E3EFC7
(227,239,199)
#E7F1D0
(231,241,208)
#EBF3D9
(235,243,217)
#EFF5E2
(239,245,226)
#F3F7EB
(243,247,235)
#F7F9F4
(247,249,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CFE59A color. Also use rgb(207,229,154) instead hex code.

Text Font Color

.myTextColor { color: #CFE59A; }

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

This text font color is #CFE59A.


Background Color

.myBgColor { background-color: #CFE59A; }

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

This div background color is #CFE59A.


Border color

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

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

This div border color is #CFE59A.


Opacity

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

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

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

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

This text has shadow with #CFE59A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CFE59A on black background.


Color preview on white background

This text has color #CFE59A on white background.



Black color preview on #CFE59A background

This text has black color on #CFE59A background.


White color preview on #CFE59A background

This text has white color on #CFE59A background.