COLOR #CCE0AF

HEX: #CCE0AF
RGB: (204,224,175)

Color info

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

RGB color model

#CCE0AF color RGB value is (204,224,175).

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

RGB channels and saturation

R 204 of 255 = 80%
G 224 of 255 = 88%
B 175 of 255 = 69%

204
224
175

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

Portions of RGB colors in percentages

R + G + B =
204 + 224 + 175 = 603 (100%)
R 204 of 603 ~ 33.83%
G 224 of 603 ~ 37.15%
B 175 of 603 ~ 29.02%

%33.83
%37.15
%29.02

CMYK color model

#CCE0AF color CMYK value is (9,0,22,12).

  • cyan value is 8.93%
  • magenta value is 0.00%
  • yellow value is 21.88%
  • key color value is 12.16%
CMYK:
(9,0,22,12)
C9M0Y22K12 
(9%,0%,22%,12%)
(0.09/0.00/0.22/0.12)	

CMYK percentages

%8.93
%0
%21.88
%12.16

Codes

Color #CCE0AF in popluar color models

CCE0AF
RGB204224175
HSL84°44.14%78.24%
HSB/HSV84°21.88%87.84%
CMYK8.93%0.00%21.88%
12.16%

Color #CCE0AF in popluar number systems.

HEXCCE0AF
Decimal204224175
Binary110011001110000010101111
Octal314340257

Shades and tints

Shades of #CCE0AF

#CCE0AF
(204,224,175)
#BACCA0
(186,204,160)
#A8B891
(168,184,145)
#96A482
(150,164,130)
#849073
(132,144,115)
#727C64
(114,124,100)
#606855
(96,104,85)
#4E5446
(78,84,70)
#3C4037
(60,64,55)
#2A2C28
(42,44,40)
#181819
(24,24,25)
#000000
(0,0,0)

Tints of #CCE0AF

#CCE0AF
(204,224,175)
#D0E2B6
(208,226,182)
#D4E4BD
(212,228,189)
#D8E6C4
(216,230,196)
#DCE8CB
(220,232,203)
#E0EAD2
(224,234,210)
#E4ECD9
(228,236,217)
#E8EEE0
(232,238,224)
#ECF0E7
(236,240,231)
#F0F2EE
(240,242,238)
#F4F4F5
(244,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CCE0AF; }

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

This text font color is #CCE0AF.


Background Color

.myBgColor { background-color: #CCE0AF; }

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

This div background color is #CCE0AF.


Border color

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

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

This div border color is #CCE0AF.


Opacity

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

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

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

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

This text has shadow with #CCE0AF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CCE0AF on black background.


Color preview on white background

This text has color #CCE0AF on white background.



Black color preview on #CCE0AF background

This text has black color on #CCE0AF background.


White color preview on #CCE0AF background

This text has white color on #CCE0AF background.