COLOR #C9C4BE

HEX: #C9C4BE
RGB: (201,196,190)

Color info

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

RGB color model

#C9C4BE color RGB value is (201,196,190).

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

RGB channels and saturation

R 201 of 255 = 79%
G 196 of 255 = 77%
B 190 of 255 = 75%

201
196
190

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

Portions of RGB colors in percentages

R + G + B =
201 + 196 + 190 = 587 (100%)
R 201 of 587 ~ 34.24%
G 196 of 587 ~ 33.39%
B 190 of 587 ~ 32.37%

%34.24
%33.39
%32.37

CMYK color model

#C9C4BE color CMYK value is (0,2,5,21).

  • cyan value is 0.00%
  • magenta value is 2.49%
  • yellow value is 5.47%
  • key color value is 21.18%
CMYK:
(0,2,5,21)
C0M2Y5K21 
(0%,2%,5%,21%)
(0.00/0.02/0.05/0.21)	

CMYK percentages

%0
%2.49
%5.47
%21.18

Codes

Color #C9C4BE in popluar color models

C9C4BE
RGB201196190
HSL33°9.24%76.67%
HSB/HSV33°5.47%78.82%
CMYK0.00%2.49%5.47%
21.18%

Color #C9C4BE in popluar number systems.

HEXC9C4BE
Decimal201196190
Binary110010011100010010111110
Octal311304276

Shades and tints

Shades of #C9C4BE

#C9C4BE
(201,196,190)
#B7B3AD
(183,179,173)
#A5A29C
(165,162,156)
#93918B
(147,145,139)
#81807A
(129,128,122)
#6F6F69
(111,111,105)
#5D5E58
(93,94,88)
#4B4D47
(75,77,71)
#393C36
(57,60,54)
#272B25
(39,43,37)
#151A14
(21,26,20)
#000000
(0,0,0)

Tints of #C9C4BE

#C9C4BE
(201,196,190)
#CDC9C3
(205,201,195)
#D1CEC8
(209,206,200)
#D5D3CD
(213,211,205)
#D9D8D2
(217,216,210)
#DDDDD7
(221,221,215)
#E1E2DC
(225,226,220)
#E5E7E1
(229,231,225)
#E9ECE6
(233,236,230)
#EDF1EB
(237,241,235)
#F1F6F0
(241,246,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C9C4BE; }

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

This text font color is #C9C4BE.


Background Color

.myBgColor { background-color: #C9C4BE; }

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

This div background color is #C9C4BE.


Border color

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

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

This div border color is #C9C4BE.


Opacity

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

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

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

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

This text has shadow with #C9C4BE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C9C4BE on black background.


Color preview on white background

This text has color #C9C4BE on white background.



Black color preview on #C9C4BE background

This text has black color on #C9C4BE background.


White color preview on #C9C4BE background

This text has white color on #C9C4BE background.