COLOR #CFE99A

HEX: #CFE99A RGB: (207,233,154)

Color info

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

RGB color model

#CFE99A color RGB value is (207,233,154).

RGB: (207,233,154) (81%, 91%, 60%)

RGB channels and saturation

R 207 of 255 = 81%
G 233 of 255 = 91%
B 154 of 255 = 60%

207
233
154

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

Portions of RGB colors in percentages

R + G + B = 207 + 233 + 154 = 594 (100%)
R 207 of 594 ~ 34.85%
G 233 of 594 ~ 39.23%
B 154 of 594 ~ 25.93'%

%34.85
%39.23
%25.93

CMYK color model

#CFE99A color CMYK value is (11,0,34,9).

  • cyan value is 11.16%
  • magenta value is 0.00%
  • yellow value is 33.91%
  • key color value is 8.63%

CMYK: (11,0,34,9)
C11M0Y34K9 (11%, 0%, 34%, 9%)
(0.11 / 0.00 / 0.34 / 0.09)

CMYK percentages

%11.16
%0
%33.91
%8.63

Codes

Color #CFE99A in popluar color models

CF E9 9A
RGB 207 233 154
HSL 80° 64.23% 75.88%
HSB/HSV 80° 33.91% 91.37%
CMYK 11.16% 0.00% 33.91%
8.63%

Color #CFE99A in popluar number systems.

HEX CF E9 9A
Decimal 207 233 154
Binary 11001111 11101001 10011010
Octal 317 351 232

Shades and tints

Shades of #CFE99A

#CFE99A
(207,233,154)
#BDD48C
(189,212,140)
#ABBF7E
(171,191,126)
#99AA70
(153,170,112)
#879562
(135,149,98)
#758054
(117,128,84)
#636B46
(99,107,70)
#515638
(81,86,56)
#3F412A
(63,65,42)
#2D2C1C
(45,44,28)
#1B170E
(27,23,14)
#000000
(0,0,0)

Tints of #CFE99A

#CFE99A
(207,233,154)
#D3EBA3
(211,235,163)
#D7EDAC
(215,237,172)
#DBEFB5
(219,239,181)
#DFF1BE
(223,241,190)
#E3F3C7
(227,243,199)
#E7F5D0
(231,245,208)
#EBF7D9
(235,247,217)
#EFF9E2
(239,249,226)
#F3FBEB
(243,251,235)
#F7FDF4
(247,253,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CFE99A; }

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

This text font color is #CFE99A.

Background Color

.myBgColor { background-color: #CFE99A; }

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

This div background color is #CFE99A.

Border color

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

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

This div border color is #CFE99A.

Opacity

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

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

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

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

This text has shadow with #CFE99A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CFE99A.

Preview

Color preview on black background

This text has color #CFE99A on black background.


Color preview on white background

This text has color #CFE99A on white background.


Black color preview on #CFE99A background

This text has black color on #CFE99A background.


White color preview on #CFE99A background

This text has white color on #CFE99A background.


Related colors

Complementary color

Complementary color for #hex is #301665.


I love getcolorcode.com

Triadic colors

1 #9ACFE9 and #E99ACF with #CFE99A are triadic colors.

2 #9AE9CF and #E9CF9A with #CFE99A are triadic colors.