COLOR #C8AAAD

HEX: #C8AAAD RGB: (200,170,173)

Color info

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

RGB color model

#C8AAAD color RGB value is (200,170,173).

RGB: (200,170,173) (78%, 67%, 68%)

RGB channels and saturation

R 200 of 255 = 78%
G 170 of 255 = 67%
B 173 of 255 = 68%

200
170
173

R + G + B ~ 71%. #C8AAAD is quite light color.

Portions of RGB colors in percentages

R + G + B = 200 + 170 + 173 = 543 (100%)
R 200 of 543 ~ 36.83%
G 170 of 543 ~ 31.31%
B 173 of 543 ~ 31.86'%

%36.83
%31.31
%31.86

CMYK color model

#C8AAAD color CMYK value is (0,15,14,22).

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

CMYK: (0,15,14,22)
C0M15Y14K22 (0%, 15%, 14%, 22%)
(0.00 / 0.15 / 0.14 / 0.22)

CMYK percentages

%0
%15
%13.5
%21.57

Codes

Color #C8AAAD in popluar color models

C8 AA AD
RGB 200 170 173
HSL 354° 21.43% 72.55%
HSB/HSV 354° 15.00% 78.43%
CMYK 0.00% 15.00% 13.50%
21.57%

Color #C8AAAD in popluar number systems.

HEX C8 AA AD
Decimal 200 170 173
Binary 11001000 10101010 10101101
Octal 310 252 255

Shades and tints

Shades of #C8AAAD

#C8AAAD
(200,170,173)
#B69B9E
(182,155,158)
#A48C8F
(164,140,143)
#927D80
(146,125,128)
#806E71
(128,110,113)
#6E5F62
(110,95,98)
#5C5053
(92,80,83)
#4A4144
(74,65,68)
#383235
(56,50,53)
#262326
(38,35,38)
#141417
(20,20,23)
#000000
(0,0,0)

Tints of #C8AAAD

#C8AAAD
(200,170,173)
#CDB1B4
(205,177,180)
#D2B8BB
(210,184,187)
#D7BFC2
(215,191,194)
#DCC6C9
(220,198,201)
#E1CDD0
(225,205,208)
#E6D4D7
(230,212,215)
#EBDBDE
(235,219,222)
#F0E2E5
(240,226,229)
#F5E9EC
(245,233,236)
#FAF0F3
(250,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C8AAAD; }

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

This text font color is #C8AAAD.

Background Color

.myBgColor { background-color: #C8AAAD; }

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

This div background color is #C8AAAD.

Border color

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

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

This div border color is #C8AAAD.

Opacity

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

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

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

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

This text has shadow with #C8AAAD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C8AAAD.

Preview

Color preview on black background

This text has color #C8AAAD on black background.


Color preview on white background

This text has color #C8AAAD on white background.


Black color preview on #C8AAAD background

This text has black color on #C8AAAD background.


White color preview on #C8AAAD background

This text has white color on #C8AAAD background.


Related colors

Complementary color

Complementary color for #hex is #375552.


I love getcolorcode.com

Triadic colors

1 #ADC8AA and #AAADC8 with #C8AAAD are triadic colors.

2 #ADAAC8 and #AAC8AD with #C8AAAD are triadic colors.