COLOR #C0ADCE

HEX: #C0ADCE
RGB: (192,173,206)

Color info

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

RGB color model

#C0ADCE color RGB value is (192,173,206).

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

RGB channels and saturation

R 192 of 255 = 75%
G 173 of 255 = 68%
B 206 of 255 = 81%

192
173
206

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

Portions of RGB colors in percentages

R + G + B =
192 + 173 + 206 = 571 (100%)
R 192 of 571 ~ 33.63%
G 173 of 571 ~ 30.3%
B 206 of 571 ~ 36.08%

%33.63
%30.3
%36.08

CMYK color model

#C0ADCE color CMYK value is (7,16,0,19).

  • cyan value is 6.80%
  • magenta value is 16.02%
  • yellow value is 0.00%
  • key color value is 19.22%
CMYK:
(7,16,0,19)
C7M16Y0K19 
(7%,16%,0%,19%)
(0.07/0.16/0.00/0.19)	

CMYK percentages

%6.8
%16.02
%0
%19.22

Codes

Color #C0ADCE in popluar color models

C0ADCE
RGB192173206
HSL275°25.19%74.31%
HSB/HSV275°16.02%80.78%
CMYK6.80%16.02%0.00%
19.22%

Color #C0ADCE in popluar number systems.

HEXC0ADCE
Decimal192173206
Binary110000001010110111001110
Octal300255316

Shades and tints

Shades of #C0ADCE

#C0ADCE
(192,173,206)
#AF9EBC
(175,158,188)
#9E8FAA
(158,143,170)
#8D8098
(141,128,152)
#7C7186
(124,113,134)
#6B6274
(107,98,116)
#5A5362
(90,83,98)
#494450
(73,68,80)
#38353E
(56,53,62)
#27262C
(39,38,44)
#16171A
(22,23,26)
#000000
(0,0,0)

Tints of #C0ADCE

#C0ADCE
(192,173,206)
#C5B4D2
(197,180,210)
#CABBD6
(202,187,214)
#CFC2DA
(207,194,218)
#D4C9DE
(212,201,222)
#D9D0E2
(217,208,226)
#DED7E6
(222,215,230)
#E3DEEA
(227,222,234)
#E8E5EE
(232,229,238)
#EDECF2
(237,236,242)
#F2F3F6
(242,243,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C0ADCE; }

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

This text font color is #C0ADCE.


Background Color

.myBgColor { background-color: #C0ADCE; }

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

This div background color is #C0ADCE.


Border color

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

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

This div border color is #C0ADCE.


Opacity

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

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

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

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

This text has shadow with #C0ADCE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C0ADCE on black background.


Color preview on white background

This text has color #C0ADCE on white background.



Black color preview on #C0ADCE background

This text has black color on #C0ADCE background.


White color preview on #C0ADCE background

This text has white color on #C0ADCE background.