COLOR #CEE3BD

HEX: #CEE3BD
RGB: (206,227,189)

Color info

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

RGB color model

#CEE3BD color RGB value is (206,227,189).

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

RGB channels and saturation

R 206 of 255 = 81%
G 227 of 255 = 89%
B 189 of 255 = 74%

206
227
189

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

Portions of RGB colors in percentages

R + G + B =
206 + 227 + 189 = 622 (100%)
R 206 of 622 ~ 33.12%
G 227 of 622 ~ 36.5%
B 189 of 622 ~ 30.39%

%33.12
%36.5
%30.39

CMYK color model

#CEE3BD color CMYK value is (9,0,17,11).

  • cyan value is 9.25%
  • magenta value is 0.00%
  • yellow value is 16.74%
  • key color value is 10.98%
CMYK:
(9,0,17,11)
C9M0Y17K11 
(9%,0%,17%,11%)
(0.09/0.00/0.17/0.11)	

CMYK percentages

%9.25
%0
%16.74
%10.98

Codes

Color #CEE3BD in popluar color models

CEE3BD
RGB206227189
HSL93°40.43%81.57%
HSB/HSV93°16.74%89.02%
CMYK9.25%0.00%16.74%
10.98%

Color #CEE3BD in popluar number systems.

HEXCEE3BD
Decimal206227189
Binary110011101110001110111101
Octal316343275

Shades and tints

Shades of #CEE3BD

#CEE3BD
(206,227,189)
#BCCFAC
(188,207,172)
#AABB9B
(170,187,155)
#98A78A
(152,167,138)
#869379
(134,147,121)
#747F68
(116,127,104)
#626B57
(98,107,87)
#505746
(80,87,70)
#3E4335
(62,67,53)
#2C2F24
(44,47,36)
#1A1B13
(26,27,19)
#000000
(0,0,0)

Tints of #CEE3BD

#CEE3BD
(206,227,189)
#D2E5C3
(210,229,195)
#D6E7C9
(214,231,201)
#DAE9CF
(218,233,207)
#DEEBD5
(222,235,213)
#E2EDDB
(226,237,219)
#E6EFE1
(230,239,225)
#EAF1E7
(234,241,231)
#EEF3ED
(238,243,237)
#F2F5F3
(242,245,243)
#F6F7F9
(246,247,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CEE3BD; }

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

This text font color is #CEE3BD.


Background Color

.myBgColor { background-color: #CEE3BD; }

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

This div background color is #CEE3BD.


Border color

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

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

This div border color is #CEE3BD.


Opacity

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

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

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

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

This text has shadow with #CEE3BD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CEE3BD on black background.


Color preview on white background

This text has color #CEE3BD on white background.



Black color preview on #CEE3BD background

This text has black color on #CEE3BD background.


White color preview on #CEE3BD background

This text has white color on #CEE3BD background.