COLOR #C4BE8C

HEX: #C4BE8C
RGB: (196,190,140)

Color info

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

RGB color model

#C4BE8C color RGB value is (196,190,140).

  • red value is 196;
  • green value is 190;
  • blue value is 140.
RGB:
(196,190,140)
(77%,75%,55%)

RGB channels and saturation

R 196 of 255 = 77%
G 190 of 255 = 75%
B 140 of 255 = 55%

196
190
140

R + G + B ~ 69%. #C4BE8C is quite light color.

Portions of RGB colors in percentages

R + G + B =
196 + 190 + 140 = 526 (100%)
R 196 of 526 ~ 37.26%
G 190 of 526 ~ 36.12%
B 140 of 526 ~ 26.62%

%37.26
%36.12
%26.62

CMYK color model

#C4BE8C color CMYK value is (0,3,29,23).

  • cyan value is 0.00%
  • magenta value is 3.06%
  • yellow value is 28.57%
  • key color value is 23.14%
CMYK:
(0,3,29,23)
C0M3Y29K23 
(0%,3%,29%,23%)
(0.00/0.03/0.29/0.23)	

CMYK percentages

%0
%3.06
%28.57
%23.14

Codes

Color #C4BE8C in popluar color models

C4BE8C
RGB196190140
HSL54°32.18%65.88%
HSB/HSV54°28.57%76.86%
CMYK0.00%3.06%28.57%
23.14%

Color #C4BE8C in popluar number systems.

HEXC4BE8C
Decimal196190140
Binary110001001011111010001100
Octal304276214

Shades and tints

Shades of #C4BE8C

#C4BE8C
(196,190,140)
#B3AD80
(179,173,128)
#A29C74
(162,156,116)
#918B68
(145,139,104)
#807A5C
(128,122,92)
#6F6950
(111,105,80)
#5E5844
(94,88,68)
#4D4738
(77,71,56)
#3C362C
(60,54,44)
#2B2520
(43,37,32)
#1A1414
(26,20,20)
#000000
(0,0,0)

Tints of #C4BE8C

#C4BE8C
(196,190,140)
#C9C396
(201,195,150)
#CEC8A0
(206,200,160)
#D3CDAA
(211,205,170)
#D8D2B4
(216,210,180)
#DDD7BE
(221,215,190)
#E2DCC8
(226,220,200)
#E7E1D2
(231,225,210)
#ECE6DC
(236,230,220)
#F1EBE6
(241,235,230)
#F6F0F0
(246,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C4BE8C color. Also use rgb(196,190,140) instead hex code.

Text Font Color

.myTextColor { color: #C4BE8C; }

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

This text font color is #C4BE8C.


Background Color

.myBgColor { background-color: #C4BE8C; }

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

This div background color is #C4BE8C.


Border color

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

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

This div border color is #C4BE8C.


Opacity

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

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

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

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

This text has shadow with #C4BE8C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C4BE8C on black background.


Color preview on white background

This text has color #C4BE8C on white background.



Black color preview on #C4BE8C background

This text has black color on #C4BE8C background.


White color preview on #C4BE8C background

This text has white color on #C4BE8C background.