COLOR #CEE3A5

HEX: #CEE3A5
RGB: (206,227,165)

Color info

#CEE3A5 contains mainly red and green colors. Web safe color of #CEE3A5 is #CCCC99 (or #CC9).

RGB color model

#CEE3A5 color RGB value is (206,227,165).

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

RGB channels and saturation

R 206 of 255 = 81%
G 227 of 255 = 89%
B 165 of 255 = 65%

206
227
165

R + G + B ~ 78%. #CEE3A5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
206 + 227 + 165 = 598 (100%)
R 206 of 598 ~ 34.45%
G 227 of 598 ~ 37.96%
B 165 of 598 ~ 27.59%

%34.45
%37.96
%27.59

CMYK color model

#CEE3A5 color CMYK value is (9,0,27,11).

  • cyan value is 9.25%
  • magenta value is 0.00%
  • yellow value is 27.31%
  • key color value is 10.98%
CMYK:
(9,0,27,11)
C9M0Y27K11 
(9%,0%,27%,11%)
(0.09/0.00/0.27/0.11)	

CMYK percentages

%9.25
%0
%27.31
%10.98

Codes

Color #CEE3A5 in popluar color models

CEE3A5
RGB206227165
HSL80°52.54%76.86%
HSB/HSV80°27.31%89.02%
CMYK9.25%0.00%27.31%
10.98%

Color #CEE3A5 in popluar number systems.

HEXCEE3A5
Decimal206227165
Binary110011101110001110100101
Octal316343245

Shades and tints

Shades of #CEE3A5

#CEE3A5
(206,227,165)
#BCCF96
(188,207,150)
#AABB87
(170,187,135)
#98A778
(152,167,120)
#869369
(134,147,105)
#747F5A
(116,127,90)
#626B4B
(98,107,75)
#50573C
(80,87,60)
#3E432D
(62,67,45)
#2C2F1E
(44,47,30)
#1A1B0F
(26,27,15)
#000000
(0,0,0)

Tints of #CEE3A5

#CEE3A5
(206,227,165)
#D2E5AD
(210,229,173)
#D6E7B5
(214,231,181)
#DAE9BD
(218,233,189)
#DEEBC5
(222,235,197)
#E2EDCD
(226,237,205)
#E6EFD5
(230,239,213)
#EAF1DD
(234,241,221)
#EEF3E5
(238,243,229)
#F2F5ED
(242,245,237)
#F6F7F5
(246,247,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CEE3A5; }

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

This text font color is #CEE3A5.


Background Color

.myBgColor { background-color: #CEE3A5; }

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

This div background color is #CEE3A5.


Border color

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

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

This div border color is #CEE3A5.


Opacity

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

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

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

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

This text has shadow with #CEE3A5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CEE3A5 on black background.


Color preview on white background

This text has color #CEE3A5 on white background.



Black color preview on #CEE3A5 background

This text has black color on #CEE3A5 background.


White color preview on #CEE3A5 background

This text has white color on #CEE3A5 background.