COLOR #CCC3C9

HEX: #CCC3C9 RGB: (204,195,201)

Color info

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

RGB color model

#CCC3C9 color RGB value is (204,195,201).

RGB: (204,195,201) (80%, 76%, 79%)

RGB channels and saturation

R 204 of 255 = 80%
G 195 of 255 = 76%
B 201 of 255 = 79%

204
195
201

R + G + B ~ 78%. #CCC3C9 is quite light color.

Portions of RGB colors in percentages

R + G + B = 204 + 195 + 201 = 600 (100%)
R 204 of 600 ~ 34%
G 195 of 600 ~ 32.5%
B 201 of 600 ~ 33.5'%

%34
%32.5
%33.5

CMYK color model

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

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

CMYK: (0,4,1,20)
C0M4Y1K20 (0%, 4%, 1%, 20%)
(0.00 / 0.04 / 0.01 / 0.20)

CMYK percentages

%0
%4.41
%1.47
%20

Codes

Color #CCC3C9 in popluar color models

CC C3 C9
RGB 204 195 201
HSL 320° 8.11% 78.24%
HSB/HSV 320° 4.41% 80.00%
CMYK 0.00% 4.41% 1.47%
20.00%

Color #CCC3C9 in popluar number systems.

HEX CC C3 C9
Decimal 204 195 201
Binary 11001100 11000011 11001001
Octal 314 303 311

Shades and tints

Shades of #CCC3C9

#CCC3C9
(204,195,201)
#BAB2B7
(186,178,183)
#A8A1A5
(168,161,165)
#969093
(150,144,147)
#847F81
(132,127,129)
#726E6F
(114,110,111)
#605D5D
(96,93,93)
#4E4C4B
(78,76,75)
#3C3B39
(60,59,57)
#2A2A27
(42,42,39)
#181915
(24,25,21)
#000000
(0,0,0)

Tints of #CCC3C9

#CCC3C9
(204,195,201)
#D0C8CD
(208,200,205)
#D4CDD1
(212,205,209)
#D8D2D5
(216,210,213)
#DCD7D9
(220,215,217)
#E0DCDD
(224,220,221)
#E4E1E1
(228,225,225)
#E8E6E5
(232,230,229)
#ECEBE9
(236,235,233)
#F0F0ED
(240,240,237)
#F4F5F1
(244,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CCC3C9; }

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

This text font color is #CCC3C9.

Background Color

.myBgColor { background-color: #CCC3C9; }

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

This div background color is #CCC3C9.

Border color

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

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

This div border color is #CCC3C9.

Opacity

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

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

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

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

This text has shadow with #CCC3C9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CCC3C9.

Preview

Color preview on black background

This text has color #CCC3C9 on black background.


Color preview on white background

This text has color #CCC3C9 on white background.


Black color preview on #CCC3C9 background

This text has black color on #CCC3C9 background.


White color preview on #CCC3C9 background

This text has white color on #CCC3C9 background.


Related colors

Complementary color

Complementary color for #hex is #333C36.


I love getcolorcode.com

Triadic colors

1 #C9CCC3 and #C3C9CC with #CCC3C9 are triadic colors.

2 #C9C3CC and #C3CCC9 with #CCC3C9 are triadic colors.