COLOR #C8AACB

HEX: #C8AACB
RGB: (200,170,203)

Color info

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

RGB color model

#C8AACB color RGB value is (200,170,203).

  • red value is 200;
  • green value is 170;
  • blue value is 203.
RGB:
(200,170,203)
(78%,67%,80%)

RGB channels and saturation

R 200 of 255 = 78%
G 170 of 255 = 67%
B 203 of 255 = 80%

200
170
203

R + G + B ~ 75%. #C8AACB is quite light color.

Portions of RGB colors in percentages

R + G + B =
200 + 170 + 203 = 573 (100%)
R 200 of 573 ~ 34.9%
G 170 of 573 ~ 29.67%
B 203 of 573 ~ 35.43%

%34.9
%29.67
%35.43

CMYK color model

#C8AACB color CMYK value is (1,16,0,20).

  • cyan value is 1.48%
  • magenta value is 16.26%
  • yellow value is 0.00%
  • key color value is 20.39%
CMYK:
(1,16,0,20)
C1M16Y0K20 
(1%,16%,0%,20%)
(0.01/0.16/0.00/0.20)	

CMYK percentages

%1.48
%16.26
%0
%20.39

Codes

Color #C8AACB in popluar color models

C8AACB
RGB200170203
HSL295°24.09%73.14%
HSB/HSV295°16.26%79.61%
CMYK1.48%16.26%0.00%
20.39%

Color #C8AACB in popluar number systems.

HEXC8AACB
Decimal200170203
Binary110010001010101011001011
Octal310252313

Shades and tints

Shades of #C8AACB

#C8AACB
(200,170,203)
#B69BB9
(182,155,185)
#A48CA7
(164,140,167)
#927D95
(146,125,149)
#806E83
(128,110,131)
#6E5F71
(110,95,113)
#5C505F
(92,80,95)
#4A414D
(74,65,77)
#38323B
(56,50,59)
#262329
(38,35,41)
#141417
(20,20,23)
#000000
(0,0,0)

Tints of #C8AACB

#C8AACB
(200,170,203)
#CDB1CF
(205,177,207)
#D2B8D3
(210,184,211)
#D7BFD7
(215,191,215)
#DCC6DB
(220,198,219)
#E1CDDF
(225,205,223)
#E6D4E3
(230,212,227)
#EBDBE7
(235,219,231)
#F0E2EB
(240,226,235)
#F5E9EF
(245,233,239)
#FAF0F3
(250,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C8AACB; }

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

This text font color is #C8AACB.


Background Color

.myBgColor { background-color: #C8AACB; }

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

This div background color is #C8AACB.


Border color

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

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

This div border color is #C8AACB.


Opacity

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

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

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

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

This text has shadow with #C8AACB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C8AACB on black background.


Color preview on white background

This text has color #C8AACB on white background.



Black color preview on #C8AACB background

This text has black color on #C8AACB background.


White color preview on #C8AACB background

This text has white color on #C8AACB background.