COLOR #C4C3BC

HEX: #C4C3BC RGB: (196,195,188)

Color info

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

RGB color model

#C4C3BC color RGB value is (196,195,188).

RGB: (196,195,188) (77%, 76%, 74%)

RGB channels and saturation

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

196
195
188

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

Portions of RGB colors in percentages

R + G + B = 196 + 195 + 188 = 579 (100%)
R 196 of 579 ~ 33.85%
G 195 of 579 ~ 33.68%
B 188 of 579 ~ 32.47'%

%33.85
%33.68
%32.47

CMYK color model

#C4C3BC color CMYK value is (0,1,4,23).

  • cyan value is 0.00%
  • magenta value is 0.51%
  • yellow value is 4.08%
  • key color value is 23.14%
CMYK: (0,1,4,23) C0M1Y4K23 (0%,1%,4%,23%) (0.00/0.01/0.04/0.23) 

CMYK percentages

%0
%0.51
%4.08
%23.14

Codes

Color #C4C3BC in popluar color models

C4 C3 BC
RGB 196 195 188
HSL 52° 6.35% 75.29%
HSB/HSV 52° 4.08% 76.86%
CMYK 0.00% 0.51% 4.08%
23.14%

Color #C4C3BC in popluar number systems.

HEX C4 C3 BC
Decimal 196 195 188
Binary 11000100 11000011 10111100
Octal 304 303 274

Shades and tints

Shades of #C4C3BC

#C4C3BC
(196,195,188)
#B3B2AB
(179,178,171)
#A2A19A
(162,161,154)
#919089
(145,144,137)
#807F78
(128,127,120)
#6F6E67
(111,110,103)
#5E5D56
(94,93,86)
#4D4C45
(77,76,69)
#3C3B34
(60,59,52)
#2B2A23
(43,42,35)
#1A1912
(26,25,18)
#000000
(0,0,0)

Tints of #C4C3BC

#C4C3BC
(196,195,188)
#C9C8C2
(201,200,194)
#CECDC8
(206,205,200)
#D3D2CE
(211,210,206)
#D8D7D4
(216,215,212)
#DDDCDA
(221,220,218)
#E2E1E0
(226,225,224)
#E7E6E6
(231,230,230)
#ECEBEC
(236,235,236)
#F1F0F2
(241,240,242)
#F6F5F8
(246,245,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C4C3BC; }

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

This text font color is #C4C3BC.

Background Color

.myBgColor { background-color: #C4C3BC; }

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

This div background color is #C4C3BC.

Border color

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

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

This div border color is #C4C3BC.

Opacity

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

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

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

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

This text has shadow with #C4C3BC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C4C3BC.

Preview

Color preview on black background

This text has color #C4C3BC on black background.


Color preview on white background

This text has color #C4C3BC on white background.


Black color preview on #C4C3BC background

This text has black color on #C4C3BC background.


White color preview on #C4C3BC background

This text has white color on #C4C3BC background.


Related colors

Complementary color

Complementary color for #hex is #3B3C43.


I love getcolorcode.com

Triadic colors

1 #BCC4C3 and #C3BCC4 with #C4C3BC are triadic colors.

2 #BCC3C4 and #C3C4BC with #C4C3BC are triadic colors.