COLOR #C4BC9B

HEX: #C4BC9B
RGB: (196,188,155)

Color info

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

RGB color model

#C4BC9B color RGB value is (196,188,155).

  • red value is 196;
  • green value is 188;
  • blue value is 155.
RGB:
(196,188,155)
(77%,74%,61%)

RGB channels and saturation

R 196 of 255 = 77%
G 188 of 255 = 74%
B 155 of 255 = 61%

196
188
155

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

Portions of RGB colors in percentages

R + G + B =
196 + 188 + 155 = 539 (100%)
R 196 of 539 ~ 36.36%
G 188 of 539 ~ 34.88%
B 155 of 539 ~ 28.76%

%36.36
%34.88
%28.76

CMYK color model

#C4BC9B color CMYK value is (0,4,21,23).

  • cyan value is 0.00%
  • magenta value is 4.08%
  • yellow value is 20.92%
  • key color value is 23.14%
CMYK:
(0,4,21,23)
C0M4Y21K23 
(0%,4%,21%,23%)
(0.00/0.04/0.21/0.23)	

CMYK percentages

%0
%4.08
%20.92
%23.14

Codes

Color #C4BC9B in popluar color models

C4BC9B
RGB196188155
HSL48°25.79%68.82%
HSB/HSV48°20.92%76.86%
CMYK0.00%4.08%20.92%
23.14%

Color #C4BC9B in popluar number systems.

HEXC4BC9B
Decimal196188155
Binary110001001011110010011011
Octal304274233

Shades and tints

Shades of #C4BC9B

#C4BC9B
(196,188,155)
#B3AB8D
(179,171,141)
#A29A7F
(162,154,127)
#918971
(145,137,113)
#807863
(128,120,99)
#6F6755
(111,103,85)
#5E5647
(94,86,71)
#4D4539
(77,69,57)
#3C342B
(60,52,43)
#2B231D
(43,35,29)
#1A120F
(26,18,15)
#000000
(0,0,0)

Tints of #C4BC9B

#C4BC9B
(196,188,155)
#C9C2A4
(201,194,164)
#CEC8AD
(206,200,173)
#D3CEB6
(211,206,182)
#D8D4BF
(216,212,191)
#DDDAC8
(221,218,200)
#E2E0D1
(226,224,209)
#E7E6DA
(231,230,218)
#ECECE3
(236,236,227)
#F1F2EC
(241,242,236)
#F6F8F5
(246,248,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C4BC9B; }

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

This text font color is #C4BC9B.


Background Color

.myBgColor { background-color: #C4BC9B; }

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

This div background color is #C4BC9B.


Border color

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

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

This div border color is #C4BC9B.


Opacity

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

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

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

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

This text has shadow with #C4BC9B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C4BC9B on black background.


Color preview on white background

This text has color #C4BC9B on white background.



Black color preview on #C4BC9B background

This text has black color on #C4BC9B background.


White color preview on #C4BC9B background

This text has white color on #C4BC9B background.