COLOR #CCE1CE

HEX: #CCE1CE RGB: (204,225,206)

Color info

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

RGB color model

#CCE1CE color RGB value is (204,225,206).

RGB: (204,225,206) (80%, 88%, 81%)

RGB channels and saturation

R 204 of 255 = 80%
G 225 of 255 = 88%
B 206 of 255 = 81%

204
225
206

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

Portions of RGB colors in percentages

R + G + B = 204 + 225 + 206 = 635 (100%)
R 204 of 635 ~ 32.13%
G 225 of 635 ~ 35.43%
B 206 of 635 ~ 32.44'%

%32.13
%35.43
%32.44

CMYK color model

#CCE1CE color CMYK value is (9,0,8,12).

  • cyan value is 9.33%
  • magenta value is 0.00%
  • yellow value is 8.44%
  • key color value is 11.76%

CMYK: (9,0,8,12)
C9M0Y8K12 (9%, 0%, 8%, 12%)
(0.09 / 0.00 / 0.08 / 0.12)

CMYK percentages

%9.33
%0
%8.44
%11.76

Codes

Color #CCE1CE in popluar color models

CC E1 CE
RGB 204 225 206
HSL 126° 25.93% 84.12%
HSB/HSV 126° 9.33% 88.24%
CMYK 9.33% 0.00% 8.44%
11.76%

Color #CCE1CE in popluar number systems.

HEX CC E1 CE
Decimal 204 225 206
Binary 11001100 11100001 11001110
Octal 314 341 316

Shades and tints

Shades of #CCE1CE

#CCE1CE
(204,225,206)
#BACDBC
(186,205,188)
#A8B9AA
(168,185,170)
#96A598
(150,165,152)
#849186
(132,145,134)
#727D74
(114,125,116)
#606962
(96,105,98)
#4E5550
(78,85,80)
#3C413E
(60,65,62)
#2A2D2C
(42,45,44)
#18191A
(24,25,26)
#000000
(0,0,0)

Tints of #CCE1CE

#CCE1CE
(204,225,206)
#D0E3D2
(208,227,210)
#D4E5D6
(212,229,214)
#D8E7DA
(216,231,218)
#DCE9DE
(220,233,222)
#E0EBE2
(224,235,226)
#E4EDE6
(228,237,230)
#E8EFEA
(232,239,234)
#ECF1EE
(236,241,238)
#F0F3F2
(240,243,242)
#F4F5F6
(244,245,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CCE1CE color. Also use rgb(204,225,206) instead hex code.

Text Font Color

.myTextColor { color: #CCE1CE; }

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

This text font color is #CCE1CE.

Background Color

.myBgColor { background-color: #CCE1CE; }

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

This div background color is #CCE1CE.

Border color

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

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

This div border color is #CCE1CE.

Opacity

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

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

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

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

This text has shadow with #CCE1CE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CCE1CE.

Preview

Color preview on black background

This text has color #CCE1CE on black background.


Color preview on white background

This text has color #CCE1CE on white background.


Black color preview on #CCE1CE background

This text has black color on #CCE1CE background.


White color preview on #CCE1CE background

This text has white color on #CCE1CE background.


Related colors

Complementary color

Complementary color for #hex is #331E31.


I love getcolorcode.com

Triadic colors

1 #CECCE1 and #E1CECC with #CCE1CE are triadic colors.

2 #CEE1CC and #E1CCCE with #CCE1CE are triadic colors.