COLOR #CEF99E

HEX: #CEF99E
RGB: (206,249,158)

Color info

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

RGB color model

#CEF99E color RGB value is (206,249,158).

  • red value is 206;
  • green value is 249;
  • blue value is 158.
RGB:
(206,249,158)
(81%,98%,62%)

RGB channels and saturation

R 206 of 255 = 81%
G 249 of 255 = 98%
B 158 of 255 = 62%

206
249
158

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

Portions of RGB colors in percentages

R + G + B =
206 + 249 + 158 = 613 (100%)
R 206 of 613 ~ 33.61%
G 249 of 613 ~ 40.62%
B 158 of 613 ~ 25.77%

%33.61
%40.62
%25.77

CMYK color model

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

  • cyan value is 17.27%
  • magenta value is 0.00%
  • yellow value is 36.55%
  • 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
%36.55
%2.35

Codes

Color #CEF99E in popluar color models

CEF99E
RGB206249158
HSL88°88.35%79.80%
HSB/HSV88°36.55%97.65%
CMYK17.27%0.00%36.55%
2.35%

Color #CEF99E in popluar number systems.

HEXCEF99E
Decimal206249158
Binary110011101111100110011110
Octal316371236

Shades and tints

Shades of #CEF99E

#CEF99E
(206,249,158)
#BCE390
(188,227,144)
#AACD82
(170,205,130)
#98B774
(152,183,116)
#86A166
(134,161,102)
#748B58
(116,139,88)
#62754A
(98,117,74)
#505F3C
(80,95,60)
#3E492E
(62,73,46)
#2C3320
(44,51,32)
#1A1D12
(26,29,18)
#000000
(0,0,0)

Tints of #CEF99E

#CEF99E
(206,249,158)
#D2F9A6
(210,249,166)
#D6F9AE
(214,249,174)
#DAF9B6
(218,249,182)
#DEF9BE
(222,249,190)
#E2F9C6
(226,249,198)
#E6F9CE
(230,249,206)
#EAF9D6
(234,249,214)
#EEF9DE
(238,249,222)
#F2F9E6
(242,249,230)
#F6F9EE
(246,249,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CEF99E; }

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

This text font color is #CEF99E.


Background Color

.myBgColor { background-color: #CEF99E; }

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

This div background color is #CEF99E.


Border color

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

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

This div border color is #CEF99E.


Opacity

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

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

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

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

This text has shadow with #CEF99E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CEF99E on black background.


Color preview on white background

This text has color #CEF99E on white background.



Black color preview on #CEF99E background

This text has black color on #CEF99E background.


White color preview on #CEF99E background

This text has white color on #CEF99E background.