COLOR #C8AB96

HEX: #C8AB96
RGB: (200,171,150)

Color info

#C8AB96 contains red, green and blue colors in about the same proportion. Web safe color of #C8AB96 is #CC9999 (or #C99).

RGB color model

#C8AB96 color RGB value is (200,171,150).

  • red value is 200;
  • green value is 171;
  • blue value is 150.
RGB:
(200,171,150)
(78%,67%,59%)

RGB channels and saturation

R 200 of 255 = 78%
G 171 of 255 = 67%
B 150 of 255 = 59%

200
171
150

R + G + B ~ 68%. #C8AB96 is quite light color.

Portions of RGB colors in percentages

R + G + B =
200 + 171 + 150 = 521 (100%)
R 200 of 521 ~ 38.39%
G 171 of 521 ~ 32.82%
B 150 of 521 ~ 28.79%

%38.39
%32.82
%28.79

CMYK color model

#C8AB96 color CMYK value is (0,15,25,22).

  • cyan value is 0.00%
  • magenta value is 14.50%
  • yellow value is 25.00%
  • key color value is 21.57%
CMYK:
(0,15,25,22)
C0M15Y25K22 
(0%,15%,25%,22%)
(0.00/0.15/0.25/0.22)	

CMYK percentages

%0
%14.5
%25
%21.57

Codes

Color #C8AB96 in popluar color models

C8AB96
RGB200171150
HSL25°31.25%68.63%
HSB/HSV25°25.00%78.43%
CMYK0.00%14.50%25.00%
21.57%

Color #C8AB96 in popluar number systems.

HEXC8AB96
Decimal200171150
Binary110010001010101110010110
Octal310253226

Shades and tints

Shades of #C8AB96

#C8AB96
(200,171,150)
#B69C89
(182,156,137)
#A48D7C
(164,141,124)
#927E6F
(146,126,111)
#806F62
(128,111,98)
#6E6055
(110,96,85)
#5C5148
(92,81,72)
#4A423B
(74,66,59)
#38332E
(56,51,46)
#262421
(38,36,33)
#141514
(20,21,20)
#000000
(0,0,0)

Tints of #C8AB96

#C8AB96
(200,171,150)
#CDB29F
(205,178,159)
#D2B9A8
(210,185,168)
#D7C0B1
(215,192,177)
#DCC7BA
(220,199,186)
#E1CEC3
(225,206,195)
#E6D5CC
(230,213,204)
#EBDCD5
(235,220,213)
#F0E3DE
(240,227,222)
#F5EAE7
(245,234,231)
#FAF1F0
(250,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C8AB96 color. Also use rgb(200,171,150) instead hex code.

Text Font Color

.myTextColor { color: #C8AB96; }

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

This text font color is #C8AB96.


Background Color

.myBgColor { background-color: #C8AB96; }

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

This div background color is #C8AB96.


Border color

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

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

This div border color is #C8AB96.


Opacity

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

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

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

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

This text has shadow with #C8AB96 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C8AB96 on black background.


Color preview on white background

This text has color #C8AB96 on white background.



Black color preview on #C8AB96 background

This text has black color on #C8AB96 background.


White color preview on #C8AB96 background

This text has white color on #C8AB96 background.