COLOR #CCE5A3

HEX: #CCE5A3
RGB: (204,229,163)

Color info

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

RGB color model

#CCE5A3 color RGB value is (204,229,163).

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

RGB channels and saturation

R 204 of 255 = 80%
G 229 of 255 = 90%
B 163 of 255 = 64%

204
229
163

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

Portions of RGB colors in percentages

R + G + B =
204 + 229 + 163 = 596 (100%)
R 204 of 596 ~ 34.23%
G 229 of 596 ~ 38.42%
B 163 of 596 ~ 27.35%

%34.23
%38.42
%27.35

CMYK color model

#CCE5A3 color CMYK value is (11,0,29,10).

  • cyan value is 10.92%
  • magenta value is 0.00%
  • yellow value is 28.82%
  • key color value is 10.20%
CMYK:
(11,0,29,10)
C11M0Y29K10 
(11%,0%,29%,10%)
(0.11/0.00/0.29/0.10)	

CMYK percentages

%10.92
%0
%28.82
%10.2

Codes

Color #CCE5A3 in popluar color models

CCE5A3
RGB204229163
HSL83°55.93%76.86%
HSB/HSV83°28.82%89.80%
CMYK10.92%0.00%28.82%
10.20%

Color #CCE5A3 in popluar number systems.

HEXCCE5A3
Decimal204229163
Binary110011001110010110100011
Octal314345243

Shades and tints

Shades of #CCE5A3

#CCE5A3
(204,229,163)
#BAD195
(186,209,149)
#A8BD87
(168,189,135)
#96A979
(150,169,121)
#84956B
(132,149,107)
#72815D
(114,129,93)
#606D4F
(96,109,79)
#4E5941
(78,89,65)
#3C4533
(60,69,51)
#2A3125
(42,49,37)
#181D17
(24,29,23)
#000000
(0,0,0)

Tints of #CCE5A3

#CCE5A3
(204,229,163)
#D0E7AB
(208,231,171)
#D4E9B3
(212,233,179)
#D8EBBB
(216,235,187)
#DCEDC3
(220,237,195)
#E0EFCB
(224,239,203)
#E4F1D3
(228,241,211)
#E8F3DB
(232,243,219)
#ECF5E3
(236,245,227)
#F0F7EB
(240,247,235)
#F4F9F3
(244,249,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CCE5A3; }

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

This text font color is #CCE5A3.


Background Color

.myBgColor { background-color: #CCE5A3; }

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

This div background color is #CCE5A3.


Border color

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

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

This div border color is #CCE5A3.


Opacity

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

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

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

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

This text has shadow with #CCE5A3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CCE5A3 on black background.


Color preview on white background

This text has color #CCE5A3 on white background.



Black color preview on #CCE5A3 background

This text has black color on #CCE5A3 background.


White color preview on #CCE5A3 background

This text has white color on #CCE5A3 background.