COLOR #CCE2C5

HEX: #CCE2C5
RGB: (204,226,197)

Color info

#CCE2C5 contains red, green and blue colors in about the same proportion. Web safe color of #CCE2C5 is #CCCCCC (or #CCC).

RGB color model

#CCE2C5 color RGB value is (204,226,197).

  • red value is 204;
  • green value is 226;
  • blue value is 197.
RGB:
(204,226,197)
(80%,89%,77%)

RGB channels and saturation

R 204 of 255 = 80%
G 226 of 255 = 89%
B 197 of 255 = 77%

204
226
197

R + G + B ~ 82%. #CCE2C5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
204 + 226 + 197 = 627 (100%)
R 204 of 627 ~ 32.54%
G 226 of 627 ~ 36.04%
B 197 of 627 ~ 31.42%

%32.54
%36.04
%31.42

CMYK color model

#CCE2C5 color CMYK value is (10,0,13,11).

  • cyan value is 9.73%
  • magenta value is 0.00%
  • yellow value is 12.83%
  • key color value is 11.37%
CMYK:
(10,0,13,11)
C10M0Y13K11 
(10%,0%,13%,11%)
(0.10/0.00/0.13/0.11)	

CMYK percentages

%9.73
%0
%12.83
%11.37

Codes

Color #CCE2C5 in popluar color models

CCE2C5
RGB204226197
HSL106°33.33%82.94%
HSB/HSV106°12.83%88.63%
CMYK9.73%0.00%12.83%
11.37%

Color #CCE2C5 in popluar number systems.

HEXCCE2C5
Decimal204226197
Binary110011001110001011000101
Octal314342305

Shades and tints

Shades of #CCE2C5

#CCE2C5
(204,226,197)
#BACEB4
(186,206,180)
#A8BAA3
(168,186,163)
#96A692
(150,166,146)
#849281
(132,146,129)
#727E70
(114,126,112)
#606A5F
(96,106,95)
#4E564E
(78,86,78)
#3C423D
(60,66,61)
#2A2E2C
(42,46,44)
#181A1B
(24,26,27)
#000000
(0,0,0)

Tints of #CCE2C5

#CCE2C5
(204,226,197)
#D0E4CA
(208,228,202)
#D4E6CF
(212,230,207)
#D8E8D4
(216,232,212)
#DCEAD9
(220,234,217)
#E0ECDE
(224,236,222)
#E4EEE3
(228,238,227)
#E8F0E8
(232,240,232)
#ECF2ED
(236,242,237)
#F0F4F2
(240,244,242)
#F4F6F7
(244,246,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CCE2C5 color. Also use rgb(204,226,197) instead hex code.

Text Font Color

.myTextColor { color: #CCE2C5; }

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

This text font color is #CCE2C5.


Background Color

.myBgColor { background-color: #CCE2C5; }

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

This div background color is #CCE2C5.


Border color

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

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

This div border color is #CCE2C5.


Opacity

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

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

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

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

This text has shadow with #CCE2C5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CCE2C5 on black background.


Color preview on white background

This text has color #CCE2C5 on white background.



Black color preview on #CCE2C5 background

This text has black color on #CCE2C5 background.


White color preview on #CCE2C5 background

This text has white color on #CCE2C5 background.