COLOR #C0ADCA

HEX: #C0ADCA RGB: (192,173,202)

Color info

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

RGB color model

#C0ADCA color RGB value is (192,173,202).

RGB: (192,173,202) (75%, 68%, 79%)

RGB channels and saturation

R 192 of 255 = 75%
G 173 of 255 = 68%
B 202 of 255 = 79%

192
173
202

R + G + B ~ 74%. #C0ADCA is quite light color.

Portions of RGB colors in percentages

R + G + B = 192 + 173 + 202 = 567 (100%)
R 192 of 567 ~ 33.86%
G 173 of 567 ~ 30.51%
B 202 of 567 ~ 35.63'%

%33.86
%30.51
%35.63

CMYK color model

#C0ADCA color CMYK value is (5,14,0,21).

  • cyan value is 4.95%
  • magenta value is 14.36%
  • yellow value is 0.00%
  • key color value is 20.78%
CMYK: (5,14,0,21) C5M14Y0K21 (5%,14%,0%,21%) (0.05/0.14/0.00/0.21) 

CMYK percentages

%4.95
%14.36
%0
%20.78

Codes

Color #C0ADCA in popluar color models

C0 AD CA
RGB 192 173 202
HSL 279° 21.48% 73.53%
HSB/HSV 279° 14.36% 79.22%
CMYK 4.95% 14.36% 0.00%
20.78%

Color #C0ADCA in popluar number systems.

HEX C0 AD CA
Decimal 192 173 202
Binary 11000000 10101101 11001010
Octal 300 255 312

Shades and tints

Shades of #C0ADCA

#C0ADCA
(192,173,202)
#AF9EB8
(175,158,184)
#9E8FA6
(158,143,166)
#8D8094
(141,128,148)
#7C7182
(124,113,130)
#6B6270
(107,98,112)
#5A535E
(90,83,94)
#49444C
(73,68,76)
#38353A
(56,53,58)
#272628
(39,38,40)
#161716
(22,23,22)
#000000
(0,0,0)

Tints of #C0ADCA

#C0ADCA
(192,173,202)
#C5B4CE
(197,180,206)
#CABBD2
(202,187,210)
#CFC2D6
(207,194,214)
#D4C9DA
(212,201,218)
#D9D0DE
(217,208,222)
#DED7E2
(222,215,226)
#E3DEE6
(227,222,230)
#E8E5EA
(232,229,234)
#EDECEE
(237,236,238)
#F2F3F2
(242,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C0ADCA; }

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

This text font color is #C0ADCA.

Background Color

.myBgColor { background-color: #C0ADCA; }

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

This div background color is #C0ADCA.

Border color

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

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

This div border color is #C0ADCA.

Opacity

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

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

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

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

This text has shadow with #C0ADCA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C0ADCA.

Preview

Color preview on black background

This text has color #C0ADCA on black background.


Color preview on white background

This text has color #C0ADCA on white background.


Black color preview on #C0ADCA background

This text has black color on #C0ADCA background.


White color preview on #C0ADCA background

This text has white color on #C0ADCA background.


Related colors

Complementary color

Complementary color for #hex is #3F5235.


I love getcolorcode.com

Triadic colors

1 #CAC0AD and #ADCAC0 with #C0ADCA are triadic colors.

2 #CAADC0 and #ADC0CA with #C0ADCA are triadic colors.