COLOR #CECCC4

HEX: #CECCC4 RGB: (206,204,196)

Color info

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

RGB color model

#CECCC4 color RGB value is (206,204,196).

RGB: (206,204,196) (81%, 80%, 77%)

RGB channels and saturation

R 206 of 255 = 81%
G 204 of 255 = 80%
B 196 of 255 = 77%

206
204
196

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

Portions of RGB colors in percentages

R + G + B = 206 + 204 + 196 = 606 (100%)
R 206 of 606 ~ 33.99%
G 204 of 606 ~ 33.66%
B 196 of 606 ~ 32.34'%

%33.99
%33.66
%32.34

CMYK color model

#CECCC4 color CMYK value is (0,1,5,19).

  • cyan value is 0.00%
  • magenta value is 0.97%
  • yellow value is 4.85%
  • key color value is 19.22%
CMYK: (0,1,5,19) C0M1Y5K19 (0%,1%,5%,19%) (0.00/0.01/0.05/0.19) 

CMYK percentages

%0
%0.97
%4.85
%19.22

Codes

Color #CECCC4 in popluar color models

CE CC C4
RGB 206 204 196
HSL 48° 9.26% 78.82%
HSB/HSV 48° 4.85% 80.78%
CMYK 0.00% 0.97% 4.85%
19.22%

Color #CECCC4 in popluar number systems.

HEX CE CC C4
Decimal 206 204 196
Binary 11001110 11001100 11000100
Octal 316 314 304

Shades and tints

Shades of #CECCC4

#CECCC4
(206,204,196)
#BCBAB3
(188,186,179)
#AAA8A2
(170,168,162)
#989691
(152,150,145)
#868480
(134,132,128)
#74726F
(116,114,111)
#62605E
(98,96,94)
#504E4D
(80,78,77)
#3E3C3C
(62,60,60)
#2C2A2B
(44,42,43)
#1A181A
(26,24,26)
#000000
(0,0,0)

Tints of #CECCC4

#CECCC4
(206,204,196)
#D2D0C9
(210,208,201)
#D6D4CE
(214,212,206)
#DAD8D3
(218,216,211)
#DEDCD8
(222,220,216)
#E2E0DD
(226,224,221)
#E6E4E2
(230,228,226)
#EAE8E7
(234,232,231)
#EEECEC
(238,236,236)
#F2F0F1
(242,240,241)
#F6F4F6
(246,244,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CECCC4; }

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

This text font color is #CECCC4.

Background Color

.myBgColor { background-color: #CECCC4; }

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

This div background color is #CECCC4.

Border color

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

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

This div border color is #CECCC4.

Opacity

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

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

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

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

This text has shadow with #CECCC4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CECCC4.

Preview

Color preview on black background

This text has color #CECCC4 on black background.


Color preview on white background

This text has color #CECCC4 on white background.


Black color preview on #CECCC4 background

This text has black color on #CECCC4 background.


White color preview on #CECCC4 background

This text has white color on #CECCC4 background.


Related colors

Complementary color

Complementary color for #hex is #31333B.


I love getcolorcode.com

Triadic colors

1 #C4CECC and #CCC4CE with #CECCC4 are triadic colors.

2 #C4CCCE and #CCCEC4 with #CECCC4 are triadic colors.