COLOR #C9C4BA

HEX: #C9C4BA
RGB: (201,196,186)

Color info

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

RGB color model

#C9C4BA color RGB value is (201,196,186).

  • red value is 201;
  • green value is 196;
  • blue value is 186.
RGB:
(201,196,186)
(79%,77%,73%)

RGB channels and saturation

R 201 of 255 = 79%
G 196 of 255 = 77%
B 186 of 255 = 73%

201
196
186

R + G + B ~ 76%. #C9C4BA is quite light color.

Portions of RGB colors in percentages

R + G + B =
201 + 196 + 186 = 583 (100%)
R 201 of 583 ~ 34.48%
G 196 of 583 ~ 33.62%
B 186 of 583 ~ 31.9%

%34.48
%33.62
%31.9

CMYK color model

#C9C4BA color CMYK value is (0,2,7,21).

  • cyan value is 0.00%
  • magenta value is 2.49%
  • yellow value is 7.46%
  • key color value is 21.18%
CMYK:
(0,2,7,21)
C0M2Y7K21 
(0%,2%,7%,21%)
(0.00/0.02/0.07/0.21)	

CMYK percentages

%0
%2.49
%7.46
%21.18

Codes

Color #C9C4BA in popluar color models

C9C4BA
RGB201196186
HSL40°12.20%75.88%
HSB/HSV40°7.46%78.82%
CMYK0.00%2.49%7.46%
21.18%

Color #C9C4BA in popluar number systems.

HEXC9C4BA
Decimal201196186
Binary110010011100010010111010
Octal311304272

Shades and tints

Shades of #C9C4BA

#C9C4BA
(201,196,186)
#B7B3AA
(183,179,170)
#A5A29A
(165,162,154)
#93918A
(147,145,138)
#81807A
(129,128,122)
#6F6F6A
(111,111,106)
#5D5E5A
(93,94,90)
#4B4D4A
(75,77,74)
#393C3A
(57,60,58)
#272B2A
(39,43,42)
#151A1A
(21,26,26)
#000000
(0,0,0)

Tints of #C9C4BA

#C9C4BA
(201,196,186)
#CDC9C0
(205,201,192)
#D1CEC6
(209,206,198)
#D5D3CC
(213,211,204)
#D9D8D2
(217,216,210)
#DDDDD8
(221,221,216)
#E1E2DE
(225,226,222)
#E5E7E4
(229,231,228)
#E9ECEA
(233,236,234)
#EDF1F0
(237,241,240)
#F1F6F6
(241,246,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C9C4BA color. Also use rgb(201,196,186) instead hex code.

Text Font Color

.myTextColor { color: #C9C4BA; }

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

This text font color is #C9C4BA.


Background Color

.myBgColor { background-color: #C9C4BA; }

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

This div background color is #C9C4BA.


Border color

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

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

This div border color is #C9C4BA.


Opacity

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

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

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

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

This text has shadow with #C9C4BA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C9C4BA on black background.


Color preview on white background

This text has color #C9C4BA on white background.



Black color preview on #C9C4BA background

This text has black color on #C9C4BA background.


White color preview on #C9C4BA background

This text has white color on #C9C4BA background.