COLOR #CCE3D2

HEX: #CCE3D2 RGB: (204,227,210)

Color info

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

RGB color model

#CCE3D2 color RGB value is (204,227,210).

RGB: (204,227,210) (80%, 89%, 82%)

RGB channels and saturation

R 204 of 255 = 80%
G 227 of 255 = 89%
B 210 of 255 = 82%

204
227
210

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

Portions of RGB colors in percentages

R + G + B = 204 + 227 + 210 = 641 (100%)
R 204 of 641 ~ 31.83%
G 227 of 641 ~ 35.41%
B 210 of 641 ~ 32.76'%

%31.83
%35.41
%32.76

CMYK color model

#CCE3D2 color CMYK value is (10,0,7,11).

  • cyan value is 10.13%
  • magenta value is 0.00%
  • yellow value is 7.49%
  • key color value is 10.98%

CMYK: (10,0,7,11)
C10M0Y7K11 (10%, 0%, 7%, 11%)
(0.10 / 0.00 / 0.07 / 0.11)

CMYK percentages

%10.13
%0
%7.49
%10.98

Codes

Color #CCE3D2 in popluar color models

CC E3 D2
RGB 204 227 210
HSL 136° 29.11% 84.51%
HSB/HSV 136° 10.13% 89.02%
CMYK 10.13% 0.00% 7.49%
10.98%

Color #CCE3D2 in popluar number systems.

HEX CC E3 D2
Decimal 204 227 210
Binary 11001100 11100011 11010010
Octal 314 343 322

Shades and tints

Shades of #CCE3D2

#CCE3D2
(204,227,210)
#BACFBF
(186,207,191)
#A8BBAC
(168,187,172)
#96A799
(150,167,153)
#849386
(132,147,134)
#727F73
(114,127,115)
#606B60
(96,107,96)
#4E574D
(78,87,77)
#3C433A
(60,67,58)
#2A2F27
(42,47,39)
#181B14
(24,27,20)
#000000
(0,0,0)

Tints of #CCE3D2

#CCE3D2
(204,227,210)
#D0E5D6
(208,229,214)
#D4E7DA
(212,231,218)
#D8E9DE
(216,233,222)
#DCEBE2
(220,235,226)
#E0EDE6
(224,237,230)
#E4EFEA
(228,239,234)
#E8F1EE
(232,241,238)
#ECF3F2
(236,243,242)
#F0F5F6
(240,245,246)
#F4F7FA
(244,247,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CCE3D2 color. Also use rgb(204,227,210) instead hex code.

Text Font Color

.myTextColor { color: #CCE3D2; }

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

This text font color is #CCE3D2.

Background Color

.myBgColor { background-color: #CCE3D2; }

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

This div background color is #CCE3D2.

Border color

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

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

This div border color is #CCE3D2.

Opacity

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

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

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

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

This text has shadow with #CCE3D2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CCE3D2.

Preview

Color preview on black background

This text has color #CCE3D2 on black background.


Color preview on white background

This text has color #CCE3D2 on white background.


Black color preview on #CCE3D2 background

This text has black color on #CCE3D2 background.


White color preview on #CCE3D2 background

This text has white color on #CCE3D2 background.


Related colors

Complementary color

Complementary color for #hex is #331C2D.


I love getcolorcode.com

Triadic colors

1 #D2CCE3 and #E3D2CC with #CCE3D2 are triadic colors.

2 #D2E3CC and #E3CCD2 with #CCE3D2 are triadic colors.