COLOR #C8A4AB

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

Color info

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

RGB color model

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

RGB: (200,164,171) (78%, 64%, 67%)

RGB channels and saturation

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

200
164
171

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

Portions of RGB colors in percentages

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

%37.38
%30.65
%31.96

CMYK color model

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

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

CMYK percentages

%0
%18
%14.5
%21.57

Codes

Color #C8A4AB in popluar color models

C8 A4 AB
RGB 200 164 171
HSL 348° 24.66% 71.37%
HSB/HSV 348° 18.00% 78.43%
CMYK 0.00% 18.00% 14.50%
21.57%

Color #C8A4AB in popluar number systems.

HEX C8 A4 AB
Decimal 200 164 171
Binary 11001000 10100100 10101011
Octal 310 244 253

Shades and tints

Shades of #C8A4AB

#C8A4AB
(200,164,171)
#B6969C
(182,150,156)
#A4888D
(164,136,141)
#927A7E
(146,122,126)
#806C6F
(128,108,111)
#6E5E60
(110,94,96)
#5C5051
(92,80,81)
#4A4242
(74,66,66)
#383433
(56,52,51)
#262624
(38,38,36)
#141815
(20,24,21)
#000000
(0,0,0)

Tints of #C8A4AB

#C8A4AB
(200,164,171)
#CDACB2
(205,172,178)
#D2B4B9
(210,180,185)
#D7BCC0
(215,188,192)
#DCC4C7
(220,196,199)
#E1CCCE
(225,204,206)
#E6D4D5
(230,212,213)
#EBDCDC
(235,220,220)
#F0E4E3
(240,228,227)
#F5ECEA
(245,236,234)
#FAF4F1
(250,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C8A4AB; }

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

This text font color is #C8A4AB.

Background Color

.myBgColor { background-color: #C8A4AB; }

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

This div background color is #C8A4AB.

Border color

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

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

This div border color is #C8A4AB.

Opacity

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

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

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

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

This text has shadow with #C8A4AB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C8A4AB.

Preview

Color preview on black background

This text has color #C8A4AB on black background.


Color preview on white background

This text has color #C8A4AB on white background.


Black color preview on #C8A4AB background

This text has black color on #C8A4AB background.


White color preview on #C8A4AB background

This text has white color on #C8A4AB background.


Related colors

Complementary color

Complementary color for #hex is #375B54.


I love getcolorcode.com

Triadic colors

1 #ABC8A4 and #A4ABC8 with #C8A4AB are triadic colors.

2 #ABA4C8 and #A4C8AB with #C8A4AB are triadic colors.