COLOR #C8ADD5

HEX: #C8ADD5 RGB: (200,173,213)

Color info

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

RGB color model

#C8ADD5 color RGB value is (200,173,213).

RGB: (200,173,213) (78%, 68%, 84%)

RGB channels and saturation

R 200 of 255 = 78%
G 173 of 255 = 68%
B 213 of 255 = 84%

200
173
213

R + G + B ~ 77%. #C8ADD5 is quite light color.

Portions of RGB colors in percentages

R + G + B = 200 + 173 + 213 = 586 (100%)
R 200 of 586 ~ 34.13%
G 173 of 586 ~ 29.52%
B 213 of 586 ~ 36.35'%

%34.13
%29.52
%36.35

CMYK color model

#C8ADD5 color CMYK value is (6,19,0,16).

  • cyan value is 6.10%
  • magenta value is 18.78%
  • yellow value is 0.00%
  • key color value is 16.47%

CMYK: (6,19,0,16)
C6M19Y0K16 (6%, 19%, 0%, 16%)
(0.06 / 0.19 / 0.00 / 0.16)

CMYK percentages

%6.1
%18.78
%0
%16.47

Codes

Color #C8ADD5 in popluar color models

C8 AD D5
RGB 200 173 213
HSL 281° 32.26% 75.69%
HSB/HSV 281° 18.78% 83.53%
CMYK 6.10% 18.78% 0.00%
16.47%

Color #C8ADD5 in popluar number systems.

HEX C8 AD D5
Decimal 200 173 213
Binary 11001000 10101101 11010101
Octal 310 255 325

Shades and tints

Shades of #C8ADD5

#C8ADD5
(200,173,213)
#B69EC2
(182,158,194)
#A48FAF
(164,143,175)
#92809C
(146,128,156)
#807189
(128,113,137)
#6E6276
(110,98,118)
#5C5363
(92,83,99)
#4A4450
(74,68,80)
#38353D
(56,53,61)
#26262A
(38,38,42)
#141717
(20,23,23)
#000000
(0,0,0)

Tints of #C8ADD5

#C8ADD5
(200,173,213)
#CDB4D8
(205,180,216)
#D2BBDB
(210,187,219)
#D7C2DE
(215,194,222)
#DCC9E1
(220,201,225)
#E1D0E4
(225,208,228)
#E6D7E7
(230,215,231)
#EBDEEA
(235,222,234)
#F0E5ED
(240,229,237)
#F5ECF0
(245,236,240)
#FAF3F3
(250,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C8ADD5; }

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

This text font color is #C8ADD5.

Background Color

.myBgColor { background-color: #C8ADD5; }

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

This div background color is #C8ADD5.

Border color

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

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

This div border color is #C8ADD5.

Opacity

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

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

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

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

This text has shadow with #C8ADD5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C8ADD5.

Preview

Color preview on black background

This text has color #C8ADD5 on black background.


Color preview on white background

This text has color #C8ADD5 on white background.


Black color preview on #C8ADD5 background

This text has black color on #C8ADD5 background.


White color preview on #C8ADD5 background

This text has white color on #C8ADD5 background.


Related colors

Complementary color

Complementary color for #hex is #37522A.


I love getcolorcode.com

Triadic colors

1 #D5C8AD and #ADD5C8 with #C8ADD5 are triadic colors.

2 #D5ADC8 and #ADC8D5 with #C8ADD5 are triadic colors.