COLOR #C0ADC2

HEX: #C0ADC2
RGB: (192,173,194)

Color info

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

RGB color model

#C0ADC2 color RGB value is (192,173,194).

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

RGB channels and saturation

R 192 of 255 = 75%
G 173 of 255 = 68%
B 194 of 255 = 76%

192
173
194

R + G + B ~ 73%. #C0ADC2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
192 + 173 + 194 = 559 (100%)
R 192 of 559 ~ 34.35%
G 173 of 559 ~ 30.95%
B 194 of 559 ~ 34.7%

%34.35
%30.95
%34.7

CMYK color model

#C0ADC2 color CMYK value is (1,11,0,24).

  • cyan value is 1.03%
  • magenta value is 10.82%
  • yellow value is 0.00%
  • key color value is 23.92%
CMYK:
(1,11,0,24)
C1M11Y0K24 
(1%,11%,0%,24%)
(0.01/0.11/0.00/0.24)	

CMYK percentages

%1.03
%10.82
%0
%23.92

Codes

Color #C0ADC2 in popluar color models

C0ADC2
RGB192173194
HSL294°14.69%71.96%
HSB/HSV294°10.82%76.08%
CMYK1.03%10.82%0.00%
23.92%

Color #C0ADC2 in popluar number systems.

HEXC0ADC2
Decimal192173194
Binary110000001010110111000010
Octal300255302

Shades and tints

Shades of #C0ADC2

#C0ADC2
(192,173,194)
#AF9EB1
(175,158,177)
#9E8FA0
(158,143,160)
#8D808F
(141,128,143)
#7C717E
(124,113,126)
#6B626D
(107,98,109)
#5A535C
(90,83,92)
#49444B
(73,68,75)
#38353A
(56,53,58)
#272629
(39,38,41)
#161718
(22,23,24)
#000000
(0,0,0)

Tints of #C0ADC2

#C0ADC2
(192,173,194)
#C5B4C7
(197,180,199)
#CABBCC
(202,187,204)
#CFC2D1
(207,194,209)
#D4C9D6
(212,201,214)
#D9D0DB
(217,208,219)
#DED7E0
(222,215,224)
#E3DEE5
(227,222,229)
#E8E5EA
(232,229,234)
#EDECEF
(237,236,239)
#F2F3F4
(242,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C0ADC2; }

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

This text font color is #C0ADC2.


Background Color

.myBgColor { background-color: #C0ADC2; }

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

This div background color is #C0ADC2.


Border color

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

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

This div border color is #C0ADC2.


Opacity

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

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

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

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

This text has shadow with #C0ADC2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C0ADC2 on black background.


Color preview on white background

This text has color #C0ADC2 on white background.



Black color preview on #C0ADC2 background

This text has black color on #C0ADC2 background.


White color preview on #C0ADC2 background

This text has white color on #C0ADC2 background.