COLOR #C4BAA1

HEX: #C4BAA1
RGB: (196,186,161)

Color info

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

RGB color model

#C4BAA1 color RGB value is (196,186,161).

  • red value is 196;
  • green value is 186;
  • blue value is 161.
RGB:
(196,186,161)
(77%,73%,63%)

RGB channels and saturation

R 196 of 255 = 77%
G 186 of 255 = 73%
B 161 of 255 = 63%

196
186
161

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

Portions of RGB colors in percentages

R + G + B =
196 + 186 + 161 = 543 (100%)
R 196 of 543 ~ 36.1%
G 186 of 543 ~ 34.25%
B 161 of 543 ~ 29.65%

%36.1
%34.25
%29.65

CMYK color model

#C4BAA1 color CMYK value is (0,5,18,23).

  • cyan value is 0.00%
  • magenta value is 5.10%
  • yellow value is 17.86%
  • key color value is 23.14%
CMYK:
(0,5,18,23)
C0M5Y18K23 
(0%,5%,18%,23%)
(0.00/0.05/0.18/0.23)	

CMYK percentages

%0
%5.1
%17.86
%23.14

Codes

Color #C4BAA1 in popluar color models

C4BAA1
RGB196186161
HSL43°22.88%70.00%
HSB/HSV43°17.86%76.86%
CMYK0.00%5.10%17.86%
23.14%

Color #C4BAA1 in popluar number systems.

HEXC4BAA1
Decimal196186161
Binary110001001011101010100001
Octal304272241

Shades and tints

Shades of #C4BAA1

#C4BAA1
(196,186,161)
#B3AA93
(179,170,147)
#A29A85
(162,154,133)
#918A77
(145,138,119)
#807A69
(128,122,105)
#6F6A5B
(111,106,91)
#5E5A4D
(94,90,77)
#4D4A3F
(77,74,63)
#3C3A31
(60,58,49)
#2B2A23
(43,42,35)
#1A1A15
(26,26,21)
#000000
(0,0,0)

Tints of #C4BAA1

#C4BAA1
(196,186,161)
#C9C0A9
(201,192,169)
#CEC6B1
(206,198,177)
#D3CCB9
(211,204,185)
#D8D2C1
(216,210,193)
#DDD8C9
(221,216,201)
#E2DED1
(226,222,209)
#E7E4D9
(231,228,217)
#ECEAE1
(236,234,225)
#F1F0E9
(241,240,233)
#F6F6F1
(246,246,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C4BAA1 color. Also use rgb(196,186,161) instead hex code.

Text Font Color

.myTextColor { color: #C4BAA1; }

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

This text font color is #C4BAA1.


Background Color

.myBgColor { background-color: #C4BAA1; }

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

This div background color is #C4BAA1.


Border color

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

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

This div border color is #C4BAA1.


Opacity

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

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

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

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

This text has shadow with #C4BAA1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C4BAA1 on black background.


Color preview on white background

This text has color #C4BAA1 on white background.



Black color preview on #C4BAA1 background

This text has black color on #C4BAA1 background.


White color preview on #C4BAA1 background

This text has white color on #C4BAA1 background.