COLOR #C0ADD6

HEX: #C0ADD6
RGB: (192,173,214)

Color info

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

RGB color model

#C0ADD6 color RGB value is (192,173,214).

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

RGB channels and saturation

R 192 of 255 = 75%
G 173 of 255 = 68%
B 214 of 255 = 84%

192
173
214

R + G + B ~ 76%. #C0ADD6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
192 + 173 + 214 = 579 (100%)
R 192 of 579 ~ 33.16%
G 173 of 579 ~ 29.88%
B 214 of 579 ~ 36.96%

%33.16
%29.88
%36.96

CMYK color model

#C0ADD6 color CMYK value is (10,19,0,16).

  • cyan value is 10.28%
  • magenta value is 19.16%
  • yellow value is 0.00%
  • key color value is 16.08%
CMYK:
(10,19,0,16)
C10M19Y0K16 
(10%,19%,0%,16%)
(0.10/0.19/0.00/0.16)	

CMYK percentages

%10.28
%19.16
%0
%16.08

Codes

Color #C0ADD6 in popluar color models

C0ADD6
RGB192173214
HSL268°33.33%75.88%
HSB/HSV268°19.16%83.92%
CMYK10.28%19.16%0.00%
16.08%

Color #C0ADD6 in popluar number systems.

HEXC0ADD6
Decimal192173214
Binary110000001010110111010110
Octal300255326

Shades and tints

Shades of #C0ADD6

#C0ADD6
(192,173,214)
#AF9EC3
(175,158,195)
#9E8FB0
(158,143,176)
#8D809D
(141,128,157)
#7C718A
(124,113,138)
#6B6277
(107,98,119)
#5A5364
(90,83,100)
#494451
(73,68,81)
#38353E
(56,53,62)
#27262B
(39,38,43)
#161718
(22,23,24)
#000000
(0,0,0)

Tints of #C0ADD6

#C0ADD6
(192,173,214)
#C5B4D9
(197,180,217)
#CABBDC
(202,187,220)
#CFC2DF
(207,194,223)
#D4C9E2
(212,201,226)
#D9D0E5
(217,208,229)
#DED7E8
(222,215,232)
#E3DEEB
(227,222,235)
#E8E5EE
(232,229,238)
#EDECF1
(237,236,241)
#F2F3F4
(242,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C0ADD6; }

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

This text font color is #C0ADD6.


Background Color

.myBgColor { background-color: #C0ADD6; }

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

This div background color is #C0ADD6.


Border color

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

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

This div border color is #C0ADD6.


Opacity

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

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

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

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

This text has shadow with #C0ADD6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C0ADD6 on black background.


Color preview on white background

This text has color #C0ADD6 on white background.



Black color preview on #C0ADD6 background

This text has black color on #C0ADD6 background.


White color preview on #C0ADD6 background

This text has white color on #C0ADD6 background.