COLOR #C4C7BC

HEX: #C4C7BC RGB: (196,199,188)

Color info

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

RGB color model

#C4C7BC color RGB value is (196,199,188).

RGB: (196,199,188) (77%, 78%, 74%)

RGB channels and saturation

R 196 of 255 = 77%
G 199 of 255 = 78%
B 188 of 255 = 74%

196
199
188

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

Portions of RGB colors in percentages

R + G + B = 196 + 199 + 188 = 583 (100%)
R 196 of 583 ~ 33.62%
G 199 of 583 ~ 34.13%
B 188 of 583 ~ 32.25'%

%33.62
%34.13
%32.25

CMYK color model

#C4C7BC color CMYK value is (2,0,6,22).

  • cyan value is 1.51%
  • magenta value is 0.00%
  • yellow value is 5.53%
  • key color value is 21.96%

CMYK: (2,0,6,22)
C2M0Y6K22 (2%, 0%, 6%, 22%)
(0.02 / 0.00 / 0.06 / 0.22)

CMYK percentages

%1.51
%0
%5.53
%21.96

Codes

Color #C4C7BC in popluar color models

C4 C7 BC
RGB 196 199 188
HSL 76° 8.94% 75.88%
HSB/HSV 76° 5.53% 78.04%
CMYK 1.51% 0.00% 5.53%
21.96%

Color #C4C7BC in popluar number systems.

HEX C4 C7 BC
Decimal 196 199 188
Binary 11000100 11000111 10111100
Octal 304 307 274

Shades and tints

Shades of #C4C7BC

#C4C7BC
(196,199,188)
#B3B5AB
(179,181,171)
#A2A39A
(162,163,154)
#919189
(145,145,137)
#807F78
(128,127,120)
#6F6D67
(111,109,103)
#5E5B56
(94,91,86)
#4D4945
(77,73,69)
#3C3734
(60,55,52)
#2B2523
(43,37,35)
#1A1312
(26,19,18)
#000000
(0,0,0)

Tints of #C4C7BC

#C4C7BC
(196,199,188)
#C9CCC2
(201,204,194)
#CED1C8
(206,209,200)
#D3D6CE
(211,214,206)
#D8DBD4
(216,219,212)
#DDE0DA
(221,224,218)
#E2E5E0
(226,229,224)
#E7EAE6
(231,234,230)
#ECEFEC
(236,239,236)
#F1F4F2
(241,244,242)
#F6F9F8
(246,249,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C4C7BC; }

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

This text font color is #C4C7BC.

Background Color

.myBgColor { background-color: #C4C7BC; }

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

This div background color is #C4C7BC.

Border color

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

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

This div border color is #C4C7BC.

Opacity

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

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

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

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

This text has shadow with #C4C7BC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C4C7BC.

Preview

Color preview on black background

This text has color #C4C7BC on black background.


Color preview on white background

This text has color #C4C7BC on white background.


Black color preview on #C4C7BC background

This text has black color on #C4C7BC background.


White color preview on #C4C7BC background

This text has white color on #C4C7BC background.


Related colors

Complementary color

Complementary color for #hex is #3B3843.


I love getcolorcode.com

Triadic colors

1 #BCC4C7 and #C7BCC4 with #C4C7BC are triadic colors.

2 #BCC7C4 and #C7C4BC with #C4C7BC are triadic colors.