COLOR #C8ABA4

HEX: #C8ABA4
RGB: (200,171,164)

Color info

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

RGB color model

#C8ABA4 color RGB value is (200,171,164).

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

RGB channels and saturation

R 200 of 255 = 78%
G 171 of 255 = 67%
B 164 of 255 = 64%

200
171
164

R + G + B ~ 70%. #C8ABA4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
200 + 171 + 164 = 535 (100%)
R 200 of 535 ~ 37.38%
G 171 of 535 ~ 31.96%
B 164 of 535 ~ 30.65%

%37.38
%31.96
%30.65

CMYK color model

#C8ABA4 color CMYK value is (0,15,18,22).

  • cyan value is 0.00%
  • magenta value is 14.50%
  • yellow value is 18.00%
  • key color value is 21.57%
CMYK:
(0,15,18,22)
C0M15Y18K22 
(0%,15%,18%,22%)
(0.00/0.15/0.18/0.22)	

CMYK percentages

%0
%14.5
%18
%21.57

Codes

Color #C8ABA4 in popluar color models

C8ABA4
RGB200171164
HSL12°24.66%71.37%
HSB/HSV12°18.00%78.43%
CMYK0.00%14.50%18.00%
21.57%

Color #C8ABA4 in popluar number systems.

HEXC8ABA4
Decimal200171164
Binary110010001010101110100100
Octal310253244

Shades and tints

Shades of #C8ABA4

#C8ABA4
(200,171,164)
#B69C96
(182,156,150)
#A48D88
(164,141,136)
#927E7A
(146,126,122)
#806F6C
(128,111,108)
#6E605E
(110,96,94)
#5C5150
(92,81,80)
#4A4242
(74,66,66)
#383334
(56,51,52)
#262426
(38,36,38)
#141518
(20,21,24)
#000000
(0,0,0)

Tints of #C8ABA4

#C8ABA4
(200,171,164)
#CDB2AC
(205,178,172)
#D2B9B4
(210,185,180)
#D7C0BC
(215,192,188)
#DCC7C4
(220,199,196)
#E1CECC
(225,206,204)
#E6D5D4
(230,213,212)
#EBDCDC
(235,220,220)
#F0E3E4
(240,227,228)
#F5EAEC
(245,234,236)
#FAF1F4
(250,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C8ABA4; }

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

This text font color is #C8ABA4.


Background Color

.myBgColor { background-color: #C8ABA4; }

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

This div background color is #C8ABA4.


Border color

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

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

This div border color is #C8ABA4.


Opacity

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

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

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

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

This text has shadow with #C8ABA4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C8ABA4 on black background.


Color preview on white background

This text has color #C8ABA4 on white background.



Black color preview on #C8ABA4 background

This text has black color on #C8ABA4 background.


White color preview on #C8ABA4 background

This text has white color on #C8ABA4 background.