COLOR #C8ADCC

HEX: #C8ADCC
RGB: (200,173,204)

Color info

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

RGB color model

#C8ADCC color RGB value is (200,173,204).

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

RGB channels and saturation

R 200 of 255 = 78%
G 173 of 255 = 68%
B 204 of 255 = 80%

200
173
204

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

Portions of RGB colors in percentages

R + G + B =
200 + 173 + 204 = 577 (100%)
R 200 of 577 ~ 34.66%
G 173 of 577 ~ 29.98%
B 204 of 577 ~ 35.36%

%34.66
%29.98
%35.36

CMYK color model

#C8ADCC color CMYK value is (2,15,0,20).

  • cyan value is 1.96%
  • magenta value is 15.20%
  • yellow value is 0.00%
  • key color value is 20.00%
CMYK:
(2,15,0,20)
C2M15Y0K20 
(2%,15%,0%,20%)
(0.02/0.15/0.00/0.20)	

CMYK percentages

%1.96
%15.2
%0
%20

Codes

Color #C8ADCC in popluar color models

C8ADCC
RGB200173204
HSL292°23.31%73.92%
HSB/HSV292°15.20%80.00%
CMYK1.96%15.20%0.00%
20.00%

Color #C8ADCC in popluar number systems.

HEXC8ADCC
Decimal200173204
Binary110010001010110111001100
Octal310255314

Shades and tints

Shades of #C8ADCC

#C8ADCC
(200,173,204)
#B69EBA
(182,158,186)
#A48FA8
(164,143,168)
#928096
(146,128,150)
#807184
(128,113,132)
#6E6272
(110,98,114)
#5C5360
(92,83,96)
#4A444E
(74,68,78)
#38353C
(56,53,60)
#26262A
(38,38,42)
#141718
(20,23,24)
#000000
(0,0,0)

Tints of #C8ADCC

#C8ADCC
(200,173,204)
#CDB4D0
(205,180,208)
#D2BBD4
(210,187,212)
#D7C2D8
(215,194,216)
#DCC9DC
(220,201,220)
#E1D0E0
(225,208,224)
#E6D7E4
(230,215,228)
#EBDEE8
(235,222,232)
#F0E5EC
(240,229,236)
#F5ECF0
(245,236,240)
#FAF3F4
(250,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C8ADCC; }

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

This text font color is #C8ADCC.


Background Color

.myBgColor { background-color: #C8ADCC; }

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

This div background color is #C8ADCC.


Border color

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

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

This div border color is #C8ADCC.


Opacity

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

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

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

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

This text has shadow with #C8ADCC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C8ADCC on black background.


Color preview on white background

This text has color #C8ADCC on white background.



Black color preview on #C8ADCC background

This text has black color on #C8ADCC background.


White color preview on #C8ADCC background

This text has white color on #C8ADCC background.