COLOR #C2ADA7

HEX: #C2ADA7
RGB: (194,173,167)

Color info

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

RGB color model

#C2ADA7 color RGB value is (194,173,167).

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

RGB channels and saturation

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

194
173
167

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

Portions of RGB colors in percentages

R + G + B =
194 + 173 + 167 = 534 (100%)
R 194 of 534 ~ 36.33%
G 173 of 534 ~ 32.4%
B 167 of 534 ~ 31.27%

%36.33
%32.4
%31.27

CMYK color model

#C2ADA7 color CMYK value is (0,11,14,24).

  • cyan value is 0.00%
  • magenta value is 10.82%
  • yellow value is 13.92%
  • key color value is 23.92%
CMYK:
(0,11,14,24)
C0M11Y14K24 
(0%,11%,14%,24%)
(0.00/0.11/0.14/0.24)	

CMYK percentages

%0
%10.82
%13.92
%23.92

Codes

Color #C2ADA7 in popluar color models

C2ADA7
RGB194173167
HSL13°18.12%70.78%
HSB/HSV13°13.92%76.08%
CMYK0.00%10.82%13.92%
23.92%

Color #C2ADA7 in popluar number systems.

HEXC2ADA7
Decimal194173167
Binary110000101010110110100111
Octal302255247

Shades and tints

Shades of #C2ADA7

#C2ADA7
(194,173,167)
#B19E98
(177,158,152)
#A08F89
(160,143,137)
#8F807A
(143,128,122)
#7E716B
(126,113,107)
#6D625C
(109,98,92)
#5C534D
(92,83,77)
#4B443E
(75,68,62)
#3A352F
(58,53,47)
#292620
(41,38,32)
#181711
(24,23,17)
#000000
(0,0,0)

Tints of #C2ADA7

#C2ADA7
(194,173,167)
#C7B4AF
(199,180,175)
#CCBBB7
(204,187,183)
#D1C2BF
(209,194,191)
#D6C9C7
(214,201,199)
#DBD0CF
(219,208,207)
#E0D7D7
(224,215,215)
#E5DEDF
(229,222,223)
#EAE5E7
(234,229,231)
#EFECEF
(239,236,239)
#F4F3F7
(244,243,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C2ADA7; }

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

This text font color is #C2ADA7.


Background Color

.myBgColor { background-color: #C2ADA7; }

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

This div background color is #C2ADA7.


Border color

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

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

This div border color is #C2ADA7.


Opacity

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

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

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

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

This text has shadow with #C2ADA7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C2ADA7 on black background.


Color preview on white background

This text has color #C2ADA7 on white background.



Black color preview on #C2ADA7 background

This text has black color on #C2ADA7 background.


White color preview on #C2ADA7 background

This text has white color on #C2ADA7 background.