COLOR #C4B79E

HEX: #C4B79E
RGB: (196,183,158)

Color info

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

RGB color model

#C4B79E color RGB value is (196,183,158).

  • red value is 196;
  • green value is 183;
  • blue value is 158.
RGB:
(196,183,158)
(77%,72%,62%)

RGB channels and saturation

R 196 of 255 = 77%
G 183 of 255 = 72%
B 158 of 255 = 62%

196
183
158

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

Portions of RGB colors in percentages

R + G + B =
196 + 183 + 158 = 537 (100%)
R 196 of 537 ~ 36.5%
G 183 of 537 ~ 34.08%
B 158 of 537 ~ 29.42%

%36.5
%34.08
%29.42

CMYK color model

#C4B79E color CMYK value is (0,7,19,23).

  • cyan value is 0.00%
  • magenta value is 6.63%
  • yellow value is 19.39%
  • key color value is 23.14%
CMYK:
(0,7,19,23)
C0M7Y19K23 
(0%,7%,19%,23%)
(0.00/0.07/0.19/0.23)	

CMYK percentages

%0
%6.63
%19.39
%23.14

Codes

Color #C4B79E in popluar color models

C4B79E
RGB196183158
HSL39°24.36%69.41%
HSB/HSV39°19.39%76.86%
CMYK0.00%6.63%19.39%
23.14%

Color #C4B79E in popluar number systems.

HEXC4B79E
Decimal196183158
Binary110001001011011110011110
Octal304267236

Shades and tints

Shades of #C4B79E

#C4B79E
(196,183,158)
#B3A790
(179,167,144)
#A29782
(162,151,130)
#918774
(145,135,116)
#807766
(128,119,102)
#6F6758
(111,103,88)
#5E574A
(94,87,74)
#4D473C
(77,71,60)
#3C372E
(60,55,46)
#2B2720
(43,39,32)
#1A1712
(26,23,18)
#000000
(0,0,0)

Tints of #C4B79E

#C4B79E
(196,183,158)
#C9BDA6
(201,189,166)
#CEC3AE
(206,195,174)
#D3C9B6
(211,201,182)
#D8CFBE
(216,207,190)
#DDD5C6
(221,213,198)
#E2DBCE
(226,219,206)
#E7E1D6
(231,225,214)
#ECE7DE
(236,231,222)
#F1EDE6
(241,237,230)
#F6F3EE
(246,243,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C4B79E color. Also use rgb(196,183,158) instead hex code.

Text Font Color

.myTextColor { color: #C4B79E; }

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

This text font color is #C4B79E.


Background Color

.myBgColor { background-color: #C4B79E; }

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

This div background color is #C4B79E.


Border color

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

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

This div border color is #C4B79E.


Opacity

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

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

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

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

This text has shadow with #C4B79E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C4B79E on black background.


Color preview on white background

This text has color #C4B79E on white background.



Black color preview on #C4B79E background

This text has black color on #C4B79E background.


White color preview on #C4B79E background

This text has white color on #C4B79E background.