COLOR #CEE7A5

HEX: #CEE7A5
RGB: (206,231,165)

Color info

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

RGB color model

#CEE7A5 color RGB value is (206,231,165).

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

RGB channels and saturation

R 206 of 255 = 81%
G 231 of 255 = 91%
B 165 of 255 = 65%

206
231
165

R + G + B ~ 79%. #CEE7A5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
206 + 231 + 165 = 602 (100%)
R 206 of 602 ~ 34.22%
G 231 of 602 ~ 38.37%
B 165 of 602 ~ 27.41%

%34.22
%38.37
%27.41

CMYK color model

#CEE7A5 color CMYK value is (11,0,29,9).

  • cyan value is 10.82%
  • magenta value is 0.00%
  • yellow value is 28.57%
  • key color value is 9.41%
CMYK:
(11,0,29,9)
C11M0Y29K9 
(11%,0%,29%,9%)
(0.11/0.00/0.29/0.09)	

CMYK percentages

%10.82
%0
%28.57
%9.41

Codes

Color #CEE7A5 in popluar color models

CEE7A5
RGB206231165
HSL83°57.89%77.65%
HSB/HSV83°28.57%90.59%
CMYK10.82%0.00%28.57%
9.41%

Color #CEE7A5 in popluar number systems.

HEXCEE7A5
Decimal206231165
Binary110011101110011110100101
Octal316347245

Shades and tints

Shades of #CEE7A5

#CEE7A5
(206,231,165)
#BCD296
(188,210,150)
#AABD87
(170,189,135)
#98A878
(152,168,120)
#869369
(134,147,105)
#747E5A
(116,126,90)
#62694B
(98,105,75)
#50543C
(80,84,60)
#3E3F2D
(62,63,45)
#2C2A1E
(44,42,30)
#1A150F
(26,21,15)
#000000
(0,0,0)

Tints of #CEE7A5

#CEE7A5
(206,231,165)
#D2E9AD
(210,233,173)
#D6EBB5
(214,235,181)
#DAEDBD
(218,237,189)
#DEEFC5
(222,239,197)
#E2F1CD
(226,241,205)
#E6F3D5
(230,243,213)
#EAF5DD
(234,245,221)
#EEF7E5
(238,247,229)
#F2F9ED
(242,249,237)
#F6FBF5
(246,251,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CEE7A5; }

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

This text font color is #CEE7A5.


Background Color

.myBgColor { background-color: #CEE7A5; }

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

This div background color is #CEE7A5.


Border color

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

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

This div border color is #CEE7A5.


Opacity

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

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

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

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

This text has shadow with #CEE7A5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CEE7A5 on black background.


Color preview on white background

This text has color #CEE7A5 on white background.



Black color preview on #CEE7A5 background

This text has black color on #CEE7A5 background.


White color preview on #CEE7A5 background

This text has white color on #CEE7A5 background.