COLOR #CEE676

HEX: #CEE676
RGB: (206,230,118)

Color info

#CEE676 contains mainly red and green colors. Web safe color of #CEE676 is #CCCC66 (or #CC6).

RGB color model

#CEE676 color RGB value is (206,230,118).

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

RGB channels and saturation

R 206 of 255 = 81%
G 230 of 255 = 90%
B 118 of 255 = 46%

206
230
118

R + G + B ~ 72%. #CEE676 is quite light color.

Portions of RGB colors in percentages

R + G + B =
206 + 230 + 118 = 554 (100%)
R 206 of 554 ~ 37.18%
G 230 of 554 ~ 41.52%
B 118 of 554 ~ 21.3%

%37.18
%41.52
%21.3

CMYK color model

#CEE676 color CMYK value is (10,0,49,10).

  • cyan value is 10.43%
  • magenta value is 0.00%
  • yellow value is 48.70%
  • key color value is 9.80%
CMYK:
(10,0,49,10)
C10M0Y49K10 
(10%,0%,49%,10%)
(0.10/0.00/0.49/0.10)	

CMYK percentages

%10.43
%0
%48.7
%9.8

Codes

Color #CEE676 in popluar color models

CEE676
RGB206230118
HSL73°69.14%68.24%
HSB/HSV73°48.70%90.20%
CMYK10.43%0.00%48.70%
9.80%

Color #CEE676 in popluar number systems.

HEXCEE676
Decimal206230118
Binary11001110111001101110110
Octal316346166

Shades and tints

Shades of #CEE676

#CEE676
(206,230,118)
#BCD26C
(188,210,108)
#AABE62
(170,190,98)
#98AA58
(152,170,88)
#86964E
(134,150,78)
#748244
(116,130,68)
#626E3A
(98,110,58)
#505A30
(80,90,48)
#3E4626
(62,70,38)
#2C321C
(44,50,28)
#1A1E12
(26,30,18)
#000000
(0,0,0)

Tints of #CEE676

#CEE676
(206,230,118)
#D2E882
(210,232,130)
#D6EA8E
(214,234,142)
#DAEC9A
(218,236,154)
#DEEEA6
(222,238,166)
#E2F0B2
(226,240,178)
#E6F2BE
(230,242,190)
#EAF4CA
(234,244,202)
#EEF6D6
(238,246,214)
#F2F8E2
(242,248,226)
#F6FAEE
(246,250,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CEE676; }

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

This text font color is #CEE676.


Background Color

.myBgColor { background-color: #CEE676; }

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

This div background color is #CEE676.


Border color

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

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

This div border color is #CEE676.


Opacity

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

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

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

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

This text has shadow with #CEE676 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CEE676 on black background.


Color preview on white background

This text has color #CEE676 on white background.



Black color preview on #CEE676 background

This text has black color on #CEE676 background.


White color preview on #CEE676 background

This text has white color on #CEE676 background.