COLOR #CCC3C2

HEX: #CCC3C2 RGB: (204,195,194)

Color info

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

RGB color model

#CCC3C2 color RGB value is (204,195,194).

RGB: (204,195,194) (80%, 76%, 76%)

RGB channels and saturation

R 204 of 255 = 80%
G 195 of 255 = 76%
B 194 of 255 = 76%

204
195
194

R + G + B ~ 77%. #CCC3C2 is quite light color.

Portions of RGB colors in percentages

R + G + B = 204 + 195 + 194 = 593 (100%)
R 204 of 593 ~ 34.4%
G 195 of 593 ~ 32.88%
B 194 of 593 ~ 32.72'%

%34.4
%32.88
%32.72

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 4.41%
  • yellow value is 4.90%
  • key color value is 20.00%

CMYK: (0,4,5,20)
C0M4Y5K20 (0%, 4%, 5%, 20%)
(0.00 / 0.04 / 0.05 / 0.20)

CMYK percentages

%0
%4.41
%4.9
%20

Codes

Color #CCC3C2 in popluar color models

CC C3 C2
RGB 204 195 194
HSL 8.93% 78.04%
HSB/HSV 4.90% 80.00%
CMYK 0.00% 4.41% 4.90%
20.00%

Color #CCC3C2 in popluar number systems.

HEX CC C3 C2
Decimal 204 195 194
Binary 11001100 11000011 11000010
Octal 314 303 302

Shades and tints

Shades of #CCC3C2

#CCC3C2
(204,195,194)
#BAB2B1
(186,178,177)
#A8A1A0
(168,161,160)
#96908F
(150,144,143)
#847F7E
(132,127,126)
#726E6D
(114,110,109)
#605D5C
(96,93,92)
#4E4C4B
(78,76,75)
#3C3B3A
(60,59,58)
#2A2A29
(42,42,41)
#181918
(24,25,24)
#000000
(0,0,0)

Tints of #CCC3C2

#CCC3C2
(204,195,194)
#D0C8C7
(208,200,199)
#D4CDCC
(212,205,204)
#D8D2D1
(216,210,209)
#DCD7D6
(220,215,214)
#E0DCDB
(224,220,219)
#E4E1E0
(228,225,224)
#E8E6E5
(232,230,229)
#ECEBEA
(236,235,234)
#F0F0EF
(240,240,239)
#F4F5F4
(244,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CCC3C2; }

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

This text font color is #CCC3C2.

Background Color

.myBgColor { background-color: #CCC3C2; }

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

This div background color is #CCC3C2.

Border color

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

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

This div border color is #CCC3C2.

Opacity

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

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

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

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

This text has shadow with #CCC3C2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CCC3C2.

Preview

Color preview on black background

This text has color #CCC3C2 on black background.


Color preview on white background

This text has color #CCC3C2 on white background.


Black color preview on #CCC3C2 background

This text has black color on #CCC3C2 background.


White color preview on #CCC3C2 background

This text has white color on #CCC3C2 background.


Related colors

Complementary color

Complementary color for #hex is #333C3D.


I love getcolorcode.com

Triadic colors

1 #C2CCC3 and #C3C2CC with #CCC3C2 are triadic colors.

2 #C2C3CC and #C3CCC2 with #CCC3C2 are triadic colors.