COLOR #C7C4BA

HEX: #C7C4BA
RGB: (199,196,186)

Color info

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

RGB color model

#C7C4BA color RGB value is (199,196,186).

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

RGB channels and saturation

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

199
196
186

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

Portions of RGB colors in percentages

R + G + B =
199 + 196 + 186 = 581 (100%)
R 199 of 581 ~ 34.25%
G 196 of 581 ~ 33.73%
B 186 of 581 ~ 32.01%

%34.25
%33.73
%32.01

CMYK color model

#C7C4BA color CMYK value is (0,2,7,22).

  • cyan value is 0.00%
  • magenta value is 1.51%
  • yellow value is 6.53%
  • key color value is 21.96%
CMYK:
(0,2,7,22)
C0M2Y7K22 
(0%,2%,7%,22%)
(0.00/0.02/0.07/0.22)	

CMYK percentages

%0
%1.51
%6.53
%21.96

Codes

Color #C7C4BA in popluar color models

C7C4BA
RGB199196186
HSL46°10.40%75.49%
HSB/HSV46°6.53%78.04%
CMYK0.00%1.51%6.53%
21.96%

Color #C7C4BA in popluar number systems.

HEXC7C4BA
Decimal199196186
Binary110001111100010010111010
Octal307304272

Shades and tints

Shades of #C7C4BA

#C7C4BA
(199,196,186)
#B5B3AA
(181,179,170)
#A3A29A
(163,162,154)
#91918A
(145,145,138)
#7F807A
(127,128,122)
#6D6F6A
(109,111,106)
#5B5E5A
(91,94,90)
#494D4A
(73,77,74)
#373C3A
(55,60,58)
#252B2A
(37,43,42)
#131A1A
(19,26,26)
#000000
(0,0,0)

Tints of #C7C4BA

#C7C4BA
(199,196,186)
#CCC9C0
(204,201,192)
#D1CEC6
(209,206,198)
#D6D3CC
(214,211,204)
#DBD8D2
(219,216,210)
#E0DDD8
(224,221,216)
#E5E2DE
(229,226,222)
#EAE7E4
(234,231,228)
#EFECEA
(239,236,234)
#F4F1F0
(244,241,240)
#F9F6F6
(249,246,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C7C4BA; }

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

This text font color is #C7C4BA.


Background Color

.myBgColor { background-color: #C7C4BA; }

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

This div background color is #C7C4BA.


Border color

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

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

This div border color is #C7C4BA.


Opacity

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

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

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

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

This text has shadow with #C7C4BA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C7C4BA on black background.


Color preview on white background

This text has color #C7C4BA on white background.



Black color preview on #C7C4BA background

This text has black color on #C7C4BA background.


White color preview on #C7C4BA background

This text has white color on #C7C4BA background.