COLOR #CCE0C3

HEX: #CCE0C3
RGB: (204,224,195)

Color info

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

RGB color model

#CCE0C3 color RGB value is (204,224,195).

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

RGB channels and saturation

R 204 of 255 = 80%
G 224 of 255 = 88%
B 195 of 255 = 76%

204
224
195

R + G + B ~ 81%. #CCE0C3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
204 + 224 + 195 = 623 (100%)
R 204 of 623 ~ 32.74%
G 224 of 623 ~ 35.96%
B 195 of 623 ~ 31.3%

%32.74
%35.96
%31.3

CMYK color model

#CCE0C3 color CMYK value is (9,0,13,12).

  • cyan value is 8.93%
  • magenta value is 0.00%
  • yellow value is 12.95%
  • key color value is 12.16%
CMYK:
(9,0,13,12)
C9M0Y13K12 
(9%,0%,13%,12%)
(0.09/0.00/0.13/0.12)	

CMYK percentages

%8.93
%0
%12.95
%12.16

Codes

Color #CCE0C3 in popluar color models

CCE0C3
RGB204224195
HSL101°31.87%82.16%
HSB/HSV101°12.95%87.84%
CMYK8.93%0.00%12.95%
12.16%

Color #CCE0C3 in popluar number systems.

HEXCCE0C3
Decimal204224195
Binary110011001110000011000011
Octal314340303

Shades and tints

Shades of #CCE0C3

#CCE0C3
(204,224,195)
#BACCB2
(186,204,178)
#A8B8A1
(168,184,161)
#96A490
(150,164,144)
#84907F
(132,144,127)
#727C6E
(114,124,110)
#60685D
(96,104,93)
#4E544C
(78,84,76)
#3C403B
(60,64,59)
#2A2C2A
(42,44,42)
#181819
(24,24,25)
#000000
(0,0,0)

Tints of #CCE0C3

#CCE0C3
(204,224,195)
#D0E2C8
(208,226,200)
#D4E4CD
(212,228,205)
#D8E6D2
(216,230,210)
#DCE8D7
(220,232,215)
#E0EADC
(224,234,220)
#E4ECE1
(228,236,225)
#E8EEE6
(232,238,230)
#ECF0EB
(236,240,235)
#F0F2F0
(240,242,240)
#F4F4F5
(244,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CCE0C3; }

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

This text font color is #CCE0C3.


Background Color

.myBgColor { background-color: #CCE0C3; }

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

This div background color is #CCE0C3.


Border color

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

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

This div border color is #CCE0C3.


Opacity

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

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

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

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

This text has shadow with #CCE0C3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CCE0C3 on black background.


Color preview on white background

This text has color #CCE0C3 on white background.



Black color preview on #CCE0C3 background

This text has black color on #CCE0C3 background.


White color preview on #CCE0C3 background

This text has white color on #CCE0C3 background.