COLOR #C8A9BA

HEX: #C8A9BA
RGB: (200,169,186)

Color info

#C8A9BA contains red, green and blue colors in about the same proportion. Web safe color of #C8A9BA is #CC99CC (or #C9C).

RGB color model

#C8A9BA color RGB value is (200,169,186).

  • red value is 200;
  • green value is 169;
  • blue value is 186.
RGB:
(200,169,186)
(78%,66%,73%)

RGB channels and saturation

R 200 of 255 = 78%
G 169 of 255 = 66%
B 186 of 255 = 73%

200
169
186

R + G + B ~ 72%. #C8A9BA is quite light color.

Portions of RGB colors in percentages

R + G + B =
200 + 169 + 186 = 555 (100%)
R 200 of 555 ~ 36.04%
G 169 of 555 ~ 30.45%
B 186 of 555 ~ 33.51%

%36.04
%30.45
%33.51

CMYK color model

#C8A9BA color CMYK value is (0,16,7,22).

  • cyan value is 0.00%
  • magenta value is 15.50%
  • yellow value is 7.00%
  • key color value is 21.57%
CMYK:
(0,16,7,22)
C0M16Y7K22 
(0%,16%,7%,22%)
(0.00/0.16/0.07/0.22)	

CMYK percentages

%0
%15.5
%7
%21.57

Codes

Color #C8A9BA in popluar color models

C8A9BA
RGB200169186
HSL327°21.99%72.35%
HSB/HSV327°15.50%78.43%
CMYK0.00%15.50%7.00%
21.57%

Color #C8A9BA in popluar number systems.

HEXC8A9BA
Decimal200169186
Binary110010001010100110111010
Octal310251272

Shades and tints

Shades of #C8A9BA

#C8A9BA
(200,169,186)
#B69AAA
(182,154,170)
#A48B9A
(164,139,154)
#927C8A
(146,124,138)
#806D7A
(128,109,122)
#6E5E6A
(110,94,106)
#5C4F5A
(92,79,90)
#4A404A
(74,64,74)
#38313A
(56,49,58)
#26222A
(38,34,42)
#14131A
(20,19,26)
#000000
(0,0,0)

Tints of #C8A9BA

#C8A9BA
(200,169,186)
#CDB0C0
(205,176,192)
#D2B7C6
(210,183,198)
#D7BECC
(215,190,204)
#DCC5D2
(220,197,210)
#E1CCD8
(225,204,216)
#E6D3DE
(230,211,222)
#EBDAE4
(235,218,228)
#F0E1EA
(240,225,234)
#F5E8F0
(245,232,240)
#FAEFF6
(250,239,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C8A9BA color. Also use rgb(200,169,186) instead hex code.

Text Font Color

.myTextColor { color: #C8A9BA; }

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

This text font color is #C8A9BA.


Background Color

.myBgColor { background-color: #C8A9BA; }

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

This div background color is #C8A9BA.


Border color

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

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

This div border color is #C8A9BA.


Opacity

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

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

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

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

This text has shadow with #C8A9BA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C8A9BA on black background.


Color preview on white background

This text has color #C8A9BA on white background.



Black color preview on #C8A9BA background

This text has black color on #C8A9BA background.


White color preview on #C8A9BA background

This text has white color on #C8A9BA background.