COLOR #C8ACCB

HEX: #C8ACCB
RGB: (200,172,203)

Color info

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

RGB color model

#C8ACCB color RGB value is (200,172,203).

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

RGB channels and saturation

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

200
172
203

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

Portions of RGB colors in percentages

R + G + B =
200 + 172 + 203 = 575 (100%)
R 200 of 575 ~ 34.78%
G 172 of 575 ~ 29.91%
B 203 of 575 ~ 35.3%

%34.78
%29.91
%35.3

CMYK color model

#C8ACCB color CMYK value is (1,15,0,20).

  • cyan value is 1.48%
  • magenta value is 15.27%
  • yellow value is 0.00%
  • key color value is 20.39%
CMYK:
(1,15,0,20)
C1M15Y0K20 
(1%,15%,0%,20%)
(0.01/0.15/0.00/0.20)	

CMYK percentages

%1.48
%15.27
%0
%20.39

Codes

Color #C8ACCB in popluar color models

C8ACCB
RGB200172203
HSL294°22.96%73.53%
HSB/HSV294°15.27%79.61%
CMYK1.48%15.27%0.00%
20.39%

Color #C8ACCB in popluar number systems.

HEXC8ACCB
Decimal200172203
Binary110010001010110011001011
Octal310254313

Shades and tints

Shades of #C8ACCB

#C8ACCB
(200,172,203)
#B69DB9
(182,157,185)
#A48EA7
(164,142,167)
#927F95
(146,127,149)
#807083
(128,112,131)
#6E6171
(110,97,113)
#5C525F
(92,82,95)
#4A434D
(74,67,77)
#38343B
(56,52,59)
#262529
(38,37,41)
#141617
(20,22,23)
#000000
(0,0,0)

Tints of #C8ACCB

#C8ACCB
(200,172,203)
#CDB3CF
(205,179,207)
#D2BAD3
(210,186,211)
#D7C1D7
(215,193,215)
#DCC8DB
(220,200,219)
#E1CFDF
(225,207,223)
#E6D6E3
(230,214,227)
#EBDDE7
(235,221,231)
#F0E4EB
(240,228,235)
#F5EBEF
(245,235,239)
#FAF2F3
(250,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C8ACCB; }

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

This text font color is #C8ACCB.


Background Color

.myBgColor { background-color: #C8ACCB; }

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

This div background color is #C8ACCB.


Border color

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

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

This div border color is #C8ACCB.


Opacity

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

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

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

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

This text has shadow with #C8ACCB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C8ACCB on black background.


Color preview on white background

This text has color #C8ACCB on white background.



Black color preview on #C8ACCB background

This text has black color on #C8ACCB background.


White color preview on #C8ACCB background

This text has white color on #C8ACCB background.