COLOR #C4B6A5

HEX: #C4B6A5
RGB: (196,182,165)

Color info

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

RGB color model

#C4B6A5 color RGB value is (196,182,165).

  • red value is 196;
  • green value is 182;
  • blue value is 165.
RGB:
(196,182,165)
(77%,71%,65%)

RGB channels and saturation

R 196 of 255 = 77%
G 182 of 255 = 71%
B 165 of 255 = 65%

196
182
165

R + G + B ~ 71%. #C4B6A5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
196 + 182 + 165 = 543 (100%)
R 196 of 543 ~ 36.1%
G 182 of 543 ~ 33.52%
B 165 of 543 ~ 30.39%

%36.1
%33.52
%30.39

CMYK color model

#C4B6A5 color CMYK value is (0,7,16,23).

  • cyan value is 0.00%
  • magenta value is 7.14%
  • yellow value is 15.82%
  • key color value is 23.14%
CMYK:
(0,7,16,23)
C0M7Y16K23 
(0%,7%,16%,23%)
(0.00/0.07/0.16/0.23)	

CMYK percentages

%0
%7.14
%15.82
%23.14

Codes

Color #C4B6A5 in popluar color models

C4B6A5
RGB196182165
HSL33°20.81%70.78%
HSB/HSV33°15.82%76.86%
CMYK0.00%7.14%15.82%
23.14%

Color #C4B6A5 in popluar number systems.

HEXC4B6A5
Decimal196182165
Binary110001001011011010100101
Octal304266245

Shades and tints

Shades of #C4B6A5

#C4B6A5
(196,182,165)
#B3A696
(179,166,150)
#A29687
(162,150,135)
#918678
(145,134,120)
#807669
(128,118,105)
#6F665A
(111,102,90)
#5E564B
(94,86,75)
#4D463C
(77,70,60)
#3C362D
(60,54,45)
#2B261E
(43,38,30)
#1A160F
(26,22,15)
#000000
(0,0,0)

Tints of #C4B6A5

#C4B6A5
(196,182,165)
#C9BCAD
(201,188,173)
#CEC2B5
(206,194,181)
#D3C8BD
(211,200,189)
#D8CEC5
(216,206,197)
#DDD4CD
(221,212,205)
#E2DAD5
(226,218,213)
#E7E0DD
(231,224,221)
#ECE6E5
(236,230,229)
#F1ECED
(241,236,237)
#F6F2F5
(246,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C4B6A5; }

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

This text font color is #C4B6A5.


Background Color

.myBgColor { background-color: #C4B6A5; }

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

This div background color is #C4B6A5.


Border color

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

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

This div border color is #C4B6A5.


Opacity

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

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

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

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

This text has shadow with #C4B6A5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C4B6A5 on black background.


Color preview on white background

This text has color #C4B6A5 on white background.



Black color preview on #C4B6A5 background

This text has black color on #C4B6A5 background.


White color preview on #C4B6A5 background

This text has white color on #C4B6A5 background.