COLOR #C4C3BB

HEX: #C4C3BB RGB: (196,195,187)

Color info

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

RGB color model

#C4C3BB color RGB value is (196,195,187).

RGB: (196,195,187) (77%, 76%, 73%)

RGB channels and saturation

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

196
195
187

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

Portions of RGB colors in percentages

R + G + B = 196 + 195 + 187 = 578 (100%)
R 196 of 578 ~ 33.91%
G 195 of 578 ~ 33.74%
B 187 of 578 ~ 32.35'%

%33.91
%33.74
%32.35

CMYK color model

#C4C3BB color CMYK value is (0,1,5,23).

  • cyan value is 0.00%
  • magenta value is 0.51%
  • yellow value is 4.59%
  • key color value is 23.14%

CMYK: (0,1,5,23)
C0M1Y5K23 (0%, 1%, 5%, 23%)
(0.00 / 0.01 / 0.05 / 0.23)

CMYK percentages

%0
%0.51
%4.59
%23.14

Codes

Color #C4C3BB in popluar color models

C4 C3 BB
RGB 196 195 187
HSL 53° 7.09% 75.10%
HSB/HSV 53° 4.59% 76.86%
CMYK 0.00% 0.51% 4.59%
23.14%

Color #C4C3BB in popluar number systems.

HEX C4 C3 BB
Decimal 196 195 187
Binary 11000100 11000011 10111011
Octal 304 303 273

Shades and tints

Shades of #C4C3BB

#C4C3BB
(196,195,187)
#B3B2AA
(179,178,170)
#A2A199
(162,161,153)
#919088
(145,144,136)
#807F77
(128,127,119)
#6F6E66
(111,110,102)
#5E5D55
(94,93,85)
#4D4C44
(77,76,68)
#3C3B33
(60,59,51)
#2B2A22
(43,42,34)
#1A1911
(26,25,17)
#000000
(0,0,0)

Tints of #C4C3BB

#C4C3BB
(196,195,187)
#C9C8C1
(201,200,193)
#CECDC7
(206,205,199)
#D3D2CD
(211,210,205)
#D8D7D3
(216,215,211)
#DDDCD9
(221,220,217)
#E2E1DF
(226,225,223)
#E7E6E5
(231,230,229)
#ECEBEB
(236,235,235)
#F1F0F1
(241,240,241)
#F6F5F7
(246,245,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C4C3BB; }

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

This text font color is #C4C3BB.

Background Color

.myBgColor { background-color: #C4C3BB; }

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

This div background color is #C4C3BB.

Border color

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

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

This div border color is #C4C3BB.

Opacity

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

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

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

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

This text has shadow with #C4C3BB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C4C3BB.

Preview

Color preview on black background

This text has color #C4C3BB on black background.


Color preview on white background

This text has color #C4C3BB on white background.


Black color preview on #C4C3BB background

This text has black color on #C4C3BB background.


White color preview on #C4C3BB background

This text has white color on #C4C3BB background.


Related colors

Complementary color

Complementary color for #hex is #3B3C44.


I love getcolorcode.com

Triadic colors

1 #BBC4C3 and #C3BBC4 with #C4C3BB are triadic colors.

2 #BBC3C4 and #C3C4BB with #C4C3BB are triadic colors.