COLOR #C4B2AE

HEX: #C4B2AE
RGB: (196,178,174)

Color info

#C4B2AE contains red, green and blue colors in about the same proportion. Web safe color of #C4B2AE is #CC9999 (or #C99).

RGB color model

#C4B2AE color RGB value is (196,178,174).

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

RGB channels and saturation

R 196 of 255 = 77%
G 178 of 255 = 70%
B 174 of 255 = 68%

196
178
174

R + G + B ~ 72%. #C4B2AE is quite light color.

Portions of RGB colors in percentages

R + G + B =
196 + 178 + 174 = 548 (100%)
R 196 of 548 ~ 35.77%
G 178 of 548 ~ 32.48%
B 174 of 548 ~ 31.75%

%35.77
%32.48
%31.75

CMYK color model

#C4B2AE color CMYK value is (0,9,11,23).

  • cyan value is 0.00%
  • magenta value is 9.18%
  • yellow value is 11.22%
  • key color value is 23.14%
CMYK:
(0,9,11,23)
C0M9Y11K23 
(0%,9%,11%,23%)
(0.00/0.09/0.11/0.23)	

CMYK percentages

%0
%9.18
%11.22
%23.14

Codes

Color #C4B2AE in popluar color models

C4B2AE
RGB196178174
HSL11°15.71%72.55%
HSB/HSV11°11.22%76.86%
CMYK0.00%9.18%11.22%
23.14%

Color #C4B2AE in popluar number systems.

HEXC4B2AE
Decimal196178174
Binary110001001011001010101110
Octal304262256

Shades and tints

Shades of #C4B2AE

#C4B2AE
(196,178,174)
#B3A29F
(179,162,159)
#A29290
(162,146,144)
#918281
(145,130,129)
#807272
(128,114,114)
#6F6263
(111,98,99)
#5E5254
(94,82,84)
#4D4245
(77,66,69)
#3C3236
(60,50,54)
#2B2227
(43,34,39)
#1A1218
(26,18,24)
#000000
(0,0,0)

Tints of #C4B2AE

#C4B2AE
(196,178,174)
#C9B9B5
(201,185,181)
#CEC0BC
(206,192,188)
#D3C7C3
(211,199,195)
#D8CECA
(216,206,202)
#DDD5D1
(221,213,209)
#E2DCD8
(226,220,216)
#E7E3DF
(231,227,223)
#ECEAE6
(236,234,230)
#F1F1ED
(241,241,237)
#F6F8F4
(246,248,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C4B2AE; }

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

This text font color is #C4B2AE.


Background Color

.myBgColor { background-color: #C4B2AE; }

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

This div background color is #C4B2AE.


Border color

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

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

This div border color is #C4B2AE.


Opacity

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

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

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

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

This text has shadow with #C4B2AE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C4B2AE on black background.


Color preview on white background

This text has color #C4B2AE on white background.



Black color preview on #C4B2AE background

This text has black color on #C4B2AE background.


White color preview on #C4B2AE background

This text has white color on #C4B2AE background.