COLOR #C4C1BB

HEX: #C4C1BB
RGB: (196,193,187)

Color info

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

RGB color model

#C4C1BB color RGB value is (196,193,187).

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

RGB channels and saturation

R 196 of 255 = 77%
G 193 of 255 = 76%
B 187 of 255 = 73%

196
193
187

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

Portions of RGB colors in percentages

R + G + B =
196 + 193 + 187 = 576 (100%)
R 196 of 576 ~ 34.03%
G 193 of 576 ~ 33.51%
B 187 of 576 ~ 32.47%

%34.03
%33.51
%32.47

CMYK color model

#C4C1BB color CMYK value is (0,2,5,23).

  • cyan value is 0.00%
  • magenta value is 1.53%
  • yellow value is 4.59%
  • key color value is 23.14%
CMYK:
(0,2,5,23)
C0M2Y5K23 
(0%,2%,5%,23%)
(0.00/0.02/0.05/0.23)	

CMYK percentages

%0
%1.53
%4.59
%23.14

Codes

Color #C4C1BB in popluar color models

C4C1BB
RGB196193187
HSL40°7.09%75.10%
HSB/HSV40°4.59%76.86%
CMYK0.00%1.53%4.59%
23.14%

Color #C4C1BB in popluar number systems.

HEXC4C1BB
Decimal196193187
Binary110001001100000110111011
Octal304301273

Shades and tints

Shades of #C4C1BB

#C4C1BB
(196,193,187)
#B3B0AA
(179,176,170)
#A29F99
(162,159,153)
#918E88
(145,142,136)
#807D77
(128,125,119)
#6F6C66
(111,108,102)
#5E5B55
(94,91,85)
#4D4A44
(77,74,68)
#3C3933
(60,57,51)
#2B2822
(43,40,34)
#1A1711
(26,23,17)
#000000
(0,0,0)

Tints of #C4C1BB

#C4C1BB
(196,193,187)
#C9C6C1
(201,198,193)
#CECBC7
(206,203,199)
#D3D0CD
(211,208,205)
#D8D5D3
(216,213,211)
#DDDAD9
(221,218,217)
#E2DFDF
(226,223,223)
#E7E4E5
(231,228,229)
#ECE9EB
(236,233,235)
#F1EEF1
(241,238,241)
#F6F3F7
(246,243,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C4C1BB; }

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

This text font color is #C4C1BB.


Background Color

.myBgColor { background-color: #C4C1BB; }

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

This div background color is #C4C1BB.


Border color

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

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

This div border color is #C4C1BB.


Opacity

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

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

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

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

This text has shadow with #C4C1BB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C4C1BB on black background.


Color preview on white background

This text has color #C4C1BB on white background.



Black color preview on #C4C1BB background

This text has black color on #C4C1BB background.


White color preview on #C4C1BB background

This text has white color on #C4C1BB background.