COLOR #C8A3AD

HEX: #C8A3AD RGB: (200,163,173)

Color info

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

RGB color model

#C8A3AD color RGB value is (200,163,173).

RGB: (200,163,173) (78%, 64%, 68%)

RGB channels and saturation

R 200 of 255 = 78%
G 163 of 255 = 64%
B 173 of 255 = 68%

200
163
173

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

Portions of RGB colors in percentages

R + G + B = 200 + 163 + 173 = 536 (100%)
R 200 of 536 ~ 37.31%
G 163 of 536 ~ 30.41%
B 173 of 536 ~ 32.28'%

%37.31
%30.41
%32.28

CMYK color model

#C8A3AD color CMYK value is (0,19,14,22).

  • cyan value is 0.00%
  • magenta value is 18.50%
  • yellow value is 13.50%
  • key color value is 21.57%

CMYK: (0,19,14,22)
C0M19Y14K22 (0%, 19%, 14%, 22%)
(0.00 / 0.19 / 0.14 / 0.22)

CMYK percentages

%0
%18.5
%13.5
%21.57

Codes

Color #C8A3AD in popluar color models

C8 A3 AD
RGB 200 163 173
HSL 344° 25.17% 71.18%
HSB/HSV 344° 18.50% 78.43%
CMYK 0.00% 18.50% 13.50%
21.57%

Color #C8A3AD in popluar number systems.

HEX C8 A3 AD
Decimal 200 163 173
Binary 11001000 10100011 10101101
Octal 310 243 255

Shades and tints

Shades of #C8A3AD

#C8A3AD
(200,163,173)
#B6959E
(182,149,158)
#A4878F
(164,135,143)
#927980
(146,121,128)
#806B71
(128,107,113)
#6E5D62
(110,93,98)
#5C4F53
(92,79,83)
#4A4144
(74,65,68)
#383335
(56,51,53)
#262526
(38,37,38)
#141717
(20,23,23)
#000000
(0,0,0)

Tints of #C8A3AD

#C8A3AD
(200,163,173)
#CDABB4
(205,171,180)
#D2B3BB
(210,179,187)
#D7BBC2
(215,187,194)
#DCC3C9
(220,195,201)
#E1CBD0
(225,203,208)
#E6D3D7
(230,211,215)
#EBDBDE
(235,219,222)
#F0E3E5
(240,227,229)
#F5EBEC
(245,235,236)
#FAF3F3
(250,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C8A3AD; }

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

This text font color is #C8A3AD.

Background Color

.myBgColor { background-color: #C8A3AD; }

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

This div background color is #C8A3AD.

Border color

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

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

This div border color is #C8A3AD.

Opacity

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

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

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

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

This text has shadow with #C8A3AD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C8A3AD.

Preview

Color preview on black background

This text has color #C8A3AD on black background.


Color preview on white background

This text has color #C8A3AD on white background.


Black color preview on #C8A3AD background

This text has black color on #C8A3AD background.


White color preview on #C8A3AD background

This text has white color on #C8A3AD background.


Related colors

Complementary color

Complementary color for #hex is #375C52.


I love getcolorcode.com

Triadic colors

1 #ADC8A3 and #A3ADC8 with #C8A3AD are triadic colors.

2 #ADA3C8 and #A3C8AD with #C8A3AD are triadic colors.