COLOR #C8ADC0

HEX: #C8ADC0
RGB: (200,173,192)

Color info

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

RGB color model

#C8ADC0 color RGB value is (200,173,192).

  • red value is 200;
  • green value is 173;
  • blue value is 192.
RGB:
(200,173,192)
(78%,68%,75%)

RGB channels and saturation

R 200 of 255 = 78%
G 173 of 255 = 68%
B 192 of 255 = 75%

200
173
192

R + G + B ~ 74%. #C8ADC0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
200 + 173 + 192 = 565 (100%)
R 200 of 565 ~ 35.4%
G 173 of 565 ~ 30.62%
B 192 of 565 ~ 33.98%

%35.4
%30.62
%33.98

CMYK color model

#C8ADC0 color CMYK value is (0,14,4,22).

  • cyan value is 0.00%
  • magenta value is 13.50%
  • yellow value is 4.00%
  • key color value is 21.57%
CMYK:
(0,14,4,22)
C0M14Y4K22 
(0%,14%,4%,22%)
(0.00/0.14/0.04/0.22)	

CMYK percentages

%0
%13.5
%4
%21.57

Codes

Color #C8ADC0 in popluar color models

C8ADC0
RGB200173192
HSL318°19.71%73.14%
HSB/HSV318°13.50%78.43%
CMYK0.00%13.50%4.00%
21.57%

Color #C8ADC0 in popluar number systems.

HEXC8ADC0
Decimal200173192
Binary110010001010110111000000
Octal310255300

Shades and tints

Shades of #C8ADC0

#C8ADC0
(200,173,192)
#B69EAF
(182,158,175)
#A48F9E
(164,143,158)
#92808D
(146,128,141)
#80717C
(128,113,124)
#6E626B
(110,98,107)
#5C535A
(92,83,90)
#4A4449
(74,68,73)
#383538
(56,53,56)
#262627
(38,38,39)
#141716
(20,23,22)
#000000
(0,0,0)

Tints of #C8ADC0

#C8ADC0
(200,173,192)
#CDB4C5
(205,180,197)
#D2BBCA
(210,187,202)
#D7C2CF
(215,194,207)
#DCC9D4
(220,201,212)
#E1D0D9
(225,208,217)
#E6D7DE
(230,215,222)
#EBDEE3
(235,222,227)
#F0E5E8
(240,229,232)
#F5ECED
(245,236,237)
#FAF3F2
(250,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C8ADC0; }

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

This text font color is #C8ADC0.


Background Color

.myBgColor { background-color: #C8ADC0; }

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

This div background color is #C8ADC0.


Border color

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

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

This div border color is #C8ADC0.


Opacity

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

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

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

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

This text has shadow with #C8ADC0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C8ADC0 on black background.


Color preview on white background

This text has color #C8ADC0 on white background.



Black color preview on #C8ADC0 background

This text has black color on #C8ADC0 background.


White color preview on #C8ADC0 background

This text has white color on #C8ADC0 background.