COLOR #CEF0AB

HEX: #CEF0AB
RGB: (206,240,171)

Color info

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

RGB color model

#CEF0AB color RGB value is (206,240,171).

  • red value is 206;
  • green value is 240;
  • blue value is 171.
RGB:
(206,240,171)
(81%,94%,67%)

RGB channels and saturation

R 206 of 255 = 81%
G 240 of 255 = 94%
B 171 of 255 = 67%

206
240
171

R + G + B ~ 81%. #CEF0AB is quite light color.

Portions of RGB colors in percentages

R + G + B =
206 + 240 + 171 = 617 (100%)
R 206 of 617 ~ 33.39%
G 240 of 617 ~ 38.9%
B 171 of 617 ~ 27.71%

%33.39
%38.9
%27.71

CMYK color model

#CEF0AB color CMYK value is (14,0,29,6).

  • cyan value is 14.17%
  • magenta value is 0.00%
  • yellow value is 28.75%
  • key color value is 5.88%
CMYK:
(14,0,29,6)
C14M0Y29K6 
(14%,0%,29%,6%)
(0.14/0.00/0.29/0.06)	

CMYK percentages

%14.17
%0
%28.75
%5.88

Codes

Color #CEF0AB in popluar color models

CEF0AB
RGB206240171
HSL90°69.70%80.59%
HSB/HSV90°28.75%94.12%
CMYK14.17%0.00%28.75%
5.88%

Color #CEF0AB in popluar number systems.

HEXCEF0AB
Decimal206240171
Binary110011101111000010101011
Octal316360253

Shades and tints

Shades of #CEF0AB

#CEF0AB
(206,240,171)
#BCDB9C
(188,219,156)
#AAC68D
(170,198,141)
#98B17E
(152,177,126)
#869C6F
(134,156,111)
#748760
(116,135,96)
#627251
(98,114,81)
#505D42
(80,93,66)
#3E4833
(62,72,51)
#2C3324
(44,51,36)
#1A1E15
(26,30,21)
#000000
(0,0,0)

Tints of #CEF0AB

#CEF0AB
(206,240,171)
#D2F1B2
(210,241,178)
#D6F2B9
(214,242,185)
#DAF3C0
(218,243,192)
#DEF4C7
(222,244,199)
#E2F5CE
(226,245,206)
#E6F6D5
(230,246,213)
#EAF7DC
(234,247,220)
#EEF8E3
(238,248,227)
#F2F9EA
(242,249,234)
#F6FAF1
(246,250,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CEF0AB color. Also use rgb(206,240,171) instead hex code.

Text Font Color

.myTextColor { color: #CEF0AB; }

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

This text font color is #CEF0AB.


Background Color

.myBgColor { background-color: #CEF0AB; }

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

This div background color is #CEF0AB.


Border color

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

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

This div border color is #CEF0AB.


Opacity

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

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

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

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

This text has shadow with #CEF0AB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CEF0AB on black background.


Color preview on white background

This text has color #CEF0AB on white background.



Black color preview on #CEF0AB background

This text has black color on #CEF0AB background.


White color preview on #CEF0AB background

This text has white color on #CEF0AB background.