COLOR #C9BEA4

HEX: #C9BEA4
RGB: (201,190,164)

Color info

#C9BEA4 contains red, green and blue colors in about the same proportion. Web safe color of #C9BEA4 is #CCCC99 (or #CC9).

RGB color model

#C9BEA4 color RGB value is (201,190,164).

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

RGB channels and saturation

R 201 of 255 = 79%
G 190 of 255 = 75%
B 164 of 255 = 64%

201
190
164

R + G + B ~ 73%. #C9BEA4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
201 + 190 + 164 = 555 (100%)
R 201 of 555 ~ 36.22%
G 190 of 555 ~ 34.23%
B 164 of 555 ~ 29.55%

%36.22
%34.23
%29.55

CMYK color model

#C9BEA4 color CMYK value is (0,5,18,21).

  • cyan value is 0.00%
  • magenta value is 5.47%
  • yellow value is 18.41%
  • key color value is 21.18%
CMYK:
(0,5,18,21)
C0M5Y18K21 
(0%,5%,18%,21%)
(0.00/0.05/0.18/0.21)	

CMYK percentages

%0
%5.47
%18.41
%21.18

Codes

Color #C9BEA4 in popluar color models

C9BEA4
RGB201190164
HSL42°25.52%71.57%
HSB/HSV42°18.41%78.82%
CMYK0.00%5.47%18.41%
21.18%

Color #C9BEA4 in popluar number systems.

HEXC9BEA4
Decimal201190164
Binary110010011011111010100100
Octal311276244

Shades and tints

Shades of #C9BEA4

#C9BEA4
(201,190,164)
#B7AD96
(183,173,150)
#A59C88
(165,156,136)
#938B7A
(147,139,122)
#817A6C
(129,122,108)
#6F695E
(111,105,94)
#5D5850
(93,88,80)
#4B4742
(75,71,66)
#393634
(57,54,52)
#272526
(39,37,38)
#151418
(21,20,24)
#000000
(0,0,0)

Tints of #C9BEA4

#C9BEA4
(201,190,164)
#CDC3AC
(205,195,172)
#D1C8B4
(209,200,180)
#D5CDBC
(213,205,188)
#D9D2C4
(217,210,196)
#DDD7CC
(221,215,204)
#E1DCD4
(225,220,212)
#E5E1DC
(229,225,220)
#E9E6E4
(233,230,228)
#EDEBEC
(237,235,236)
#F1F0F4
(241,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C9BEA4; }

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

This text font color is #C9BEA4.


Background Color

.myBgColor { background-color: #C9BEA4; }

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

This div background color is #C9BEA4.


Border color

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

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

This div border color is #C9BEA4.


Opacity

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

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

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

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

This text has shadow with #C9BEA4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C9BEA4 on black background.


Color preview on white background

This text has color #C9BEA4 on white background.



Black color preview on #C9BEA4 background

This text has black color on #C9BEA4 background.


White color preview on #C9BEA4 background

This text has white color on #C9BEA4 background.