COLOR #C4BE9E

HEX: #C4BE9E
RGB: (196,190,158)

Color info

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

RGB color model

#C4BE9E color RGB value is (196,190,158).

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

RGB channels and saturation

R 196 of 255 = 77%
G 190 of 255 = 75%
B 158 of 255 = 62%

196
190
158

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

Portions of RGB colors in percentages

R + G + B =
196 + 190 + 158 = 544 (100%)
R 196 of 544 ~ 36.03%
G 190 of 544 ~ 34.93%
B 158 of 544 ~ 29.04%

%36.03
%34.93
%29.04

CMYK color model

#C4BE9E color CMYK value is (0,3,19,23).

  • cyan value is 0.00%
  • magenta value is 3.06%
  • yellow value is 19.39%
  • key color value is 23.14%
CMYK:
(0,3,19,23)
C0M3Y19K23 
(0%,3%,19%,23%)
(0.00/0.03/0.19/0.23)	

CMYK percentages

%0
%3.06
%19.39
%23.14

Codes

Color #C4BE9E in popluar color models

C4BE9E
RGB196190158
HSL51°24.36%69.41%
HSB/HSV51°19.39%76.86%
CMYK0.00%3.06%19.39%
23.14%

Color #C4BE9E in popluar number systems.

HEXC4BE9E
Decimal196190158
Binary110001001011111010011110
Octal304276236

Shades and tints

Shades of #C4BE9E

#C4BE9E
(196,190,158)
#B3AD90
(179,173,144)
#A29C82
(162,156,130)
#918B74
(145,139,116)
#807A66
(128,122,102)
#6F6958
(111,105,88)
#5E584A
(94,88,74)
#4D473C
(77,71,60)
#3C362E
(60,54,46)
#2B2520
(43,37,32)
#1A1412
(26,20,18)
#000000
(0,0,0)

Tints of #C4BE9E

#C4BE9E
(196,190,158)
#C9C3A6
(201,195,166)
#CEC8AE
(206,200,174)
#D3CDB6
(211,205,182)
#D8D2BE
(216,210,190)
#DDD7C6
(221,215,198)
#E2DCCE
(226,220,206)
#E7E1D6
(231,225,214)
#ECE6DE
(236,230,222)
#F1EBE6
(241,235,230)
#F6F0EE
(246,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C4BE9E; }

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

This text font color is #C4BE9E.


Background Color

.myBgColor { background-color: #C4BE9E; }

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

This div background color is #C4BE9E.


Border color

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

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

This div border color is #C4BE9E.


Opacity

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

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

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

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

This text has shadow with #C4BE9E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C4BE9E on black background.


Color preview on white background

This text has color #C4BE9E on white background.



Black color preview on #C4BE9E background

This text has black color on #C4BE9E background.


White color preview on #C4BE9E background

This text has white color on #C4BE9E background.