COLOR #CEEA68

HEX: #CEEA68
RGB: (206,234,104)

Color info

#CEEA68 contains mainly red and green colors. Web safe color of #CEEA68 is #CCFF66 (or #CF6).

RGB color model

#CEEA68 color RGB value is (206,234,104).

  • red value is 206;
  • green value is 234;
  • blue value is 104.
RGB:
(206,234,104)
(81%,92%,41%)

RGB channels and saturation

R 206 of 255 = 81%
G 234 of 255 = 92%
B 104 of 255 = 41%

206
234
104

R + G + B ~ 71%. #CEEA68 is quite light color.

Portions of RGB colors in percentages

R + G + B =
206 + 234 + 104 = 544 (100%)
R 206 of 544 ~ 37.87%
G 234 of 544 ~ 43.01%
B 104 of 544 ~ 19.12%

%37.87
%43.01
%19.12

CMYK color model

#CEEA68 color CMYK value is (12,0,56,8).

  • cyan value is 11.97%
  • magenta value is 0.00%
  • yellow value is 55.56%
  • key color value is 8.24%
CMYK:
(12,0,56,8)
C12M0Y56K8 
(12%,0%,56%,8%)
(0.12/0.00/0.56/0.08)	

CMYK percentages

%11.97
%0
%55.56
%8.24

Codes

Color #CEEA68 in popluar color models

CEEA68
RGB206234104
HSL73°75.58%66.27%
HSB/HSV73°55.56%91.76%
CMYK11.97%0.00%55.56%
8.24%

Color #CEEA68 in popluar number systems.

HEXCEEA68
Decimal206234104
Binary11001110111010101101000
Octal316352150

Shades and tints

Shades of #CEEA68

#CEEA68
(206,234,104)
#BCD55F
(188,213,95)
#AAC056
(170,192,86)
#98AB4D
(152,171,77)
#869644
(134,150,68)
#74813B
(116,129,59)
#626C32
(98,108,50)
#505729
(80,87,41)
#3E4220
(62,66,32)
#2C2D17
(44,45,23)
#1A180E
(26,24,14)
#000000
(0,0,0)

Tints of #CEEA68

#CEEA68
(206,234,104)
#D2EB75
(210,235,117)
#D6EC82
(214,236,130)
#DAED8F
(218,237,143)
#DEEE9C
(222,238,156)
#E2EFA9
(226,239,169)
#E6F0B6
(230,240,182)
#EAF1C3
(234,241,195)
#EEF2D0
(238,242,208)
#F2F3DD
(242,243,221)
#F6F4EA
(246,244,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CEEA68 color. Also use rgb(206,234,104) instead hex code.

Text Font Color

.myTextColor { color: #CEEA68; }

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

This text font color is #CEEA68.


Background Color

.myBgColor { background-color: #CEEA68; }

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

This div background color is #CEEA68.


Border color

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

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

This div border color is #CEEA68.


Opacity

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

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

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

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

This text has shadow with #CEEA68 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CEEA68 on black background.


Color preview on white background

This text has color #CEEA68 on white background.



Black color preview on #CEEA68 background

This text has black color on #CEEA68 background.


White color preview on #CEEA68 background

This text has white color on #CEEA68 background.