COLOR #CCE0D5

HEX: #CCE0D5 RGB: (204,224,213)

Color info

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

RGB color model

#CCE0D5 color RGB value is (204,224,213).

RGB: (204,224,213) (80%, 88%, 84%)

RGB channels and saturation

R 204 of 255 = 80%
G 224 of 255 = 88%
B 213 of 255 = 84%

204
224
213

R + G + B ~ 84%. #CCE0D5 is quite light color.

Portions of RGB colors in percentages

R + G + B = 204 + 224 + 213 = 641 (100%)
R 204 of 641 ~ 31.83%
G 224 of 641 ~ 34.95%
B 213 of 641 ~ 33.23'%

%31.83
%34.95
%33.23

CMYK color model

#CCE0D5 color CMYK value is (9,0,5,12).

  • cyan value is 8.93%
  • magenta value is 0.00%
  • yellow value is 4.91%
  • key color value is 12.16%

CMYK: (9,0,5,12)
C9M0Y5K12 (9%, 0%, 5%, 12%)
(0.09 / 0.00 / 0.05 / 0.12)

CMYK percentages

%8.93
%0
%4.91
%12.16

Codes

Color #CCE0D5 in popluar color models

CC E0 D5
RGB 204 224 213
HSL 147° 24.39% 83.92%
HSB/HSV 147° 8.93% 87.84%
CMYK 8.93% 0.00% 4.91%
12.16%

Color #CCE0D5 in popluar number systems.

HEX CC E0 D5
Decimal 204 224 213
Binary 11001100 11100000 11010101
Octal 314 340 325

Shades and tints

Shades of #CCE0D5

#CCE0D5
(204,224,213)
#BACCC2
(186,204,194)
#A8B8AF
(168,184,175)
#96A49C
(150,164,156)
#849089
(132,144,137)
#727C76
(114,124,118)
#606863
(96,104,99)
#4E5450
(78,84,80)
#3C403D
(60,64,61)
#2A2C2A
(42,44,42)
#181817
(24,24,23)
#000000
(0,0,0)

Tints of #CCE0D5

#CCE0D5
(204,224,213)
#D0E2D8
(208,226,216)
#D4E4DB
(212,228,219)
#D8E6DE
(216,230,222)
#DCE8E1
(220,232,225)
#E0EAE4
(224,234,228)
#E4ECE7
(228,236,231)
#E8EEEA
(232,238,234)
#ECF0ED
(236,240,237)
#F0F2F0
(240,242,240)
#F4F4F3
(244,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CCE0D5; }

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

This text font color is #CCE0D5.

Background Color

.myBgColor { background-color: #CCE0D5; }

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

This div background color is #CCE0D5.

Border color

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

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

This div border color is #CCE0D5.

Opacity

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

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

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

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

This text has shadow with #CCE0D5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CCE0D5.

Preview

Color preview on black background

This text has color #CCE0D5 on black background.


Color preview on white background

This text has color #CCE0D5 on white background.


Black color preview on #CCE0D5 background

This text has black color on #CCE0D5 background.


White color preview on #CCE0D5 background

This text has white color on #CCE0D5 background.


Related colors

Complementary color

Complementary color for #hex is #331F2A.


I love getcolorcode.com

Triadic colors

1 #D5CCE0 and #E0D5CC with #CCE0D5 are triadic colors.

2 #D5E0CC and #E0CCD5 with #CCE0D5 are triadic colors.