COLOR #CEE982

HEX: #CEE982
RGB: (206,233,130)

Color info

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

RGB color model

#CEE982 color RGB value is (206,233,130).

  • red value is 206;
  • green value is 233;
  • blue value is 130.
RGB:
(206,233,130)
(81%,91%,51%)

RGB channels and saturation

R 206 of 255 = 81%
G 233 of 255 = 91%
B 130 of 255 = 51%

206
233
130

R + G + B ~ 74%. #CEE982 is quite light color.

Portions of RGB colors in percentages

R + G + B =
206 + 233 + 130 = 569 (100%)
R 206 of 569 ~ 36.2%
G 233 of 569 ~ 40.95%
B 130 of 569 ~ 22.85%

%36.2
%40.95
%22.85

CMYK color model

#CEE982 color CMYK value is (12,0,44,9).

  • cyan value is 11.59%
  • magenta value is 0.00%
  • yellow value is 44.21%
  • key color value is 8.63%
CMYK:
(12,0,44,9)
C12M0Y44K9 
(12%,0%,44%,9%)
(0.12/0.00/0.44/0.09)	

CMYK percentages

%11.59
%0
%44.21
%8.63

Codes

Color #CEE982 in popluar color models

CEE982
RGB206233130
HSL76°70.07%71.18%
HSB/HSV76°44.21%91.37%
CMYK11.59%0.00%44.21%
8.63%

Color #CEE982 in popluar number systems.

HEXCEE982
Decimal206233130
Binary110011101110100110000010
Octal316351202

Shades and tints

Shades of #CEE982

#CEE982
(206,233,130)
#BCD477
(188,212,119)
#AABF6C
(170,191,108)
#98AA61
(152,170,97)
#869556
(134,149,86)
#74804B
(116,128,75)
#626B40
(98,107,64)
#505635
(80,86,53)
#3E412A
(62,65,42)
#2C2C1F
(44,44,31)
#1A1714
(26,23,20)
#000000
(0,0,0)

Tints of #CEE982

#CEE982
(206,233,130)
#D2EB8D
(210,235,141)
#D6ED98
(214,237,152)
#DAEFA3
(218,239,163)
#DEF1AE
(222,241,174)
#E2F3B9
(226,243,185)
#E6F5C4
(230,245,196)
#EAF7CF
(234,247,207)
#EEF9DA
(238,249,218)
#F2FBE5
(242,251,229)
#F6FDF0
(246,253,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CEE982 color. Also use rgb(206,233,130) instead hex code.

Text Font Color

.myTextColor { color: #CEE982; }

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

This text font color is #CEE982.


Background Color

.myBgColor { background-color: #CEE982; }

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

This div background color is #CEE982.


Border color

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

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

This div border color is #CEE982.


Opacity

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

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

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

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

This text has shadow with #CEE982 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CEE982 on black background.


Color preview on white background

This text has color #CEE982 on white background.



Black color preview on #CEE982 background

This text has black color on #CEE982 background.


White color preview on #CEE982 background

This text has white color on #CEE982 background.