COLOR #C4C0BB

HEX: #C4C0BB
RGB: (196,192,187)

Color info

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

RGB color model

#C4C0BB color RGB value is (196,192,187).

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

RGB channels and saturation

R 196 of 255 = 77%
G 192 of 255 = 75%
B 187 of 255 = 73%

196
192
187

R + G + B ~ 75%. #C4C0BB is quite light color.

Portions of RGB colors in percentages

R + G + B =
196 + 192 + 187 = 575 (100%)
R 196 of 575 ~ 34.09%
G 192 of 575 ~ 33.39%
B 187 of 575 ~ 32.52%

%34.09
%33.39
%32.52

CMYK color model

#C4C0BB color CMYK value is (0,2,5,23).

  • cyan value is 0.00%
  • magenta value is 2.04%
  • yellow value is 4.59%
  • key color value is 23.14%
CMYK:
(0,2,5,23)
C0M2Y5K23 
(0%,2%,5%,23%)
(0.00/0.02/0.05/0.23)	

CMYK percentages

%0
%2.04
%4.59
%23.14

Codes

Color #C4C0BB in popluar color models

C4C0BB
RGB196192187
HSL33°7.09%75.10%
HSB/HSV33°4.59%76.86%
CMYK0.00%2.04%4.59%
23.14%

Color #C4C0BB in popluar number systems.

HEXC4C0BB
Decimal196192187
Binary110001001100000010111011
Octal304300273

Shades and tints

Shades of #C4C0BB

#C4C0BB
(196,192,187)
#B3AFAA
(179,175,170)
#A29E99
(162,158,153)
#918D88
(145,141,136)
#807C77
(128,124,119)
#6F6B66
(111,107,102)
#5E5A55
(94,90,85)
#4D4944
(77,73,68)
#3C3833
(60,56,51)
#2B2722
(43,39,34)
#1A1611
(26,22,17)
#000000
(0,0,0)

Tints of #C4C0BB

#C4C0BB
(196,192,187)
#C9C5C1
(201,197,193)
#CECAC7
(206,202,199)
#D3CFCD
(211,207,205)
#D8D4D3
(216,212,211)
#DDD9D9
(221,217,217)
#E2DEDF
(226,222,223)
#E7E3E5
(231,227,229)
#ECE8EB
(236,232,235)
#F1EDF1
(241,237,241)
#F6F2F7
(246,242,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C4C0BB; }

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

This text font color is #C4C0BB.


Background Color

.myBgColor { background-color: #C4C0BB; }

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

This div background color is #C4C0BB.


Border color

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

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

This div border color is #C4C0BB.


Opacity

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

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

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

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

This text has shadow with #C4C0BB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C4C0BB on black background.


Color preview on white background

This text has color #C4C0BB on white background.



Black color preview on #C4C0BB background

This text has black color on #C4C0BB background.


White color preview on #C4C0BB background

This text has white color on #C4C0BB background.