COLOR #C2AD9F

HEX: #C2AD9F RGB: (194,173,159)

Color info

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

RGB color model

#C2AD9F color RGB value is (194,173,159).

RGB: (194,173,159) (76%, 68%, 62%)

RGB channels and saturation

R 194 of 255 = 76%
G 173 of 255 = 68%
B 159 of 255 = 62%

194
173
159

R + G + B ~ 69%. #C2AD9F is quite light color.

Portions of RGB colors in percentages

R + G + B = 194 + 173 + 159 = 526 (100%)
R 194 of 526 ~ 36.88%
G 173 of 526 ~ 32.89%
B 159 of 526 ~ 30.23'%

%36.88
%32.89
%30.23

CMYK color model

#C2AD9F color CMYK value is (0,11,18,24).

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

CMYK: (0,11,18,24)
C0M11Y18K24 (0%, 11%, 18%, 24%)
(0.00 / 0.11 / 0.18 / 0.24)

CMYK percentages

%0
%10.82
%18.04
%23.92

Codes

Color #C2AD9F in popluar color models

C2 AD 9F
RGB 194 173 159
HSL 24° 22.29% 69.22%
HSB/HSV 24° 18.04% 76.08%
CMYK 0.00% 10.82% 18.04%
23.92%

Color #C2AD9F in popluar number systems.

HEX C2 AD 9F
Decimal 194 173 159
Binary 11000010 10101101 10011111
Octal 302 255 237

Shades and tints

Shades of #C2AD9F

#C2AD9F
(194,173,159)
#B19E91
(177,158,145)
#A08F83
(160,143,131)
#8F8075
(143,128,117)
#7E7167
(126,113,103)
#6D6259
(109,98,89)
#5C534B
(92,83,75)
#4B443D
(75,68,61)
#3A352F
(58,53,47)
#292621
(41,38,33)
#181713
(24,23,19)
#000000
(0,0,0)

Tints of #C2AD9F

#C2AD9F
(194,173,159)
#C7B4A7
(199,180,167)
#CCBBAF
(204,187,175)
#D1C2B7
(209,194,183)
#D6C9BF
(214,201,191)
#DBD0C7
(219,208,199)
#E0D7CF
(224,215,207)
#E5DED7
(229,222,215)
#EAE5DF
(234,229,223)
#EFECE7
(239,236,231)
#F4F3EF
(244,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C2AD9F; }

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

This text font color is #C2AD9F.

Background Color

.myBgColor { background-color: #C2AD9F; }

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

This div background color is #C2AD9F.

Border color

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

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

This div border color is #C2AD9F.

Opacity

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

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

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

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

This text has shadow with #C2AD9F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C2AD9F.

Preview

Color preview on black background

This text has color #C2AD9F on black background.


Color preview on white background

This text has color #C2AD9F on white background.


Black color preview on #C2AD9F background

This text has black color on #C2AD9F background.


White color preview on #C2AD9F background

This text has white color on #C2AD9F background.


Related colors

Complementary color

Complementary color for #hex is #3D5260.


I love getcolorcode.com

Triadic colors

1 #9FC2AD and #AD9FC2 with #C2AD9F are triadic colors.

2 #9FADC2 and #ADC29F with #C2AD9F are triadic colors.