COLOR #C4B1A6

HEX: #C4B1A6
RGB: (196,177,166)

Color info

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

RGB color model

#C4B1A6 color RGB value is (196,177,166).

  • red value is 196;
  • green value is 177;
  • blue value is 166.
RGB:
(196,177,166)
(77%,69%,65%)

RGB channels and saturation

R 196 of 255 = 77%
G 177 of 255 = 69%
B 166 of 255 = 65%

196
177
166

R + G + B ~ 70%. #C4B1A6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
196 + 177 + 166 = 539 (100%)
R 196 of 539 ~ 36.36%
G 177 of 539 ~ 32.84%
B 166 of 539 ~ 30.8%

%36.36
%32.84
%30.8

CMYK color model

#C4B1A6 color CMYK value is (0,10,15,23).

  • cyan value is 0.00%
  • magenta value is 9.69%
  • yellow value is 15.31%
  • key color value is 23.14%
CMYK:
(0,10,15,23)
C0M10Y15K23 
(0%,10%,15%,23%)
(0.00/0.10/0.15/0.23)	

CMYK percentages

%0
%9.69
%15.31
%23.14

Codes

Color #C4B1A6 in popluar color models

C4B1A6
RGB196177166
HSL22°20.27%70.98%
HSB/HSV22°15.31%76.86%
CMYK0.00%9.69%15.31%
23.14%

Color #C4B1A6 in popluar number systems.

HEXC4B1A6
Decimal196177166
Binary110001001011000110100110
Octal304261246

Shades and tints

Shades of #C4B1A6

#C4B1A6
(196,177,166)
#B3A197
(179,161,151)
#A29188
(162,145,136)
#918179
(145,129,121)
#80716A
(128,113,106)
#6F615B
(111,97,91)
#5E514C
(94,81,76)
#4D413D
(77,65,61)
#3C312E
(60,49,46)
#2B211F
(43,33,31)
#1A1110
(26,17,16)
#000000
(0,0,0)

Tints of #C4B1A6

#C4B1A6
(196,177,166)
#C9B8AE
(201,184,174)
#CEBFB6
(206,191,182)
#D3C6BE
(211,198,190)
#D8CDC6
(216,205,198)
#DDD4CE
(221,212,206)
#E2DBD6
(226,219,214)
#E7E2DE
(231,226,222)
#ECE9E6
(236,233,230)
#F1F0EE
(241,240,238)
#F6F7F6
(246,247,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C4B1A6 color. Also use rgb(196,177,166) instead hex code.

Text Font Color

.myTextColor { color: #C4B1A6; }

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

This text font color is #C4B1A6.


Background Color

.myBgColor { background-color: #C4B1A6; }

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

This div background color is #C4B1A6.


Border color

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

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

This div border color is #C4B1A6.


Opacity

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

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

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

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

This text has shadow with #C4B1A6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C4B1A6 on black background.


Color preview on white background

This text has color #C4B1A6 on white background.



Black color preview on #C4B1A6 background

This text has black color on #C4B1A6 background.


White color preview on #C4B1A6 background

This text has white color on #C4B1A6 background.