COLOR #CEF1AB

HEX: #CEF1AB
RGB: (206,241,171)

Color info

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

RGB color model

#CEF1AB color RGB value is (206,241,171).

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

RGB channels and saturation

R 206 of 255 = 81%
G 241 of 255 = 95%
B 171 of 255 = 67%

206
241
171

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

Portions of RGB colors in percentages

R + G + B =
206 + 241 + 171 = 618 (100%)
R 206 of 618 ~ 33.33%
G 241 of 618 ~ 39%
B 171 of 618 ~ 27.67%

%33.33
%39
%27.67

CMYK color model

#CEF1AB color CMYK value is (15,0,29,5).

  • cyan value is 14.52%
  • magenta value is 0.00%
  • yellow value is 29.05%
  • key color value is 5.49%
CMYK:
(15,0,29,5)
C15M0Y29K5 
(15%,0%,29%,5%)
(0.15/0.00/0.29/0.05)	

CMYK percentages

%14.52
%0
%29.05
%5.49

Codes

Color #CEF1AB in popluar color models

CEF1AB
RGB206241171
HSL90°71.43%80.78%
HSB/HSV90°29.05%94.51%
CMYK14.52%0.00%29.05%
5.49%

Color #CEF1AB in popluar number systems.

HEXCEF1AB
Decimal206241171
Binary110011101111000110101011
Octal316361253

Shades and tints

Shades of #CEF1AB

#CEF1AB
(206,241,171)
#BCDC9C
(188,220,156)
#AAC78D
(170,199,141)
#98B27E
(152,178,126)
#869D6F
(134,157,111)
#748860
(116,136,96)
#627351
(98,115,81)
#505E42
(80,94,66)
#3E4933
(62,73,51)
#2C3424
(44,52,36)
#1A1F15
(26,31,21)
#000000
(0,0,0)

Tints of #CEF1AB

#CEF1AB
(206,241,171)
#D2F2B2
(210,242,178)
#D6F3B9
(214,243,185)
#DAF4C0
(218,244,192)
#DEF5C7
(222,245,199)
#E2F6CE
(226,246,206)
#E6F7D5
(230,247,213)
#EAF8DC
(234,248,220)
#EEF9E3
(238,249,227)
#F2FAEA
(242,250,234)
#F6FBF1
(246,251,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CEF1AB; }

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

This text font color is #CEF1AB.


Background Color

.myBgColor { background-color: #CEF1AB; }

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

This div background color is #CEF1AB.


Border color

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

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

This div border color is #CEF1AB.


Opacity

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

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

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

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

This text has shadow with #CEF1AB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CEF1AB on black background.


Color preview on white background

This text has color #CEF1AB on white background.



Black color preview on #CEF1AB background

This text has black color on #CEF1AB background.


White color preview on #CEF1AB background

This text has white color on #CEF1AB background.