COLOR #C4BA99

HEX: #C4BA99
RGB: (196,186,153)

Color info

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

RGB color model

#C4BA99 color RGB value is (196,186,153).

  • red value is 196;
  • green value is 186;
  • blue value is 153.
RGB:
(196,186,153)
(77%,73%,60%)

RGB channels and saturation

R 196 of 255 = 77%
G 186 of 255 = 73%
B 153 of 255 = 60%

196
186
153

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

Portions of RGB colors in percentages

R + G + B =
196 + 186 + 153 = 535 (100%)
R 196 of 535 ~ 36.64%
G 186 of 535 ~ 34.77%
B 153 of 535 ~ 28.6%

%36.64
%34.77
%28.6

CMYK color model

#C4BA99 color CMYK value is (0,5,22,23).

  • cyan value is 0.00%
  • magenta value is 5.10%
  • yellow value is 21.94%
  • key color value is 23.14%
CMYK:
(0,5,22,23)
C0M5Y22K23 
(0%,5%,22%,23%)
(0.00/0.05/0.22/0.23)	

CMYK percentages

%0
%5.1
%21.94
%23.14

Codes

Color #C4BA99 in popluar color models

C4BA99
RGB196186153
HSL46°26.71%68.43%
HSB/HSV46°21.94%76.86%
CMYK0.00%5.10%21.94%
23.14%

Color #C4BA99 in popluar number systems.

HEXC4BA99
Decimal196186153
Binary110001001011101010011001
Octal304272231

Shades and tints

Shades of #C4BA99

#C4BA99
(196,186,153)
#B3AA8C
(179,170,140)
#A29A7F
(162,154,127)
#918A72
(145,138,114)
#807A65
(128,122,101)
#6F6A58
(111,106,88)
#5E5A4B
(94,90,75)
#4D4A3E
(77,74,62)
#3C3A31
(60,58,49)
#2B2A24
(43,42,36)
#1A1A17
(26,26,23)
#000000
(0,0,0)

Tints of #C4BA99

#C4BA99
(196,186,153)
#C9C0A2
(201,192,162)
#CEC6AB
(206,198,171)
#D3CCB4
(211,204,180)
#D8D2BD
(216,210,189)
#DDD8C6
(221,216,198)
#E2DECF
(226,222,207)
#E7E4D8
(231,228,216)
#ECEAE1
(236,234,225)
#F1F0EA
(241,240,234)
#F6F6F3
(246,246,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C4BA99 color. Also use rgb(196,186,153) instead hex code.

Text Font Color

.myTextColor { color: #C4BA99; }

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

This text font color is #C4BA99.


Background Color

.myBgColor { background-color: #C4BA99; }

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

This div background color is #C4BA99.


Border color

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

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

This div border color is #C4BA99.


Opacity

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

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

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

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

This text has shadow with #C4BA99 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C4BA99 on black background.


Color preview on white background

This text has color #C4BA99 on white background.



Black color preview on #C4BA99 background

This text has black color on #C4BA99 background.


White color preview on #C4BA99 background

This text has white color on #C4BA99 background.