COLOR #C2ADBA

HEX: #C2ADBA
RGB: (194,173,186)

Color info

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

RGB color model

#C2ADBA color RGB value is (194,173,186).

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

RGB channels and saturation

R 194 of 255 = 76%
G 173 of 255 = 68%
B 186 of 255 = 73%

194
173
186

R + G + B ~ 72%. #C2ADBA is quite light color.

Portions of RGB colors in percentages

R + G + B =
194 + 173 + 186 = 553 (100%)
R 194 of 553 ~ 35.08%
G 173 of 553 ~ 31.28%
B 186 of 553 ~ 33.63%

%35.08
%31.28
%33.63

CMYK color model

#C2ADBA color CMYK value is (0,11,4,24).

  • cyan value is 0.00%
  • magenta value is 10.82%
  • yellow value is 4.12%
  • key color value is 23.92%
CMYK:
(0,11,4,24)
C0M11Y4K24 
(0%,11%,4%,24%)
(0.00/0.11/0.04/0.24)	

CMYK percentages

%0
%10.82
%4.12
%23.92

Codes

Color #C2ADBA in popluar color models

C2ADBA
RGB194173186
HSL323°14.69%71.96%
HSB/HSV323°10.82%76.08%
CMYK0.00%10.82%4.12%
23.92%

Color #C2ADBA in popluar number systems.

HEXC2ADBA
Decimal194173186
Binary110000101010110110111010
Octal302255272

Shades and tints

Shades of #C2ADBA

#C2ADBA
(194,173,186)
#B19EAA
(177,158,170)
#A08F9A
(160,143,154)
#8F808A
(143,128,138)
#7E717A
(126,113,122)
#6D626A
(109,98,106)
#5C535A
(92,83,90)
#4B444A
(75,68,74)
#3A353A
(58,53,58)
#29262A
(41,38,42)
#18171A
(24,23,26)
#000000
(0,0,0)

Tints of #C2ADBA

#C2ADBA
(194,173,186)
#C7B4C0
(199,180,192)
#CCBBC6
(204,187,198)
#D1C2CC
(209,194,204)
#D6C9D2
(214,201,210)
#DBD0D8
(219,208,216)
#E0D7DE
(224,215,222)
#E5DEE4
(229,222,228)
#EAE5EA
(234,229,234)
#EFECF0
(239,236,240)
#F4F3F6
(244,243,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C2ADBA; }

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

This text font color is #C2ADBA.


Background Color

.myBgColor { background-color: #C2ADBA; }

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

This div background color is #C2ADBA.


Border color

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

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

This div border color is #C2ADBA.


Opacity

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

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

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

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

This text has shadow with #C2ADBA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C2ADBA on black background.


Color preview on white background

This text has color #C2ADBA on white background.



Black color preview on #C2ADBA background

This text has black color on #C2ADBA background.


White color preview on #C2ADBA background

This text has white color on #C2ADBA background.