COLOR #C8A7A8

HEX: #C8A7A8
RGB: (200,167,168)

Color info

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

RGB color model

#C8A7A8 color RGB value is (200,167,168).

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

RGB channels and saturation

R 200 of 255 = 78%
G 167 of 255 = 65%
B 168 of 255 = 66%

200
167
168

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

Portions of RGB colors in percentages

R + G + B =
200 + 167 + 168 = 535 (100%)
R 200 of 535 ~ 37.38%
G 167 of 535 ~ 31.21%
B 168 of 535 ~ 31.4%

%37.38
%31.21
%31.4

CMYK color model

#C8A7A8 color CMYK value is (0,17,16,22).

  • cyan value is 0.00%
  • magenta value is 16.50%
  • yellow value is 16.00%
  • key color value is 21.57%
CMYK:
(0,17,16,22)
C0M17Y16K22 
(0%,17%,16%,22%)
(0.00/0.17/0.16/0.22)	

CMYK percentages

%0
%16.5
%16
%21.57

Codes

Color #C8A7A8 in popluar color models

C8A7A8
RGB200167168
HSL358°23.08%71.96%
HSB/HSV358°16.50%78.43%
CMYK0.00%16.50%16.00%
21.57%

Color #C8A7A8 in popluar number systems.

HEXC8A7A8
Decimal200167168
Binary110010001010011110101000
Octal310247250

Shades and tints

Shades of #C8A7A8

#C8A7A8
(200,167,168)
#B69899
(182,152,153)
#A4898A
(164,137,138)
#927A7B
(146,122,123)
#806B6C
(128,107,108)
#6E5C5D
(110,92,93)
#5C4D4E
(92,77,78)
#4A3E3F
(74,62,63)
#382F30
(56,47,48)
#262021
(38,32,33)
#141112
(20,17,18)
#000000
(0,0,0)

Tints of #C8A7A8

#C8A7A8
(200,167,168)
#CDAFAF
(205,175,175)
#D2B7B6
(210,183,182)
#D7BFBD
(215,191,189)
#DCC7C4
(220,199,196)
#E1CFCB
(225,207,203)
#E6D7D2
(230,215,210)
#EBDFD9
(235,223,217)
#F0E7E0
(240,231,224)
#F5EFE7
(245,239,231)
#FAF7EE
(250,247,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C8A7A8; }

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

This text font color is #C8A7A8.


Background Color

.myBgColor { background-color: #C8A7A8; }

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

This div background color is #C8A7A8.


Border color

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

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

This div border color is #C8A7A8.


Opacity

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

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

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

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

This text has shadow with #C8A7A8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C8A7A8 on black background.


Color preview on white background

This text has color #C8A7A8 on white background.



Black color preview on #C8A7A8 background

This text has black color on #C8A7A8 background.


White color preview on #C8A7A8 background

This text has white color on #C8A7A8 background.