COLOR #CCE7C5

HEX: #CCE7C5
RGB: (204,231,197)

Color info

#CCE7C5 contains red, green and blue colors in about the same proportion. Web safe color of #CCE7C5 is #CCFFCC (or #CFC).

RGB color model

#CCE7C5 color RGB value is (204,231,197).

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

RGB channels and saturation

R 204 of 255 = 80%
G 231 of 255 = 91%
B 197 of 255 = 77%

204
231
197

R + G + B ~ 83%. #CCE7C5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
204 + 231 + 197 = 632 (100%)
R 204 of 632 ~ 32.28%
G 231 of 632 ~ 36.55%
B 197 of 632 ~ 31.17%

%32.28
%36.55
%31.17

CMYK color model

#CCE7C5 color CMYK value is (12,0,15,9).

  • cyan value is 11.69%
  • magenta value is 0.00%
  • yellow value is 14.72%
  • key color value is 9.41%
CMYK:
(12,0,15,9)
C12M0Y15K9 
(12%,0%,15%,9%)
(0.12/0.00/0.15/0.09)	

CMYK percentages

%11.69
%0
%14.72
%9.41

Codes

Color #CCE7C5 in popluar color models

CCE7C5
RGB204231197
HSL108°41.46%83.92%
HSB/HSV108°14.72%90.59%
CMYK11.69%0.00%14.72%
9.41%

Color #CCE7C5 in popluar number systems.

HEXCCE7C5
Decimal204231197
Binary110011001110011111000101
Octal314347305

Shades and tints

Shades of #CCE7C5

#CCE7C5
(204,231,197)
#BAD2B4
(186,210,180)
#A8BDA3
(168,189,163)
#96A892
(150,168,146)
#849381
(132,147,129)
#727E70
(114,126,112)
#60695F
(96,105,95)
#4E544E
(78,84,78)
#3C3F3D
(60,63,61)
#2A2A2C
(42,42,44)
#18151B
(24,21,27)
#000000
(0,0,0)

Tints of #CCE7C5

#CCE7C5
(204,231,197)
#D0E9CA
(208,233,202)
#D4EBCF
(212,235,207)
#D8EDD4
(216,237,212)
#DCEFD9
(220,239,217)
#E0F1DE
(224,241,222)
#E4F3E3
(228,243,227)
#E8F5E8
(232,245,232)
#ECF7ED
(236,247,237)
#F0F9F2
(240,249,242)
#F4FBF7
(244,251,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CCE7C5; }

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

This text font color is #CCE7C5.


Background Color

.myBgColor { background-color: #CCE7C5; }

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

This div background color is #CCE7C5.


Border color

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

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

This div border color is #CCE7C5.


Opacity

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

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

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

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

This text has shadow with #CCE7C5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CCE7C5 on black background.


Color preview on white background

This text has color #CCE7C5 on white background.



Black color preview on #CCE7C5 background

This text has black color on #CCE7C5 background.


White color preview on #CCE7C5 background

This text has white color on #CCE7C5 background.