COLOR #C4C3B1

HEX: #C4C3B1
RGB: (196,195,177)

Color info

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

RGB color model

#C4C3B1 color RGB value is (196,195,177).

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

RGB channels and saturation

R 196 of 255 = 77%
G 195 of 255 = 76%
B 177 of 255 = 69%

196
195
177

R + G + B ~ 74%. #C4C3B1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
196 + 195 + 177 = 568 (100%)
R 196 of 568 ~ 34.51%
G 195 of 568 ~ 34.33%
B 177 of 568 ~ 31.16%

%34.51
%34.33
%31.16

CMYK color model

#C4C3B1 color CMYK value is (0,1,10,23).

  • cyan value is 0.00%
  • magenta value is 0.51%
  • yellow value is 9.69%
  • key color value is 23.14%
CMYK:
(0,1,10,23)
C0M1Y10K23 
(0%,1%,10%,23%)
(0.00/0.01/0.10/0.23)	

CMYK percentages

%0
%0.51
%9.69
%23.14

Codes

Color #C4C3B1 in popluar color models

C4C3B1
RGB196195177
HSL57°13.87%73.14%
HSB/HSV57°9.69%76.86%
CMYK0.00%0.51%9.69%
23.14%

Color #C4C3B1 in popluar number systems.

HEXC4C3B1
Decimal196195177
Binary110001001100001110110001
Octal304303261

Shades and tints

Shades of #C4C3B1

#C4C3B1
(196,195,177)
#B3B2A1
(179,178,161)
#A2A191
(162,161,145)
#919081
(145,144,129)
#807F71
(128,127,113)
#6F6E61
(111,110,97)
#5E5D51
(94,93,81)
#4D4C41
(77,76,65)
#3C3B31
(60,59,49)
#2B2A21
(43,42,33)
#1A1911
(26,25,17)
#000000
(0,0,0)

Tints of #C4C3B1

#C4C3B1
(196,195,177)
#C9C8B8
(201,200,184)
#CECDBF
(206,205,191)
#D3D2C6
(211,210,198)
#D8D7CD
(216,215,205)
#DDDCD4
(221,220,212)
#E2E1DB
(226,225,219)
#E7E6E2
(231,230,226)
#ECEBE9
(236,235,233)
#F1F0F0
(241,240,240)
#F6F5F7
(246,245,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C4C3B1; }

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

This text font color is #C4C3B1.


Background Color

.myBgColor { background-color: #C4C3B1; }

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

This div background color is #C4C3B1.


Border color

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

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

This div border color is #C4C3B1.


Opacity

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

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

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

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

This text has shadow with #C4C3B1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C4C3B1 on black background.


Color preview on white background

This text has color #C4C3B1 on white background.



Black color preview on #C4C3B1 background

This text has black color on #C4C3B1 background.


White color preview on #C4C3B1 background

This text has white color on #C4C3B1 background.