COLOR #CCE5AF

HEX: #CCE5AF
RGB: (204,229,175)

Color info

#CCE5AF contains red, green and blue colors in about the same proportion. Web safe color of #CCE5AF is #CCCC99 (or #CC9).

RGB color model

#CCE5AF color RGB value is (204,229,175).

  • red value is 204;
  • green value is 229;
  • blue value is 175.
RGB:
(204,229,175)
(80%,90%,69%)

RGB channels and saturation

R 204 of 255 = 80%
G 229 of 255 = 90%
B 175 of 255 = 69%

204
229
175

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

Portions of RGB colors in percentages

R + G + B =
204 + 229 + 175 = 608 (100%)
R 204 of 608 ~ 33.55%
G 229 of 608 ~ 37.66%
B 175 of 608 ~ 28.78%

%33.55
%37.66
%28.78

CMYK color model

#CCE5AF color CMYK value is (11,0,24,10).

  • cyan value is 10.92%
  • magenta value is 0.00%
  • yellow value is 23.58%
  • key color value is 10.20%
CMYK:
(11,0,24,10)
C11M0Y24K10 
(11%,0%,24%,10%)
(0.11/0.00/0.24/0.10)	

CMYK percentages

%10.92
%0
%23.58
%10.2

Codes

Color #CCE5AF in popluar color models

CCE5AF
RGB204229175
HSL88°50.94%79.22%
HSB/HSV88°23.58%89.80%
CMYK10.92%0.00%23.58%
10.20%

Color #CCE5AF in popluar number systems.

HEXCCE5AF
Decimal204229175
Binary110011001110010110101111
Octal314345257

Shades and tints

Shades of #CCE5AF

#CCE5AF
(204,229,175)
#BAD1A0
(186,209,160)
#A8BD91
(168,189,145)
#96A982
(150,169,130)
#849573
(132,149,115)
#728164
(114,129,100)
#606D55
(96,109,85)
#4E5946
(78,89,70)
#3C4537
(60,69,55)
#2A3128
(42,49,40)
#181D19
(24,29,25)
#000000
(0,0,0)

Tints of #CCE5AF

#CCE5AF
(204,229,175)
#D0E7B6
(208,231,182)
#D4E9BD
(212,233,189)
#D8EBC4
(216,235,196)
#DCEDCB
(220,237,203)
#E0EFD2
(224,239,210)
#E4F1D9
(228,241,217)
#E8F3E0
(232,243,224)
#ECF5E7
(236,245,231)
#F0F7EE
(240,247,238)
#F4F9F5
(244,249,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CCE5AF color. Also use rgb(204,229,175) instead hex code.

Text Font Color

.myTextColor { color: #CCE5AF; }

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

This text font color is #CCE5AF.


Background Color

.myBgColor { background-color: #CCE5AF; }

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

This div background color is #CCE5AF.


Border color

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

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

This div border color is #CCE5AF.


Opacity

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

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

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

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

This text has shadow with #CCE5AF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CCE5AF on black background.


Color preview on white background

This text has color #CCE5AF on white background.



Black color preview on #CCE5AF background

This text has black color on #CCE5AF background.


White color preview on #CCE5AF background

This text has white color on #CCE5AF background.