COLOR #C4B6AD

HEX: #C4B6AD RGB: (196,182,173)

Color info

#C4B6AD contains red, green and blue colors in about the same proportion. Web safe color of #C4B6AD is #CCCC99 (or #CC9).

RGB color model

#C4B6AD color RGB value is (196,182,173).

RGB: (196,182,173) (77%, 71%, 68%)

RGB channels and saturation

R 196 of 255 = 77%
G 182 of 255 = 71%
B 173 of 255 = 68%

196
182
173

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

Portions of RGB colors in percentages

R + G + B = 196 + 182 + 173 = 551 (100%)
R 196 of 551 ~ 35.57%
G 182 of 551 ~ 33.03%
B 173 of 551 ~ 31.4'%

%35.57
%33.03
%31.4

CMYK color model

#C4B6AD color CMYK value is (0,7,12,23).

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

CMYK: (0,7,12,23)
C0M7Y12K23 (0%, 7%, 12%, 23%)
(0.00 / 0.07 / 0.12 / 0.23)

CMYK percentages

%0
%7.14
%11.73
%23.14

Codes

Color #C4B6AD in popluar color models

C4 B6 AD
RGB 196 182 173
HSL 23° 16.31% 72.35%
HSB/HSV 23° 11.73% 76.86%
CMYK 0.00% 7.14% 11.73%
23.14%

Color #C4B6AD in popluar number systems.

HEX C4 B6 AD
Decimal 196 182 173
Binary 11000100 10110110 10101101
Octal 304 266 255

Shades and tints

Shades of #C4B6AD

#C4B6AD
(196,182,173)
#B3A69E
(179,166,158)
#A2968F
(162,150,143)
#918680
(145,134,128)
#807671
(128,118,113)
#6F6662
(111,102,98)
#5E5653
(94,86,83)
#4D4644
(77,70,68)
#3C3635
(60,54,53)
#2B2626
(43,38,38)
#1A1617
(26,22,23)
#000000
(0,0,0)

Tints of #C4B6AD

#C4B6AD
(196,182,173)
#C9BCB4
(201,188,180)
#CEC2BB
(206,194,187)
#D3C8C2
(211,200,194)
#D8CEC9
(216,206,201)
#DDD4D0
(221,212,208)
#E2DAD7
(226,218,215)
#E7E0DE
(231,224,222)
#ECE6E5
(236,230,229)
#F1ECEC
(241,236,236)
#F6F2F3
(246,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C4B6AD; }

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

This text font color is #C4B6AD.

Background Color

.myBgColor { background-color: #C4B6AD; }

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

This div background color is #C4B6AD.

Border color

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

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

This div border color is #C4B6AD.

Opacity

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

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

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

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

This text has shadow with #C4B6AD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C4B6AD.

Preview

Color preview on black background

This text has color #C4B6AD on black background.


Color preview on white background

This text has color #C4B6AD on white background.


Black color preview on #C4B6AD background

This text has black color on #C4B6AD background.


White color preview on #C4B6AD background

This text has white color on #C4B6AD background.


Related colors

Complementary color

Complementary color for #hex is #3B4952.


I love getcolorcode.com

Triadic colors

1 #ADC4B6 and #B6ADC4 with #C4B6AD are triadic colors.

2 #ADB6C4 and #B6C4AD with #C4B6AD are triadic colors.