COLOR #CCC1C3

HEX: #CCC1C3 RGB: (204,193,195)

Color info

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

RGB color model

#CCC1C3 color RGB value is (204,193,195).

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

RGB channels and saturation

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

204
193
195

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

Portions of RGB colors in percentages

R + G + B = 204 + 193 + 195 = 592 (100%)
R 204 of 592 ~ 34.46%
G 193 of 592 ~ 32.6%
B 195 of 592 ~ 32.94'%

%34.46
%32.6
%32.94

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 5.39%
  • yellow value is 4.41%
  • key color value is 20.00%
CMYK: (0,5,4,20) C0M5Y4K20 (0%,5%,4%,20%) (0.00/0.05/0.04/0.20) 

CMYK percentages

%0
%5.39
%4.41
%20

Codes

Color #CCC1C3 in popluar color models

CC C1 C3
RGB 204 193 195
HSL 349° 9.73% 77.84%
HSB/HSV 349° 5.39% 80.00%
CMYK 0.00% 5.39% 4.41%
20.00%

Color #CCC1C3 in popluar number systems.

HEX CC C1 C3
Decimal 204 193 195
Binary 11001100 11000001 11000011
Octal 314 301 303

Shades and tints

Shades of #CCC1C3

#CCC1C3
(204,193,195)
#BAB0B2
(186,176,178)
#A89FA1
(168,159,161)
#968E90
(150,142,144)
#847D7F
(132,125,127)
#726C6E
(114,108,110)
#605B5D
(96,91,93)
#4E4A4C
(78,74,76)
#3C393B
(60,57,59)
#2A282A
(42,40,42)
#181719
(24,23,25)
#000000
(0,0,0)

Tints of #CCC1C3

#CCC1C3
(204,193,195)
#D0C6C8
(208,198,200)
#D4CBCD
(212,203,205)
#D8D0D2
(216,208,210)
#DCD5D7
(220,213,215)
#E0DADC
(224,218,220)
#E4DFE1
(228,223,225)
#E8E4E6
(232,228,230)
#ECE9EB
(236,233,235)
#F0EEF0
(240,238,240)
#F4F3F5
(244,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CCC1C3; }

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

This text font color is #CCC1C3.

Background Color

.myBgColor { background-color: #CCC1C3; }

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

This div background color is #CCC1C3.

Border color

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

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

This div border color is #CCC1C3.

Opacity

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

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

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

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

This text has shadow with #CCC1C3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CCC1C3.

Preview

Color preview on black background

This text has color #CCC1C3 on black background.


Color preview on white background

This text has color #CCC1C3 on white background.


Black color preview on #CCC1C3 background

This text has black color on #CCC1C3 background.


White color preview on #CCC1C3 background

This text has white color on #CCC1C3 background.


Related colors

Complementary color

Complementary color for #hex is #333E3C.


I love getcolorcode.com

Triadic colors

1 #C3CCC1 and #C1C3CC with #CCC1C3 are triadic colors.

2 #C3C1CC and #C1CCC3 with #CCC1C3 are triadic colors.