COLOR #C4C1B5

HEX: #C4C1B5
RGB: (196,193,181)

Color info

#C4C1B5 contains red, green and blue colors in about the same proportion. Web safe color of #C4C1B5 is #CCCCCC (or #CCC).

RGB color model

#C4C1B5 color RGB value is (196,193,181).

  • red value is 196;
  • green value is 193;
  • blue value is 181.
RGB:
(196,193,181)
(77%,76%,71%)

RGB channels and saturation

R 196 of 255 = 77%
G 193 of 255 = 76%
B 181 of 255 = 71%

196
193
181

R + G + B ~ 75%. #C4C1B5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
196 + 193 + 181 = 570 (100%)
R 196 of 570 ~ 34.39%
G 193 of 570 ~ 33.86%
B 181 of 570 ~ 31.75%

%34.39
%33.86
%31.75

CMYK color model

#C4C1B5 color CMYK value is (0,2,8,23).

  • cyan value is 0.00%
  • magenta value is 1.53%
  • yellow value is 7.65%
  • key color value is 23.14%
CMYK:
(0,2,8,23)
C0M2Y8K23 
(0%,2%,8%,23%)
(0.00/0.02/0.08/0.23)	

CMYK percentages

%0
%1.53
%7.65
%23.14

Codes

Color #C4C1B5 in popluar color models

C4C1B5
RGB196193181
HSL48°11.28%73.92%
HSB/HSV48°7.65%76.86%
CMYK0.00%1.53%7.65%
23.14%

Color #C4C1B5 in popluar number systems.

HEXC4C1B5
Decimal196193181
Binary110001001100000110110101
Octal304301265

Shades and tints

Shades of #C4C1B5

#C4C1B5
(196,193,181)
#B3B0A5
(179,176,165)
#A29F95
(162,159,149)
#918E85
(145,142,133)
#807D75
(128,125,117)
#6F6C65
(111,108,101)
#5E5B55
(94,91,85)
#4D4A45
(77,74,69)
#3C3935
(60,57,53)
#2B2825
(43,40,37)
#1A1715
(26,23,21)
#000000
(0,0,0)

Tints of #C4C1B5

#C4C1B5
(196,193,181)
#C9C6BB
(201,198,187)
#CECBC1
(206,203,193)
#D3D0C7
(211,208,199)
#D8D5CD
(216,213,205)
#DDDAD3
(221,218,211)
#E2DFD9
(226,223,217)
#E7E4DF
(231,228,223)
#ECE9E5
(236,233,229)
#F1EEEB
(241,238,235)
#F6F3F1
(246,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C4C1B5 color. Also use rgb(196,193,181) instead hex code.

Text Font Color

.myTextColor { color: #C4C1B5; }

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

This text font color is #C4C1B5.


Background Color

.myBgColor { background-color: #C4C1B5; }

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

This div background color is #C4C1B5.


Border color

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

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

This div border color is #C4C1B5.


Opacity

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

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

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

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

This text has shadow with #C4C1B5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C4C1B5 on black background.


Color preview on white background

This text has color #C4C1B5 on white background.



Black color preview on #C4C1B5 background

This text has black color on #C4C1B5 background.


White color preview on #C4C1B5 background

This text has white color on #C4C1B5 background.