COLOR #C0ADD2

HEX: #C0ADD2
RGB: (192,173,210)

Color info

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

RGB color model

#C0ADD2 color RGB value is (192,173,210).

  • red value is 192;
  • green value is 173;
  • blue value is 210.
RGB:
(192,173,210)
(75%,68%,82%)

RGB channels and saturation

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

192
173
210

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

Portions of RGB colors in percentages

R + G + B =
192 + 173 + 210 = 575 (100%)
R 192 of 575 ~ 33.39%
G 173 of 575 ~ 30.09%
B 210 of 575 ~ 36.52%

%33.39
%30.09
%36.52

CMYK color model

#C0ADD2 color CMYK value is (9,18,0,18).

  • cyan value is 8.57%
  • magenta value is 17.62%
  • yellow value is 0.00%
  • key color value is 17.65%
CMYK:
(9,18,0,18)
C9M18Y0K18 
(9%,18%,0%,18%)
(0.09/0.18/0.00/0.18)	

CMYK percentages

%8.57
%17.62
%0
%17.65

Codes

Color #C0ADD2 in popluar color models

C0ADD2
RGB192173210
HSL271°29.13%75.10%
HSB/HSV271°17.62%82.35%
CMYK8.57%17.62%0.00%
17.65%

Color #C0ADD2 in popluar number systems.

HEXC0ADD2
Decimal192173210
Binary110000001010110111010010
Octal300255322

Shades and tints

Shades of #C0ADD2

#C0ADD2
(192,173,210)
#AF9EBF
(175,158,191)
#9E8FAC
(158,143,172)
#8D8099
(141,128,153)
#7C7186
(124,113,134)
#6B6273
(107,98,115)
#5A5360
(90,83,96)
#49444D
(73,68,77)
#38353A
(56,53,58)
#272627
(39,38,39)
#161714
(22,23,20)
#000000
(0,0,0)

Tints of #C0ADD2

#C0ADD2
(192,173,210)
#C5B4D6
(197,180,214)
#CABBDA
(202,187,218)
#CFC2DE
(207,194,222)
#D4C9E2
(212,201,226)
#D9D0E6
(217,208,230)
#DED7EA
(222,215,234)
#E3DEEE
(227,222,238)
#E8E5F2
(232,229,242)
#EDECF6
(237,236,246)
#F2F3FA
(242,243,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C0ADD2; }

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

This text font color is #C0ADD2.


Background Color

.myBgColor { background-color: #C0ADD2; }

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

This div background color is #C0ADD2.


Border color

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

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

This div border color is #C0ADD2.


Opacity

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

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

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

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

This text has shadow with #C0ADD2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C0ADD2 on black background.


Color preview on white background

This text has color #C0ADD2 on white background.



Black color preview on #C0ADD2 background

This text has black color on #C0ADD2 background.


White color preview on #C0ADD2 background

This text has white color on #C0ADD2 background.