COLOR #C4C1BC

HEX: #C4C1BC
RGB: (196,193,188)

Color info

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

RGB color model

#C4C1BC color RGB value is (196,193,188).

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

RGB channels and saturation

R 196 of 255 = 77%
G 193 of 255 = 76%
B 188 of 255 = 74%

196
193
188

R + G + B ~ 76%. #C4C1BC is quite light color.

Portions of RGB colors in percentages

R + G + B =
196 + 193 + 188 = 577 (100%)
R 196 of 577 ~ 33.97%
G 193 of 577 ~ 33.45%
B 188 of 577 ~ 32.58%

%33.97
%33.45
%32.58

CMYK color model

#C4C1BC color CMYK value is (0,2,4,23).

  • cyan value is 0.00%
  • magenta value is 1.53%
  • yellow value is 4.08%
  • key color value is 23.14%
CMYK:
(0,2,4,23)
C0M2Y4K23 
(0%,2%,4%,23%)
(0.00/0.02/0.04/0.23)	

CMYK percentages

%0
%1.53
%4.08
%23.14

Codes

Color #C4C1BC in popluar color models

C4C1BC
RGB196193188
HSL37°6.35%75.29%
HSB/HSV37°4.08%76.86%
CMYK0.00%1.53%4.08%
23.14%

Color #C4C1BC in popluar number systems.

HEXC4C1BC
Decimal196193188
Binary110001001100000110111100
Octal304301274

Shades and tints

Shades of #C4C1BC

#C4C1BC
(196,193,188)
#B3B0AB
(179,176,171)
#A29F9A
(162,159,154)
#918E89
(145,142,137)
#807D78
(128,125,120)
#6F6C67
(111,108,103)
#5E5B56
(94,91,86)
#4D4A45
(77,74,69)
#3C3934
(60,57,52)
#2B2823
(43,40,35)
#1A1712
(26,23,18)
#000000
(0,0,0)

Tints of #C4C1BC

#C4C1BC
(196,193,188)
#C9C6C2
(201,198,194)
#CECBC8
(206,203,200)
#D3D0CE
(211,208,206)
#D8D5D4
(216,213,212)
#DDDADA
(221,218,218)
#E2DFE0
(226,223,224)
#E7E4E6
(231,228,230)
#ECE9EC
(236,233,236)
#F1EEF2
(241,238,242)
#F6F3F8
(246,243,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C4C1BC; }

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

This text font color is #C4C1BC.


Background Color

.myBgColor { background-color: #C4C1BC; }

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

This div background color is #C4C1BC.


Border color

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

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

This div border color is #C4C1BC.


Opacity

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

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

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

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

This text has shadow with #C4C1BC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C4C1BC on black background.


Color preview on white background

This text has color #C4C1BC on white background.



Black color preview on #C4C1BC background

This text has black color on #C4C1BC background.


White color preview on #C4C1BC background

This text has white color on #C4C1BC background.