COLOR #C4C7BF

HEX: #C4C7BF
RGB: (196,199,191)

Color info

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

RGB color model

#C4C7BF color RGB value is (196,199,191).

  • red value is 196;
  • green value is 199;
  • blue value is 191.
RGB:
(196,199,191)
(77%,78%,75%)

RGB channels and saturation

R 196 of 255 = 77%
G 199 of 255 = 78%
B 191 of 255 = 75%

196
199
191

R + G + B ~ 77%. #C4C7BF is quite light color.

Portions of RGB colors in percentages

R + G + B =
196 + 199 + 191 = 586 (100%)
R 196 of 586 ~ 33.45%
G 199 of 586 ~ 33.96%
B 191 of 586 ~ 32.59%

%33.45
%33.96
%32.59

CMYK color model

#C4C7BF color CMYK value is (2,0,4,22).

  • cyan value is 1.51%
  • magenta value is 0.00%
  • yellow value is 4.02%
  • key color value is 21.96%
CMYK:
(2,0,4,22)
C2M0Y4K22 
(2%,0%,4%,22%)
(0.02/0.00/0.04/0.22)	

CMYK percentages

%1.51
%0
%4.02
%21.96

Codes

Color #C4C7BF in popluar color models

C4C7BF
RGB196199191
HSL82°6.67%76.47%
HSB/HSV82°4.02%78.04%
CMYK1.51%0.00%4.02%
21.96%

Color #C4C7BF in popluar number systems.

HEXC4C7BF
Decimal196199191
Binary110001001100011110111111
Octal304307277

Shades and tints

Shades of #C4C7BF

#C4C7BF
(196,199,191)
#B3B5AE
(179,181,174)
#A2A39D
(162,163,157)
#91918C
(145,145,140)
#807F7B
(128,127,123)
#6F6D6A
(111,109,106)
#5E5B59
(94,91,89)
#4D4948
(77,73,72)
#3C3737
(60,55,55)
#2B2526
(43,37,38)
#1A1315
(26,19,21)
#000000
(0,0,0)

Tints of #C4C7BF

#C4C7BF
(196,199,191)
#C9CCC4
(201,204,196)
#CED1C9
(206,209,201)
#D3D6CE
(211,214,206)
#D8DBD3
(216,219,211)
#DDE0D8
(221,224,216)
#E2E5DD
(226,229,221)
#E7EAE2
(231,234,226)
#ECEFE7
(236,239,231)
#F1F4EC
(241,244,236)
#F6F9F1
(246,249,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C4C7BF; }

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

This text font color is #C4C7BF.


Background Color

.myBgColor { background-color: #C4C7BF; }

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

This div background color is #C4C7BF.


Border color

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

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

This div border color is #C4C7BF.


Opacity

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

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

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

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

This text has shadow with #C4C7BF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C4C7BF on black background.


Color preview on white background

This text has color #C4C7BF on white background.



Black color preview on #C4C7BF background

This text has black color on #C4C7BF background.


White color preview on #C4C7BF background

This text has white color on #C4C7BF background.