COLOR #C4C0CB

HEX: #C4C0CB
RGB: (196,192,203)

Color info

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

RGB color model

#C4C0CB color RGB value is (196,192,203).

  • red value is 196;
  • green value is 192;
  • blue value is 203.
RGB:
(196,192,203)
(77%,75%,80%)

RGB channels and saturation

R 196 of 255 = 77%
G 192 of 255 = 75%
B 203 of 255 = 80%

196
192
203

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

Portions of RGB colors in percentages

R + G + B =
196 + 192 + 203 = 591 (100%)
R 196 of 591 ~ 33.16%
G 192 of 591 ~ 32.49%
B 203 of 591 ~ 34.35%

%33.16
%32.49
%34.35

CMYK color model

#C4C0CB color CMYK value is (3,5,0,20).

  • cyan value is 3.45%
  • magenta value is 5.42%
  • yellow value is 0.00%
  • key color value is 20.39%
CMYK:
(3,5,0,20)
C3M5Y0K20 
(3%,5%,0%,20%)
(0.03/0.05/0.00/0.20)	

CMYK percentages

%3.45
%5.42
%0
%20.39

Codes

Color #C4C0CB in popluar color models

C4C0CB
RGB196192203
HSL262°9.57%77.45%
HSB/HSV262°5.42%79.61%
CMYK3.45%5.42%0.00%
20.39%

Color #C4C0CB in popluar number systems.

HEXC4C0CB
Decimal196192203
Binary110001001100000011001011
Octal304300313

Shades and tints

Shades of #C4C0CB

#C4C0CB
(196,192,203)
#B3AFB9
(179,175,185)
#A29EA7
(162,158,167)
#918D95
(145,141,149)
#807C83
(128,124,131)
#6F6B71
(111,107,113)
#5E5A5F
(94,90,95)
#4D494D
(77,73,77)
#3C383B
(60,56,59)
#2B2729
(43,39,41)
#1A1617
(26,22,23)
#000000
(0,0,0)

Tints of #C4C0CB

#C4C0CB
(196,192,203)
#C9C5CF
(201,197,207)
#CECAD3
(206,202,211)
#D3CFD7
(211,207,215)
#D8D4DB
(216,212,219)
#DDD9DF
(221,217,223)
#E2DEE3
(226,222,227)
#E7E3E7
(231,227,231)
#ECE8EB
(236,232,235)
#F1EDEF
(241,237,239)
#F6F2F3
(246,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C4C0CB; }

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

This text font color is #C4C0CB.


Background Color

.myBgColor { background-color: #C4C0CB; }

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

This div background color is #C4C0CB.


Border color

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

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

This div border color is #C4C0CB.


Opacity

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

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

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

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

This text has shadow with #C4C0CB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C4C0CB on black background.


Color preview on white background

This text has color #C4C0CB on white background.



Black color preview on #C4C0CB background

This text has black color on #C4C0CB background.


White color preview on #C4C0CB background

This text has white color on #C4C0CB background.