COLOR #CCDCC4

HEX: #CCDCC4
RGB: (204,220,196)

Color info

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

RGB color model

#CCDCC4 color RGB value is (204,220,196).

  • red value is 204;
  • green value is 220;
  • blue value is 196.
RGB:
(204,220,196)
(80%,86%,77%)

RGB channels and saturation

R 204 of 255 = 80%
G 220 of 255 = 86%
B 196 of 255 = 77%

204
220
196

R + G + B ~ 81%. #CCDCC4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
204 + 220 + 196 = 620 (100%)
R 204 of 620 ~ 32.9%
G 220 of 620 ~ 35.48%
B 196 of 620 ~ 31.61%

%32.9
%35.48
%31.61

CMYK color model

#CCDCC4 color CMYK value is (7,0,11,14).

  • cyan value is 7.27%
  • magenta value is 0.00%
  • yellow value is 10.91%
  • key color value is 13.73%
CMYK:
(7,0,11,14)
C7M0Y11K14 
(7%,0%,11%,14%)
(0.07/0.00/0.11/0.14)	

CMYK percentages

%7.27
%0
%10.91
%13.73

Codes

Color #CCDCC4 in popluar color models

CCDCC4
RGB204220196
HSL100°25.53%81.57%
HSB/HSV100°10.91%86.27%
CMYK7.27%0.00%10.91%
13.73%

Color #CCDCC4 in popluar number systems.

HEXCCDCC4
Decimal204220196
Binary110011001101110011000100
Octal314334304

Shades and tints

Shades of #CCDCC4

#CCDCC4
(204,220,196)
#BAC8B3
(186,200,179)
#A8B4A2
(168,180,162)
#96A091
(150,160,145)
#848C80
(132,140,128)
#72786F
(114,120,111)
#60645E
(96,100,94)
#4E504D
(78,80,77)
#3C3C3C
(60,60,60)
#2A282B
(42,40,43)
#18141A
(24,20,26)
#000000
(0,0,0)

Tints of #CCDCC4

#CCDCC4
(204,220,196)
#D0DFC9
(208,223,201)
#D4E2CE
(212,226,206)
#D8E5D3
(216,229,211)
#DCE8D8
(220,232,216)
#E0EBDD
(224,235,221)
#E4EEE2
(228,238,226)
#E8F1E7
(232,241,231)
#ECF4EC
(236,244,236)
#F0F7F1
(240,247,241)
#F4FAF6
(244,250,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CCDCC4; }

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

This text font color is #CCDCC4.


Background Color

.myBgColor { background-color: #CCDCC4; }

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

This div background color is #CCDCC4.


Border color

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

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

This div border color is #CCDCC4.


Opacity

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

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

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

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

This text has shadow with #CCDCC4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CCDCC4 on black background.


Color preview on white background

This text has color #CCDCC4 on white background.



Black color preview on #CCDCC4 background

This text has black color on #CCDCC4 background.


White color preview on #CCDCC4 background

This text has white color on #CCDCC4 background.