COLOR #C2ADCD

HEX: #C2ADCD RGB: (194,173,205)

Color info

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

RGB color model

#C2ADCD color RGB value is (194,173,205).

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

RGB channels and saturation

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

194
173
205

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

Portions of RGB colors in percentages

R + G + B = 194 + 173 + 205 = 572 (100%)
R 194 of 572 ~ 33.92%
G 173 of 572 ~ 30.24%
B 205 of 572 ~ 35.84'%

%33.92
%30.24
%35.84

CMYK color model

#C2ADCD color CMYK value is (5,16,0,20).

  • cyan value is 5.37%
  • magenta value is 15.61%
  • yellow value is 0.00%
  • key color value is 19.61%

CMYK: (5,16,0,20)
C5M16Y0K20 (5%, 16%, 0%, 20%)
(0.05 / 0.16 / 0.00 / 0.20)

CMYK percentages

%5.37
%15.61
%0
%19.61

Codes

Color #C2ADCD in popluar color models

C2 AD CD
RGB 194 173 205
HSL 279° 24.24% 74.12%
HSB/HSV 279° 15.61% 80.39%
CMYK 5.37% 15.61% 0.00%
19.61%

Color #C2ADCD in popluar number systems.

HEX C2 AD CD
Decimal 194 173 205
Binary 11000010 10101101 11001101
Octal 302 255 315

Shades and tints

Shades of #C2ADCD

#C2ADCD
(194,173,205)
#B19EBB
(177,158,187)
#A08FA9
(160,143,169)
#8F8097
(143,128,151)
#7E7185
(126,113,133)
#6D6273
(109,98,115)
#5C5361
(92,83,97)
#4B444F
(75,68,79)
#3A353D
(58,53,61)
#29262B
(41,38,43)
#181719
(24,23,25)
#000000
(0,0,0)

Tints of #C2ADCD

#C2ADCD
(194,173,205)
#C7B4D1
(199,180,209)
#CCBBD5
(204,187,213)
#D1C2D9
(209,194,217)
#D6C9DD
(214,201,221)
#DBD0E1
(219,208,225)
#E0D7E5
(224,215,229)
#E5DEE9
(229,222,233)
#EAE5ED
(234,229,237)
#EFECF1
(239,236,241)
#F4F3F5
(244,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C2ADCD; }

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

This text font color is #C2ADCD.

Background Color

.myBgColor { background-color: #C2ADCD; }

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

This div background color is #C2ADCD.

Border color

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

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

This div border color is #C2ADCD.

Opacity

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

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

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

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

This text has shadow with #C2ADCD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C2ADCD.

Preview

Color preview on black background

This text has color #C2ADCD on black background.


Color preview on white background

This text has color #C2ADCD on white background.


Black color preview on #C2ADCD background

This text has black color on #C2ADCD background.


White color preview on #C2ADCD background

This text has white color on #C2ADCD background.


Related colors

Complementary color

Complementary color for #hex is #3D5232.


I love getcolorcode.com

Triadic colors

1 #CDC2AD and #ADCDC2 with #C2ADCD are triadic colors.

2 #CDADC2 and #ADC2CD with #C2ADCD are triadic colors.