COLOR #C4B9AE

HEX: #C4B9AE
RGB: (196,185,174)

Color info

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

RGB color model

#C4B9AE color RGB value is (196,185,174).

  • red value is 196;
  • green value is 185;
  • blue value is 174.
RGB:
(196,185,174)
(77%,73%,68%)

RGB channels and saturation

R 196 of 255 = 77%
G 185 of 255 = 73%
B 174 of 255 = 68%

196
185
174

R + G + B ~ 73%. #C4B9AE is quite light color.

Portions of RGB colors in percentages

R + G + B =
196 + 185 + 174 = 555 (100%)
R 196 of 555 ~ 35.32%
G 185 of 555 ~ 33.33%
B 174 of 555 ~ 31.35%

%35.32
%33.33
%31.35

CMYK color model

#C4B9AE color CMYK value is (0,6,11,23).

  • cyan value is 0.00%
  • magenta value is 5.61%
  • yellow value is 11.22%
  • key color value is 23.14%
CMYK:
(0,6,11,23)
C0M6Y11K23 
(0%,6%,11%,23%)
(0.00/0.06/0.11/0.23)	

CMYK percentages

%0
%5.61
%11.22
%23.14

Codes

Color #C4B9AE in popluar color models

C4B9AE
RGB196185174
HSL30°15.71%72.55%
HSB/HSV30°11.22%76.86%
CMYK0.00%5.61%11.22%
23.14%

Color #C4B9AE in popluar number systems.

HEXC4B9AE
Decimal196185174
Binary110001001011100110101110
Octal304271256

Shades and tints

Shades of #C4B9AE

#C4B9AE
(196,185,174)
#B3A99F
(179,169,159)
#A29990
(162,153,144)
#918981
(145,137,129)
#807972
(128,121,114)
#6F6963
(111,105,99)
#5E5954
(94,89,84)
#4D4945
(77,73,69)
#3C3936
(60,57,54)
#2B2927
(43,41,39)
#1A1918
(26,25,24)
#000000
(0,0,0)

Tints of #C4B9AE

#C4B9AE
(196,185,174)
#C9BFB5
(201,191,181)
#CEC5BC
(206,197,188)
#D3CBC3
(211,203,195)
#D8D1CA
(216,209,202)
#DDD7D1
(221,215,209)
#E2DDD8
(226,221,216)
#E7E3DF
(231,227,223)
#ECE9E6
(236,233,230)
#F1EFED
(241,239,237)
#F6F5F4
(246,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C4B9AE color. Also use rgb(196,185,174) instead hex code.

Text Font Color

.myTextColor { color: #C4B9AE; }

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

This text font color is #C4B9AE.


Background Color

.myBgColor { background-color: #C4B9AE; }

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

This div background color is #C4B9AE.


Border color

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

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

This div border color is #C4B9AE.


Opacity

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

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

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

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

This text has shadow with #C4B9AE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C4B9AE on black background.


Color preview on white background

This text has color #C4B9AE on white background.



Black color preview on #C4B9AE background

This text has black color on #C4B9AE background.


White color preview on #C4B9AE background

This text has white color on #C4B9AE background.