COLOR #C8ADC3

HEX: #C8ADC3 RGB: (200,173,195)

Color info

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

RGB color model

#C8ADC3 color RGB value is (200,173,195).

RGB: (200,173,195) (78%, 68%, 76%)

RGB channels and saturation

R 200 of 255 = 78%
G 173 of 255 = 68%
B 195 of 255 = 76%

200
173
195

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

Portions of RGB colors in percentages

R + G + B = 200 + 173 + 195 = 568 (100%)
R 200 of 568 ~ 35.21%
G 173 of 568 ~ 30.46%
B 195 of 568 ~ 34.33'%

%35.21
%30.46
%34.33

CMYK color model

#C8ADC3 color CMYK value is (0,14,3,22).

  • cyan value is 0.00%
  • magenta value is 13.50%
  • yellow value is 2.50%
  • key color value is 21.57%

CMYK: (0,14,3,22)
C0M14Y3K22 (0%, 14%, 3%, 22%)
(0.00 / 0.14 / 0.03 / 0.22)

CMYK percentages

%0
%13.5
%2.5
%21.57

Codes

Color #C8ADC3 in popluar color models

C8 AD C3
RGB 200 173 195
HSL 311° 19.71% 73.14%
HSB/HSV 311° 13.50% 78.43%
CMYK 0.00% 13.50% 2.50%
21.57%

Color #C8ADC3 in popluar number systems.

HEX C8 AD C3
Decimal 200 173 195
Binary 11001000 10101101 11000011
Octal 310 255 303

Shades and tints

Shades of #C8ADC3

#C8ADC3
(200,173,195)
#B69EB2
(182,158,178)
#A48FA1
(164,143,161)
#928090
(146,128,144)
#80717F
(128,113,127)
#6E626E
(110,98,110)
#5C535D
(92,83,93)
#4A444C
(74,68,76)
#38353B
(56,53,59)
#26262A
(38,38,42)
#141719
(20,23,25)
#000000
(0,0,0)

Tints of #C8ADC3

#C8ADC3
(200,173,195)
#CDB4C8
(205,180,200)
#D2BBCD
(210,187,205)
#D7C2D2
(215,194,210)
#DCC9D7
(220,201,215)
#E1D0DC
(225,208,220)
#E6D7E1
(230,215,225)
#EBDEE6
(235,222,230)
#F0E5EB
(240,229,235)
#F5ECF0
(245,236,240)
#FAF3F5
(250,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C8ADC3; }

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

This text font color is #C8ADC3.

Background Color

.myBgColor { background-color: #C8ADC3; }

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

This div background color is #C8ADC3.

Border color

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

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

This div border color is #C8ADC3.

Opacity

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

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

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

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

This text has shadow with #C8ADC3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C8ADC3.

Preview

Color preview on black background

This text has color #C8ADC3 on black background.


Color preview on white background

This text has color #C8ADC3 on white background.


Black color preview on #C8ADC3 background

This text has black color on #C8ADC3 background.


White color preview on #C8ADC3 background

This text has white color on #C8ADC3 background.


Related colors

Complementary color

Complementary color for #hex is #37523C.


I love getcolorcode.com

Triadic colors

1 #C3C8AD and #ADC3C8 with #C8ADC3 are triadic colors.

2 #C3ADC8 and #ADC8C3 with #C8ADC3 are triadic colors.