COLOR #CEF99C

HEX: #CEF99C RGB: (206,249,156)

Color info

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

RGB color model

#CEF99C color RGB value is (206,249,156).

RGB: (206,249,156) (81%, 98%, 61%)

RGB channels and saturation

R 206 of 255 = 81%
G 249 of 255 = 98%
B 156 of 255 = 61%

206
249
156

R + G + B ~ 80%. #CEF99C is quite light color.

Portions of RGB colors in percentages

R + G + B = 206 + 249 + 156 = 611 (100%)
R 206 of 611 ~ 33.72%
G 249 of 611 ~ 40.75%
B 156 of 611 ~ 25.53'%

%33.72
%40.75
%25.53

CMYK color model

#CEF99C color CMYK value is (17,0,37,2).

  • cyan value is 17.27%
  • magenta value is 0.00%
  • yellow value is 37.35%
  • key color value is 2.35%

CMYK: (17,0,37,2)
C17M0Y37K2 (17%, 0%, 37%, 2%)
(0.17 / 0.00 / 0.37 / 0.02)

CMYK percentages

%17.27
%0
%37.35
%2.35

Codes

Color #CEF99C in popluar color models

CE F9 9C
RGB 206 249 156
HSL 88° 88.57% 79.41%
HSB/HSV 88° 37.35% 97.65%
CMYK 17.27% 0.00% 37.35%
2.35%

Color #CEF99C in popluar number systems.

HEX CE F9 9C
Decimal 206 249 156
Binary 11001110 11111001 10011100
Octal 316 371 234

Shades and tints

Shades of #CEF99C

#CEF99C
(206,249,156)
#BCE38E
(188,227,142)
#AACD80
(170,205,128)
#98B772
(152,183,114)
#86A164
(134,161,100)
#748B56
(116,139,86)
#627548
(98,117,72)
#505F3A
(80,95,58)
#3E492C
(62,73,44)
#2C331E
(44,51,30)
#1A1D10
(26,29,16)
#000000
(0,0,0)

Tints of #CEF99C

#CEF99C
(206,249,156)
#D2F9A5
(210,249,165)
#D6F9AE
(214,249,174)
#DAF9B7
(218,249,183)
#DEF9C0
(222,249,192)
#E2F9C9
(226,249,201)
#E6F9D2
(230,249,210)
#EAF9DB
(234,249,219)
#EEF9E4
(238,249,228)
#F2F9ED
(242,249,237)
#F6F9F6
(246,249,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CEF99C color. Also use rgb(206,249,156) instead hex code.

Text Font Color

.myTextColor { color: #CEF99C; }

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

This text font color is #CEF99C.

Background Color

.myBgColor { background-color: #CEF99C; }

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

This div background color is #CEF99C.

Border color

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

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

This div border color is #CEF99C.

Opacity

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

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

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

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

This text has shadow with #CEF99C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CEF99C.

Preview

Color preview on black background

This text has color #CEF99C on black background.


Color preview on white background

This text has color #CEF99C on white background.


Black color preview on #CEF99C background

This text has black color on #CEF99C background.


White color preview on #CEF99C background

This text has white color on #CEF99C background.


Related colors

Complementary color

Complementary color for #hex is #310663.


I love getcolorcode.com

Triadic colors

1 #9CCEF9 and #F99CCE with #CEF99C are triadic colors.

2 #9CF9CE and #F9CE9C with #CEF99C are triadic colors.