COLOR #CCCEC2

HEX: #CCCEC2 RGB: (204,206,194)

Color info

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

RGB color model

#CCCEC2 color RGB value is (204,206,194).

RGB: (204,206,194) (80%, 81%, 76%)

RGB channels and saturation

R 204 of 255 = 80%
G 206 of 255 = 81%
B 194 of 255 = 76%

204
206
194

R + G + B ~ 79%. #CCCEC2 is quite light color.

Portions of RGB colors in percentages

R + G + B = 204 + 206 + 194 = 604 (100%)
R 204 of 604 ~ 33.77%
G 206 of 604 ~ 34.11%
B 194 of 604 ~ 32.12'%

%33.77
%34.11
%32.12

CMYK color model

#CCCEC2 color CMYK value is (1,0,6,19).

  • cyan value is 0.97%
  • magenta value is 0.00%
  • yellow value is 5.83%
  • key color value is 19.22%

CMYK: (1,0,6,19)
C1M0Y6K19 (1%, 0%, 6%, 19%)
(0.01 / 0.00 / 0.06 / 0.19)

CMYK percentages

%0.97
%0
%5.83
%19.22

Codes

Color #CCCEC2 in popluar color models

CC CE C2
RGB 204 206 194
HSL 70° 10.91% 78.43%
HSB/HSV 70° 5.83% 80.78%
CMYK 0.97% 0.00% 5.83%
19.22%

Color #CCCEC2 in popluar number systems.

HEX CC CE C2
Decimal 204 206 194
Binary 11001100 11001110 11000010
Octal 314 316 302

Shades and tints

Shades of #CCCEC2

#CCCEC2
(204,206,194)
#BABCB1
(186,188,177)
#A8AAA0
(168,170,160)
#96988F
(150,152,143)
#84867E
(132,134,126)
#72746D
(114,116,109)
#60625C
(96,98,92)
#4E504B
(78,80,75)
#3C3E3A
(60,62,58)
#2A2C29
(42,44,41)
#181A18
(24,26,24)
#000000
(0,0,0)

Tints of #CCCEC2

#CCCEC2
(204,206,194)
#D0D2C7
(208,210,199)
#D4D6CC
(212,214,204)
#D8DAD1
(216,218,209)
#DCDED6
(220,222,214)
#E0E2DB
(224,226,219)
#E4E6E0
(228,230,224)
#E8EAE5
(232,234,229)
#ECEEEA
(236,238,234)
#F0F2EF
(240,242,239)
#F4F6F4
(244,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CCCEC2; }

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

This text font color is #CCCEC2.

Background Color

.myBgColor { background-color: #CCCEC2; }

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

This div background color is #CCCEC2.

Border color

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

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

This div border color is #CCCEC2.

Opacity

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

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

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

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

This text has shadow with #CCCEC2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CCCEC2.

Preview

Color preview on black background

This text has color #CCCEC2 on black background.


Color preview on white background

This text has color #CCCEC2 on white background.


Black color preview on #CCCEC2 background

This text has black color on #CCCEC2 background.


White color preview on #CCCEC2 background

This text has white color on #CCCEC2 background.


Related colors

Complementary color

Complementary color for #hex is #33313D.


I love getcolorcode.com

Triadic colors

1 #C2CCCE and #CEC2CC with #CCCEC2 are triadic colors.

2 #C2CECC and #CECCC2 with #CCCEC2 are triadic colors.