COLOR #CCC4CC

HEX: #CCC4CC RGB: (204,196,204)

Color info

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

RGB color model

#CCC4CC color RGB value is (204,196,204).

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

RGB channels and saturation

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

204
196
204

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

Portions of RGB colors in percentages

R + G + B = 204 + 196 + 204 = 604 (100%)
R 204 of 604 ~ 33.77%
G 196 of 604 ~ 32.45%
B 204 of 604 ~ 33.77'%

%33.77
%32.45
%33.77

CMYK color model

#CCC4CC color CMYK value is (0,4,0,20).

  • cyan value is 0.00%
  • magenta value is 3.92%
  • yellow value is 0.00%
  • key color value is 20.00%
CMYK: (0,4,0,20) C0M4Y0K20 (0%,4%,0%,20%) (0.00/0.04/0.00/0.20) 

CMYK percentages

%0
%3.92
%0
%20

Codes

Color #CCC4CC in popluar color models

CC C4 CC
RGB 204 196 204
HSL 300° 7.27% 78.43%
HSB/HSV 300° 3.92% 80.00%
CMYK 0.00% 3.92% 0.00%
20.00%

Color #CCC4CC in popluar number systems.

HEX CC C4 CC
Decimal 204 196 204
Binary 11001100 11000100 11001100
Octal 314 304 314

Shades and tints

Shades of #CCC4CC

#CCC4CC
(204,196,204)
#BAB3BA
(186,179,186)
#A8A2A8
(168,162,168)
#969196
(150,145,150)
#848084
(132,128,132)
#726F72
(114,111,114)
#605E60
(96,94,96)
#4E4D4E
(78,77,78)
#3C3C3C
(60,60,60)
#2A2B2A
(42,43,42)
#181A18
(24,26,24)
#000000
(0,0,0)

Tints of #CCC4CC

#CCC4CC
(204,196,204)
#D0C9D0
(208,201,208)
#D4CED4
(212,206,212)
#D8D3D8
(216,211,216)
#DCD8DC
(220,216,220)
#E0DDE0
(224,221,224)
#E4E2E4
(228,226,228)
#E8E7E8
(232,231,232)
#ECECEC
(236,236,236)
#F0F1F0
(240,241,240)
#F4F6F4
(244,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CCC4CC; }

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

This text font color is #CCC4CC.

Background Color

.myBgColor { background-color: #CCC4CC; }

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

This div background color is #CCC4CC.

Border color

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

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

This div border color is #CCC4CC.

Opacity

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

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

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

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

This text has shadow with #CCC4CC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CCC4CC.

Preview

Color preview on black background

This text has color #CCC4CC on black background.


Color preview on white background

This text has color #CCC4CC on white background.


Black color preview on #CCC4CC background

This text has black color on #CCC4CC background.


White color preview on #CCC4CC background

This text has white color on #CCC4CC background.


Related colors

Complementary color

Complementary color for #hex is #333B33.


I love getcolorcode.com

Triadic colors

1 #CCCCC4 and #C4CCCC with #CCC4CC are triadic colors.

2 #CCC4CC and #C4CCCC with #CCC4CC are triadic colors.