COLOR #C2ADB5

HEX: #C2ADB5 RGB: (194,173,181)

Color info

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

RGB color model

#C2ADB5 color RGB value is (194,173,181).

RGB: (194,173,181) (76%, 68%, 71%)

RGB channels and saturation

R 194 of 255 = 76%
G 173 of 255 = 68%
B 181 of 255 = 71%

194
173
181

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

Portions of RGB colors in percentages

R + G + B = 194 + 173 + 181 = 548 (100%)
R 194 of 548 ~ 35.4%
G 173 of 548 ~ 31.57%
B 181 of 548 ~ 33.03'%

%35.4
%31.57
%33.03

CMYK color model

#C2ADB5 color CMYK value is (0,11,7,24).

  • cyan value is 0.00%
  • magenta value is 10.82%
  • yellow value is 6.70%
  • key color value is 23.92%

CMYK: (0,11,7,24)
C0M11Y7K24 (0%, 11%, 7%, 24%)
(0.00 / 0.11 / 0.07 / 0.24)

CMYK percentages

%0
%10.82
%6.7
%23.92

Codes

Color #C2ADB5 in popluar color models

C2 AD B5
RGB 194 173 181
HSL 337° 14.69% 71.96%
HSB/HSV 337° 10.82% 76.08%
CMYK 0.00% 10.82% 6.70%
23.92%

Color #C2ADB5 in popluar number systems.

HEX C2 AD B5
Decimal 194 173 181
Binary 11000010 10101101 10110101
Octal 302 255 265

Shades and tints

Shades of #C2ADB5

#C2ADB5
(194,173,181)
#B19EA5
(177,158,165)
#A08F95
(160,143,149)
#8F8085
(143,128,133)
#7E7175
(126,113,117)
#6D6265
(109,98,101)
#5C5355
(92,83,85)
#4B4445
(75,68,69)
#3A3535
(58,53,53)
#292625
(41,38,37)
#181715
(24,23,21)
#000000
(0,0,0)

Tints of #C2ADB5

#C2ADB5
(194,173,181)
#C7B4BB
(199,180,187)
#CCBBC1
(204,187,193)
#D1C2C7
(209,194,199)
#D6C9CD
(214,201,205)
#DBD0D3
(219,208,211)
#E0D7D9
(224,215,217)
#E5DEDF
(229,222,223)
#EAE5E5
(234,229,229)
#EFECEB
(239,236,235)
#F4F3F1
(244,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C2ADB5; }

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

This text font color is #C2ADB5.

Background Color

.myBgColor { background-color: #C2ADB5; }

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

This div background color is #C2ADB5.

Border color

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

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

This div border color is #C2ADB5.

Opacity

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

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

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

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

This text has shadow with #C2ADB5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C2ADB5.

Preview

Color preview on black background

This text has color #C2ADB5 on black background.


Color preview on white background

This text has color #C2ADB5 on white background.


Black color preview on #C2ADB5 background

This text has black color on #C2ADB5 background.


White color preview on #C2ADB5 background

This text has white color on #C2ADB5 background.


Related colors

Complementary color

Complementary color for #hex is #3D524A.


I love getcolorcode.com

Triadic colors

1 #B5C2AD and #ADB5C2 with #C2ADB5 are triadic colors.

2 #B5ADC2 and #ADC2B5 with #C2ADB5 are triadic colors.