COLOR #C8A7A3

HEX: #C8A7A3
RGB: (200,167,163)

Color info

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

RGB color model

#C8A7A3 color RGB value is (200,167,163).

  • red value is 200;
  • green value is 167;
  • blue value is 163.
RGB:
(200,167,163)
(78%,65%,64%)

RGB channels and saturation

R 200 of 255 = 78%
G 167 of 255 = 65%
B 163 of 255 = 64%

200
167
163

R + G + B ~ 69%. #C8A7A3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
200 + 167 + 163 = 530 (100%)
R 200 of 530 ~ 37.74%
G 167 of 530 ~ 31.51%
B 163 of 530 ~ 30.75%

%37.74
%31.51
%30.75

CMYK color model

#C8A7A3 color CMYK value is (0,17,19,22).

  • cyan value is 0.00%
  • magenta value is 16.50%
  • yellow value is 18.50%
  • key color value is 21.57%
CMYK:
(0,17,19,22)
C0M17Y19K22 
(0%,17%,19%,22%)
(0.00/0.17/0.19/0.22)	

CMYK percentages

%0
%16.5
%18.5
%21.57

Codes

Color #C8A7A3 in popluar color models

C8A7A3
RGB200167163
HSL25.17%71.18%
HSB/HSV18.50%78.43%
CMYK0.00%16.50%18.50%
21.57%

Color #C8A7A3 in popluar number systems.

HEXC8A7A3
Decimal200167163
Binary110010001010011110100011
Octal310247243

Shades and tints

Shades of #C8A7A3

#C8A7A3
(200,167,163)
#B69895
(182,152,149)
#A48987
(164,137,135)
#927A79
(146,122,121)
#806B6B
(128,107,107)
#6E5C5D
(110,92,93)
#5C4D4F
(92,77,79)
#4A3E41
(74,62,65)
#382F33
(56,47,51)
#262025
(38,32,37)
#141117
(20,17,23)
#000000
(0,0,0)

Tints of #C8A7A3

#C8A7A3
(200,167,163)
#CDAFAB
(205,175,171)
#D2B7B3
(210,183,179)
#D7BFBB
(215,191,187)
#DCC7C3
(220,199,195)
#E1CFCB
(225,207,203)
#E6D7D3
(230,215,211)
#EBDFDB
(235,223,219)
#F0E7E3
(240,231,227)
#F5EFEB
(245,239,235)
#FAF7F3
(250,247,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C8A7A3 color. Also use rgb(200,167,163) instead hex code.

Text Font Color

.myTextColor { color: #C8A7A3; }

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

This text font color is #C8A7A3.


Background Color

.myBgColor { background-color: #C8A7A3; }

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

This div background color is #C8A7A3.


Border color

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

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

This div border color is #C8A7A3.


Opacity

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

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

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

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

This text has shadow with #C8A7A3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C8A7A3 on black background.


Color preview on white background

This text has color #C8A7A3 on white background.



Black color preview on #C8A7A3 background

This text has black color on #C8A7A3 background.


White color preview on #C8A7A3 background

This text has white color on #C8A7A3 background.