COLOR #C4AD9B

HEX: #C4AD9B RGB: (196,173,155)

Color info

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

RGB color model

#C4AD9B color RGB value is (196,173,155).

RGB: (196,173,155) (77%, 68%, 61%)

RGB channels and saturation

R 196 of 255 = 77%
G 173 of 255 = 68%
B 155 of 255 = 61%

196
173
155

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

Portions of RGB colors in percentages

R + G + B = 196 + 173 + 155 = 524 (100%)
R 196 of 524 ~ 37.4%
G 173 of 524 ~ 33.02%
B 155 of 524 ~ 29.58'%

%37.4
%33.02
%29.58

CMYK color model

#C4AD9B color CMYK value is (0,12,21,23).

  • cyan value is 0.00%
  • magenta value is 11.73%
  • yellow value is 20.92%
  • key color value is 23.14%

CMYK: (0,12,21,23)
C0M12Y21K23 (0%, 12%, 21%, 23%)
(0.00 / 0.12 / 0.21 / 0.23)

CMYK percentages

%0
%11.73
%20.92
%23.14

Codes

Color #C4AD9B in popluar color models

C4 AD 9B
RGB 196 173 155
HSL 26° 25.79% 68.82%
HSB/HSV 26° 20.92% 76.86%
CMYK 0.00% 11.73% 20.92%
23.14%

Color #C4AD9B in popluar number systems.

HEX C4 AD 9B
Decimal 196 173 155
Binary 11000100 10101101 10011011
Octal 304 255 233

Shades and tints

Shades of #C4AD9B

#C4AD9B
(196,173,155)
#B39E8D
(179,158,141)
#A28F7F
(162,143,127)
#918071
(145,128,113)
#807163
(128,113,99)
#6F6255
(111,98,85)
#5E5347
(94,83,71)
#4D4439
(77,68,57)
#3C352B
(60,53,43)
#2B261D
(43,38,29)
#1A170F
(26,23,15)
#000000
(0,0,0)

Tints of #C4AD9B

#C4AD9B
(196,173,155)
#C9B4A4
(201,180,164)
#CEBBAD
(206,187,173)
#D3C2B6
(211,194,182)
#D8C9BF
(216,201,191)
#DDD0C8
(221,208,200)
#E2D7D1
(226,215,209)
#E7DEDA
(231,222,218)
#ECE5E3
(236,229,227)
#F1ECEC
(241,236,236)
#F6F3F5
(246,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C4AD9B color. Also use rgb(196,173,155) instead hex code.

Text Font Color

.myTextColor { color: #C4AD9B; }

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

This text font color is #C4AD9B.

Background Color

.myBgColor { background-color: #C4AD9B; }

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

This div background color is #C4AD9B.

Border color

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

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

This div border color is #C4AD9B.

Opacity

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

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

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

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

This text has shadow with #C4AD9B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C4AD9B.

Preview

Color preview on black background

This text has color #C4AD9B on black background.


Color preview on white background

This text has color #C4AD9B on white background.


Black color preview on #C4AD9B background

This text has black color on #C4AD9B background.


White color preview on #C4AD9B background

This text has white color on #C4AD9B background.


Related colors

Complementary color

Complementary color for #hex is #3B5264.


I love getcolorcode.com

Triadic colors

1 #9BC4AD and #AD9BC4 with #C4AD9B are triadic colors.

2 #9BADC4 and #ADC49B with #C4AD9B are triadic colors.