COLOR #CEF677

HEX: #CEF677
RGB: (206,246,119)

Color info

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

RGB color model

#CEF677 color RGB value is (206,246,119).

  • red value is 206;
  • green value is 246;
  • blue value is 119.
RGB:
(206,246,119)
(81%,96%,47%)

RGB channels and saturation

R 206 of 255 = 81%
G 246 of 255 = 96%
B 119 of 255 = 47%

206
246
119

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

Portions of RGB colors in percentages

R + G + B =
206 + 246 + 119 = 571 (100%)
R 206 of 571 ~ 36.08%
G 246 of 571 ~ 43.08%
B 119 of 571 ~ 20.84%

%36.08
%43.08
%20.84

CMYK color model

#CEF677 color CMYK value is (16,0,52,4).

  • cyan value is 16.26%
  • magenta value is 0.00%
  • yellow value is 51.63%
  • key color value is 3.53%
CMYK:
(16,0,52,4)
C16M0Y52K4 
(16%,0%,52%,4%)
(0.16/0.00/0.52/0.04)	

CMYK percentages

%16.26
%0
%51.63
%3.53

Codes

Color #CEF677 in popluar color models

CEF677
RGB206246119
HSL79°87.59%71.57%
HSB/HSV79°51.63%96.47%
CMYK16.26%0.00%51.63%
3.53%

Color #CEF677 in popluar number systems.

HEXCEF677
Decimal206246119
Binary11001110111101101110111
Octal316366167

Shades and tints

Shades of #CEF677

#CEF677
(206,246,119)
#BCE06D
(188,224,109)
#AACA63
(170,202,99)
#98B459
(152,180,89)
#869E4F
(134,158,79)
#748845
(116,136,69)
#62723B
(98,114,59)
#505C31
(80,92,49)
#3E4627
(62,70,39)
#2C301D
(44,48,29)
#1A1A13
(26,26,19)
#000000
(0,0,0)

Tints of #CEF677

#CEF677
(206,246,119)
#D2F683
(210,246,131)
#D6F68F
(214,246,143)
#DAF69B
(218,246,155)
#DEF6A7
(222,246,167)
#E2F6B3
(226,246,179)
#E6F6BF
(230,246,191)
#EAF6CB
(234,246,203)
#EEF6D7
(238,246,215)
#F2F6E3
(242,246,227)
#F6F6EF
(246,246,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CEF677 color. Also use rgb(206,246,119) instead hex code.

Text Font Color

.myTextColor { color: #CEF677; }

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

This text font color is #CEF677.


Background Color

.myBgColor { background-color: #CEF677; }

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

This div background color is #CEF677.


Border color

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

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

This div border color is #CEF677.


Opacity

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

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

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

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

This text has shadow with #CEF677 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CEF677 on black background.


Color preview on white background

This text has color #CEF677 on white background.



Black color preview on #CEF677 background

This text has black color on #CEF677 background.


White color preview on #CEF677 background

This text has white color on #CEF677 background.