COLOR #C8AFA4

HEX: #C8AFA4
RGB: (200,175,164)

Color info

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

RGB color model

#C8AFA4 color RGB value is (200,175,164).

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

RGB channels and saturation

R 200 of 255 = 78%
G 175 of 255 = 69%
B 164 of 255 = 64%

200
175
164

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

Portions of RGB colors in percentages

R + G + B =
200 + 175 + 164 = 539 (100%)
R 200 of 539 ~ 37.11%
G 175 of 539 ~ 32.47%
B 164 of 539 ~ 30.43%

%37.11
%32.47
%30.43

CMYK color model

#C8AFA4 color CMYK value is (0,13,18,22).

  • cyan value is 0.00%
  • magenta value is 12.50%
  • yellow value is 18.00%
  • key color value is 21.57%
CMYK:
(0,13,18,22)
C0M13Y18K22 
(0%,13%,18%,22%)
(0.00/0.13/0.18/0.22)	

CMYK percentages

%0
%12.5
%18
%21.57

Codes

Color #C8AFA4 in popluar color models

C8AFA4
RGB200175164
HSL18°24.66%71.37%
HSB/HSV18°18.00%78.43%
CMYK0.00%12.50%18.00%
21.57%

Color #C8AFA4 in popluar number systems.

HEXC8AFA4
Decimal200175164
Binary110010001010111110100100
Octal310257244

Shades and tints

Shades of #C8AFA4

#C8AFA4
(200,175,164)
#B6A096
(182,160,150)
#A49188
(164,145,136)
#92827A
(146,130,122)
#80736C
(128,115,108)
#6E645E
(110,100,94)
#5C5550
(92,85,80)
#4A4642
(74,70,66)
#383734
(56,55,52)
#262826
(38,40,38)
#141918
(20,25,24)
#000000
(0,0,0)

Tints of #C8AFA4

#C8AFA4
(200,175,164)
#CDB6AC
(205,182,172)
#D2BDB4
(210,189,180)
#D7C4BC
(215,196,188)
#DCCBC4
(220,203,196)
#E1D2CC
(225,210,204)
#E6D9D4
(230,217,212)
#EBE0DC
(235,224,220)
#F0E7E4
(240,231,228)
#F5EEEC
(245,238,236)
#FAF5F4
(250,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C8AFA4; }

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

This text font color is #C8AFA4.


Background Color

.myBgColor { background-color: #C8AFA4; }

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

This div background color is #C8AFA4.


Border color

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

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

This div border color is #C8AFA4.


Opacity

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

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

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

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

This text has shadow with #C8AFA4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C8AFA4 on black background.


Color preview on white background

This text has color #C8AFA4 on white background.



Black color preview on #C8AFA4 background

This text has black color on #C8AFA4 background.


White color preview on #C8AFA4 background

This text has white color on #C8AFA4 background.