COLOR #C8B3AB

HEX: #C8B3AB
RGB: (200,179,171)

Color info

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

RGB color model

#C8B3AB color RGB value is (200,179,171).

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

RGB channels and saturation

R 200 of 255 = 78%
G 179 of 255 = 70%
B 171 of 255 = 67%

200
179
171

R + G + B ~ 72%. #C8B3AB is quite light color.

Portions of RGB colors in percentages

R + G + B =
200 + 179 + 171 = 550 (100%)
R 200 of 550 ~ 36.36%
G 179 of 550 ~ 32.55%
B 171 of 550 ~ 31.09%

%36.36
%32.55
%31.09

CMYK color model

#C8B3AB color CMYK value is (0,11,15,22).

  • cyan value is 0.00%
  • magenta value is 10.50%
  • yellow value is 14.50%
  • key color value is 21.57%
CMYK:
(0,11,15,22)
C0M11Y15K22 
(0%,11%,15%,22%)
(0.00/0.11/0.15/0.22)	

CMYK percentages

%0
%10.5
%14.5
%21.57

Codes

Color #C8B3AB in popluar color models

C8B3AB
RGB200179171
HSL17°20.86%72.75%
HSB/HSV17°14.50%78.43%
CMYK0.00%10.50%14.50%
21.57%

Color #C8B3AB in popluar number systems.

HEXC8B3AB
Decimal200179171
Binary110010001011001110101011
Octal310263253

Shades and tints

Shades of #C8B3AB

#C8B3AB
(200,179,171)
#B6A39C
(182,163,156)
#A4938D
(164,147,141)
#92837E
(146,131,126)
#80736F
(128,115,111)
#6E6360
(110,99,96)
#5C5351
(92,83,81)
#4A4342
(74,67,66)
#383333
(56,51,51)
#262324
(38,35,36)
#141315
(20,19,21)
#000000
(0,0,0)

Tints of #C8B3AB

#C8B3AB
(200,179,171)
#CDB9B2
(205,185,178)
#D2BFB9
(210,191,185)
#D7C5C0
(215,197,192)
#DCCBC7
(220,203,199)
#E1D1CE
(225,209,206)
#E6D7D5
(230,215,213)
#EBDDDC
(235,221,220)
#F0E3E3
(240,227,227)
#F5E9EA
(245,233,234)
#FAEFF1
(250,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C8B3AB; }

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

This text font color is #C8B3AB.


Background Color

.myBgColor { background-color: #C8B3AB; }

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

This div background color is #C8B3AB.


Border color

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

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

This div border color is #C8B3AB.


Opacity

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

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

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

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

This text has shadow with #C8B3AB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C8B3AB on black background.


Color preview on white background

This text has color #C8B3AB on white background.



Black color preview on #C8B3AB background

This text has black color on #C8B3AB background.


White color preview on #C8B3AB background

This text has white color on #C8B3AB background.