COLOR #C0ADD1

HEX: #C0ADD1 RGB: (192,173,209)

Color info

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

RGB color model

#C0ADD1 color RGB value is (192,173,209).

RGB: (192,173,209) (75%, 68%, 82%)

RGB channels and saturation

R 192 of 255 = 75%
G 173 of 255 = 68%
B 209 of 255 = 82%

192
173
209

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

Portions of RGB colors in percentages

R + G + B = 192 + 173 + 209 = 574 (100%)
R 192 of 574 ~ 33.45%
G 173 of 574 ~ 30.14%
B 209 of 574 ~ 36.41'%

%33.45
%30.14
%36.41

CMYK color model

#C0ADD1 color CMYK value is (8,17,0,18).

  • cyan value is 8.13%
  • magenta value is 17.22%
  • yellow value is 0.00%
  • key color value is 18.04%

CMYK: (8,17,0,18)
C8M17Y0K18 (8%, 17%, 0%, 18%)
(0.08 / 0.17 / 0.00 / 0.18)

CMYK percentages

%8.13
%17.22
%0
%18.04

Codes

Color #C0ADD1 in popluar color models

C0 AD D1
RGB 192 173 209
HSL 272° 28.13% 74.90%
HSB/HSV 272° 17.22% 81.96%
CMYK 8.13% 17.22% 0.00%
18.04%

Color #C0ADD1 in popluar number systems.

HEX C0 AD D1
Decimal 192 173 209
Binary 11000000 10101101 11010001
Octal 300 255 321

Shades and tints

Shades of #C0ADD1

#C0ADD1
(192,173,209)
#AF9EBE
(175,158,190)
#9E8FAB
(158,143,171)
#8D8098
(141,128,152)
#7C7185
(124,113,133)
#6B6272
(107,98,114)
#5A535F
(90,83,95)
#49444C
(73,68,76)
#383539
(56,53,57)
#272626
(39,38,38)
#161713
(22,23,19)
#000000
(0,0,0)

Tints of #C0ADD1

#C0ADD1
(192,173,209)
#C5B4D5
(197,180,213)
#CABBD9
(202,187,217)
#CFC2DD
(207,194,221)
#D4C9E1
(212,201,225)
#D9D0E5
(217,208,229)
#DED7E9
(222,215,233)
#E3DEED
(227,222,237)
#E8E5F1
(232,229,241)
#EDECF5
(237,236,245)
#F2F3F9
(242,243,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C0ADD1; }

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

This text font color is #C0ADD1.

Background Color

.myBgColor { background-color: #C0ADD1; }

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

This div background color is #C0ADD1.

Border color

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

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

This div border color is #C0ADD1.

Opacity

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

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

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

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

This text has shadow with #C0ADD1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C0ADD1.

Preview

Color preview on black background

This text has color #C0ADD1 on black background.


Color preview on white background

This text has color #C0ADD1 on white background.


Black color preview on #C0ADD1 background

This text has black color on #C0ADD1 background.


White color preview on #C0ADD1 background

This text has white color on #C0ADD1 background.


Related colors

Complementary color

Complementary color for #hex is #3F522E.


I love getcolorcode.com

Triadic colors

1 #D1C0AD and #ADD1C0 with #C0ADD1 are triadic colors.

2 #D1ADC0 and #ADC0D1 with #C0ADD1 are triadic colors.