COLOR #CEE3B5

HEX: #CEE3B5
RGB: (206,227,181)

Color info

#CEE3B5 contains red, green and blue colors in about the same proportion. Web safe color of #CEE3B5 is #CCCCCC (or #CCC).

RGB color model

#CEE3B5 color RGB value is (206,227,181).

  • red value is 206;
  • green value is 227;
  • blue value is 181.
RGB:
(206,227,181)
(81%,89%,71%)

RGB channels and saturation

R 206 of 255 = 81%
G 227 of 255 = 89%
B 181 of 255 = 71%

206
227
181

R + G + B ~ 80%. #CEE3B5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
206 + 227 + 181 = 614 (100%)
R 206 of 614 ~ 33.55%
G 227 of 614 ~ 36.97%
B 181 of 614 ~ 29.48%

%33.55
%36.97
%29.48

CMYK color model

#CEE3B5 color CMYK value is (9,0,20,11).

  • cyan value is 9.25%
  • magenta value is 0.00%
  • yellow value is 20.26%
  • key color value is 10.98%
CMYK:
(9,0,20,11)
C9M0Y20K11 
(9%,0%,20%,11%)
(0.09/0.00/0.20/0.11)	

CMYK percentages

%9.25
%0
%20.26
%10.98

Codes

Color #CEE3B5 in popluar color models

CEE3B5
RGB206227181
HSL87°45.10%80.00%
HSB/HSV87°20.26%89.02%
CMYK9.25%0.00%20.26%
10.98%

Color #CEE3B5 in popluar number systems.

HEXCEE3B5
Decimal206227181
Binary110011101110001110110101
Octal316343265

Shades and tints

Shades of #CEE3B5

#CEE3B5
(206,227,181)
#BCCFA5
(188,207,165)
#AABB95
(170,187,149)
#98A785
(152,167,133)
#869375
(134,147,117)
#747F65
(116,127,101)
#626B55
(98,107,85)
#505745
(80,87,69)
#3E4335
(62,67,53)
#2C2F25
(44,47,37)
#1A1B15
(26,27,21)
#000000
(0,0,0)

Tints of #CEE3B5

#CEE3B5
(206,227,181)
#D2E5BB
(210,229,187)
#D6E7C1
(214,231,193)
#DAE9C7
(218,233,199)
#DEEBCD
(222,235,205)
#E2EDD3
(226,237,211)
#E6EFD9
(230,239,217)
#EAF1DF
(234,241,223)
#EEF3E5
(238,243,229)
#F2F5EB
(242,245,235)
#F6F7F1
(246,247,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CEE3B5 color. Also use rgb(206,227,181) instead hex code.

Text Font Color

.myTextColor { color: #CEE3B5; }

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

This text font color is #CEE3B5.


Background Color

.myBgColor { background-color: #CEE3B5; }

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

This div background color is #CEE3B5.


Border color

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

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

This div border color is #CEE3B5.


Opacity

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

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

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

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

This text has shadow with #CEE3B5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CEE3B5 on black background.


Color preview on white background

This text has color #CEE3B5 on white background.



Black color preview on #CEE3B5 background

This text has black color on #CEE3B5 background.


White color preview on #CEE3B5 background

This text has white color on #CEE3B5 background.