COLOR #CEE68C

HEX: #CEE68C
RGB: (206,230,140)

Color info

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

RGB color model

#CEE68C color RGB value is (206,230,140).

  • red value is 206;
  • green value is 230;
  • blue value is 140.
RGB:
(206,230,140)
(81%,90%,55%)

RGB channels and saturation

R 206 of 255 = 81%
G 230 of 255 = 90%
B 140 of 255 = 55%

206
230
140

R + G + B ~ 75%. #CEE68C is quite light color.

Portions of RGB colors in percentages

R + G + B =
206 + 230 + 140 = 576 (100%)
R 206 of 576 ~ 35.76%
G 230 of 576 ~ 39.93%
B 140 of 576 ~ 24.31%

%35.76
%39.93
%24.31

CMYK color model

#CEE68C color CMYK value is (10,0,39,10).

  • cyan value is 10.43%
  • magenta value is 0.00%
  • yellow value is 39.13%
  • key color value is 9.80%
CMYK:
(10,0,39,10)
C10M0Y39K10 
(10%,0%,39%,10%)
(0.10/0.00/0.39/0.10)	

CMYK percentages

%10.43
%0
%39.13
%9.8

Codes

Color #CEE68C in popluar color models

CEE68C
RGB206230140
HSL76°64.29%72.55%
HSB/HSV76°39.13%90.20%
CMYK10.43%0.00%39.13%
9.80%

Color #CEE68C in popluar number systems.

HEXCEE68C
Decimal206230140
Binary110011101110011010001100
Octal316346214

Shades and tints

Shades of #CEE68C

#CEE68C
(206,230,140)
#BCD280
(188,210,128)
#AABE74
(170,190,116)
#98AA68
(152,170,104)
#86965C
(134,150,92)
#748250
(116,130,80)
#626E44
(98,110,68)
#505A38
(80,90,56)
#3E462C
(62,70,44)
#2C3220
(44,50,32)
#1A1E14
(26,30,20)
#000000
(0,0,0)

Tints of #CEE68C

#CEE68C
(206,230,140)
#D2E896
(210,232,150)
#D6EAA0
(214,234,160)
#DAECAA
(218,236,170)
#DEEEB4
(222,238,180)
#E2F0BE
(226,240,190)
#E6F2C8
(230,242,200)
#EAF4D2
(234,244,210)
#EEF6DC
(238,246,220)
#F2F8E6
(242,248,230)
#F6FAF0
(246,250,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CEE68C color. Also use rgb(206,230,140) instead hex code.

Text Font Color

.myTextColor { color: #CEE68C; }

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

This text font color is #CEE68C.


Background Color

.myBgColor { background-color: #CEE68C; }

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

This div background color is #CEE68C.


Border color

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

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

This div border color is #CEE68C.


Opacity

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

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

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

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

This text has shadow with #CEE68C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CEE68C on black background.


Color preview on white background

This text has color #CEE68C on white background.



Black color preview on #CEE68C background

This text has black color on #CEE68C background.


White color preview on #CEE68C background

This text has white color on #CEE68C background.