COLOR #C4C6BB

HEX: #C4C6BB
RGB: (196,198,187)

Color info

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

RGB color model

#C4C6BB color RGB value is (196,198,187).

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

RGB channels and saturation

R 196 of 255 = 77%
G 198 of 255 = 78%
B 187 of 255 = 73%

196
198
187

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

Portions of RGB colors in percentages

R + G + B =
196 + 198 + 187 = 581 (100%)
R 196 of 581 ~ 33.73%
G 198 of 581 ~ 34.08%
B 187 of 581 ~ 32.19%

%33.73
%34.08
%32.19

CMYK color model

#C4C6BB color CMYK value is (1,0,6,22).

  • cyan value is 1.01%
  • magenta value is 0.00%
  • yellow value is 5.56%
  • key color value is 22.35%
CMYK:
(1,0,6,22)
C1M0Y6K22 
(1%,0%,6%,22%)
(0.01/0.00/0.06/0.22)	

CMYK percentages

%1.01
%0
%5.56
%22.35

Codes

Color #C4C6BB in popluar color models

C4C6BB
RGB196198187
HSL71°8.80%75.49%
HSB/HSV71°5.56%77.65%
CMYK1.01%0.00%5.56%
22.35%

Color #C4C6BB in popluar number systems.

HEXC4C6BB
Decimal196198187
Binary110001001100011010111011
Octal304306273

Shades and tints

Shades of #C4C6BB

#C4C6BB
(196,198,187)
#B3B4AA
(179,180,170)
#A2A299
(162,162,153)
#919088
(145,144,136)
#807E77
(128,126,119)
#6F6C66
(111,108,102)
#5E5A55
(94,90,85)
#4D4844
(77,72,68)
#3C3633
(60,54,51)
#2B2422
(43,36,34)
#1A1211
(26,18,17)
#000000
(0,0,0)

Tints of #C4C6BB

#C4C6BB
(196,198,187)
#C9CBC1
(201,203,193)
#CED0C7
(206,208,199)
#D3D5CD
(211,213,205)
#D8DAD3
(216,218,211)
#DDDFD9
(221,223,217)
#E2E4DF
(226,228,223)
#E7E9E5
(231,233,229)
#ECEEEB
(236,238,235)
#F1F3F1
(241,243,241)
#F6F8F7
(246,248,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C4C6BB; }

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

This text font color is #C4C6BB.


Background Color

.myBgColor { background-color: #C4C6BB; }

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

This div background color is #C4C6BB.


Border color

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

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

This div border color is #C4C6BB.


Opacity

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

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

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

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

This text has shadow with #C4C6BB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C4C6BB on black background.


Color preview on white background

This text has color #C4C6BB on white background.



Black color preview on #C4C6BB background

This text has black color on #C4C6BB background.


White color preview on #C4C6BB background

This text has white color on #C4C6BB background.