COLOR #C7C4BB

HEX: #C7C4BB
RGB: (199,196,187)

Color info

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

RGB color model

#C7C4BB color RGB value is (199,196,187).

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

RGB channels and saturation

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

199
196
187

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

Portions of RGB colors in percentages

R + G + B =
199 + 196 + 187 = 582 (100%)
R 199 of 582 ~ 34.19%
G 196 of 582 ~ 33.68%
B 187 of 582 ~ 32.13%

%34.19
%33.68
%32.13

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 1.51%
  • yellow value is 6.03%
  • key color value is 21.96%
CMYK:
(0,2,6,22)
C0M2Y6K22 
(0%,2%,6%,22%)
(0.00/0.02/0.06/0.22)	

CMYK percentages

%0
%1.51
%6.03
%21.96

Codes

Color #C7C4BB in popluar color models

C7C4BB
RGB199196187
HSL45°9.68%75.69%
HSB/HSV45°6.03%78.04%
CMYK0.00%1.51%6.03%
21.96%

Color #C7C4BB in popluar number systems.

HEXC7C4BB
Decimal199196187
Binary110001111100010010111011
Octal307304273

Shades and tints

Shades of #C7C4BB

#C7C4BB
(199,196,187)
#B5B3AA
(181,179,170)
#A3A299
(163,162,153)
#919188
(145,145,136)
#7F8077
(127,128,119)
#6D6F66
(109,111,102)
#5B5E55
(91,94,85)
#494D44
(73,77,68)
#373C33
(55,60,51)
#252B22
(37,43,34)
#131A11
(19,26,17)
#000000
(0,0,0)

Tints of #C7C4BB

#C7C4BB
(199,196,187)
#CCC9C1
(204,201,193)
#D1CEC7
(209,206,199)
#D6D3CD
(214,211,205)
#DBD8D3
(219,216,211)
#E0DDD9
(224,221,217)
#E5E2DF
(229,226,223)
#EAE7E5
(234,231,229)
#EFECEB
(239,236,235)
#F4F1F1
(244,241,241)
#F9F6F7
(249,246,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C7C4BB; }

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

This text font color is #C7C4BB.


Background Color

.myBgColor { background-color: #C7C4BB; }

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

This div background color is #C7C4BB.


Border color

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

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

This div border color is #C7C4BB.


Opacity

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

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

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

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

This text has shadow with #C7C4BB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C7C4BB on black background.


Color preview on white background

This text has color #C7C4BB on white background.



Black color preview on #C7C4BB background

This text has black color on #C7C4BB background.


White color preview on #C7C4BB background

This text has white color on #C7C4BB background.