COLOR #C2ADA5

HEX: #C2ADA5
RGB: (194,173,165)

Color info

#C2ADA5 contains red, green and blue colors in about the same proportion. Web safe color of #C2ADA5 is #CC9999 (or #C99).

RGB color model

#C2ADA5 color RGB value is (194,173,165).

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

RGB channels and saturation

R 194 of 255 = 76%
G 173 of 255 = 68%
B 165 of 255 = 65%

194
173
165

R + G + B ~ 70%. #C2ADA5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
194 + 173 + 165 = 532 (100%)
R 194 of 532 ~ 36.47%
G 173 of 532 ~ 32.52%
B 165 of 532 ~ 31.02%

%36.47
%32.52
%31.02

CMYK color model

#C2ADA5 color CMYK value is (0,11,15,24).

  • cyan value is 0.00%
  • magenta value is 10.82%
  • yellow value is 14.95%
  • key color value is 23.92%
CMYK:
(0,11,15,24)
C0M11Y15K24 
(0%,11%,15%,24%)
(0.00/0.11/0.15/0.24)	

CMYK percentages

%0
%10.82
%14.95
%23.92

Codes

Color #C2ADA5 in popluar color models

C2ADA5
RGB194173165
HSL17°19.21%70.39%
HSB/HSV17°14.95%76.08%
CMYK0.00%10.82%14.95%
23.92%

Color #C2ADA5 in popluar number systems.

HEXC2ADA5
Decimal194173165
Binary110000101010110110100101
Octal302255245

Shades and tints

Shades of #C2ADA5

#C2ADA5
(194,173,165)
#B19E96
(177,158,150)
#A08F87
(160,143,135)
#8F8078
(143,128,120)
#7E7169
(126,113,105)
#6D625A
(109,98,90)
#5C534B
(92,83,75)
#4B443C
(75,68,60)
#3A352D
(58,53,45)
#29261E
(41,38,30)
#18170F
(24,23,15)
#000000
(0,0,0)

Tints of #C2ADA5

#C2ADA5
(194,173,165)
#C7B4AD
(199,180,173)
#CCBBB5
(204,187,181)
#D1C2BD
(209,194,189)
#D6C9C5
(214,201,197)
#DBD0CD
(219,208,205)
#E0D7D5
(224,215,213)
#E5DEDD
(229,222,221)
#EAE5E5
(234,229,229)
#EFECED
(239,236,237)
#F4F3F5
(244,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C2ADA5; }

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

This text font color is #C2ADA5.


Background Color

.myBgColor { background-color: #C2ADA5; }

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

This div background color is #C2ADA5.


Border color

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

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

This div border color is #C2ADA5.


Opacity

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

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

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

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

This text has shadow with #C2ADA5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C2ADA5 on black background.


Color preview on white background

This text has color #C2ADA5 on white background.



Black color preview on #C2ADA5 background

This text has black color on #C2ADA5 background.


White color preview on #C2ADA5 background

This text has white color on #C2ADA5 background.