COLOR #C2ADCC

HEX: #C2ADCC RGB: (194,173,204)

Color info

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

RGB color model

#C2ADCC color RGB value is (194,173,204).

RGB: (194,173,204) (76%, 68%, 80%)

RGB channels and saturation

R 194 of 255 = 76%
G 173 of 255 = 68%
B 204 of 255 = 80%

194
173
204

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

Portions of RGB colors in percentages

R + G + B = 194 + 173 + 204 = 571 (100%)
R 194 of 571 ~ 33.98%
G 173 of 571 ~ 30.3%
B 204 of 571 ~ 35.73'%

%33.98
%30.3
%35.73

CMYK color model

#C2ADCC color CMYK value is (5,15,0,20).

  • cyan value is 4.90%
  • magenta value is 15.20%
  • yellow value is 0.00%
  • key color value is 20.00%
CMYK: (5,15,0,20) C5M15Y0K20 (5%,15%,0%,20%) (0.05/0.15/0.00/0.20) 

CMYK percentages

%4.9
%15.2
%0
%20

Codes

Color #C2ADCC in popluar color models

C2 AD CC
RGB 194 173 204
HSL 281° 23.31% 73.92%
HSB/HSV 281° 15.20% 80.00%
CMYK 4.90% 15.20% 0.00%
20.00%

Color #C2ADCC in popluar number systems.

HEX C2 AD CC
Decimal 194 173 204
Binary 11000010 10101101 11001100
Octal 302 255 314

Shades and tints

Shades of #C2ADCC

#C2ADCC
(194,173,204)
#B19EBA
(177,158,186)
#A08FA8
(160,143,168)
#8F8096
(143,128,150)
#7E7184
(126,113,132)
#6D6272
(109,98,114)
#5C5360
(92,83,96)
#4B444E
(75,68,78)
#3A353C
(58,53,60)
#29262A
(41,38,42)
#181718
(24,23,24)
#000000
(0,0,0)

Tints of #C2ADCC

#C2ADCC
(194,173,204)
#C7B4D0
(199,180,208)
#CCBBD4
(204,187,212)
#D1C2D8
(209,194,216)
#D6C9DC
(214,201,220)
#DBD0E0
(219,208,224)
#E0D7E4
(224,215,228)
#E5DEE8
(229,222,232)
#EAE5EC
(234,229,236)
#EFECF0
(239,236,240)
#F4F3F4
(244,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C2ADCC; }

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

This text font color is #C2ADCC.

Background Color

.myBgColor { background-color: #C2ADCC; }

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

This div background color is #C2ADCC.

Border color

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

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

This div border color is #C2ADCC.

Opacity

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

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

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

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

This text has shadow with #C2ADCC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C2ADCC.

Preview

Color preview on black background

This text has color #C2ADCC on black background.


Color preview on white background

This text has color #C2ADCC on white background.


Black color preview on #C2ADCC background

This text has black color on #C2ADCC background.


White color preview on #C2ADCC background

This text has white color on #C2ADCC background.


Related colors

Complementary color

Complementary color for #hex is #3D5233.


I love getcolorcode.com

Triadic colors

1 #CCC2AD and #ADCCC2 with #C2ADCC are triadic colors.

2 #CCADC2 and #ADC2CC with #C2ADCC are triadic colors.