COLOR #C8ADC6

HEX: #C8ADC6
RGB: (200,173,198)

Color info

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

RGB color model

#C8ADC6 color RGB value is (200,173,198).

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

RGB channels and saturation

R 200 of 255 = 78%
G 173 of 255 = 68%
B 198 of 255 = 78%

200
173
198

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

Portions of RGB colors in percentages

R + G + B =
200 + 173 + 198 = 571 (100%)
R 200 of 571 ~ 35.03%
G 173 of 571 ~ 30.3%
B 198 of 571 ~ 34.68%

%35.03
%30.3
%34.68

CMYK color model

#C8ADC6 color CMYK value is (0,14,1,22).

  • cyan value is 0.00%
  • magenta value is 13.50%
  • yellow value is 1.00%
  • key color value is 21.57%
CMYK:
(0,14,1,22)
C0M14Y1K22 
(0%,14%,1%,22%)
(0.00/0.14/0.01/0.22)	

CMYK percentages

%0
%13.5
%1
%21.57

Codes

Color #C8ADC6 in popluar color models

C8ADC6
RGB200173198
HSL304°19.71%73.14%
HSB/HSV304°13.50%78.43%
CMYK0.00%13.50%1.00%
21.57%

Color #C8ADC6 in popluar number systems.

HEXC8ADC6
Decimal200173198
Binary110010001010110111000110
Octal310255306

Shades and tints

Shades of #C8ADC6

#C8ADC6
(200,173,198)
#B69EB4
(182,158,180)
#A48FA2
(164,143,162)
#928090
(146,128,144)
#80717E
(128,113,126)
#6E626C
(110,98,108)
#5C535A
(92,83,90)
#4A4448
(74,68,72)
#383536
(56,53,54)
#262624
(38,38,36)
#141712
(20,23,18)
#000000
(0,0,0)

Tints of #C8ADC6

#C8ADC6
(200,173,198)
#CDB4CB
(205,180,203)
#D2BBD0
(210,187,208)
#D7C2D5
(215,194,213)
#DCC9DA
(220,201,218)
#E1D0DF
(225,208,223)
#E6D7E4
(230,215,228)
#EBDEE9
(235,222,233)
#F0E5EE
(240,229,238)
#F5ECF3
(245,236,243)
#FAF3F8
(250,243,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C8ADC6; }

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

This text font color is #C8ADC6.


Background Color

.myBgColor { background-color: #C8ADC6; }

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

This div background color is #C8ADC6.


Border color

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

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

This div border color is #C8ADC6.


Opacity

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

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

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

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

This text has shadow with #C8ADC6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C8ADC6 on black background.


Color preview on white background

This text has color #C8ADC6 on white background.



Black color preview on #C8ADC6 background

This text has black color on #C8ADC6 background.


White color preview on #C8ADC6 background

This text has white color on #C8ADC6 background.