COLOR #C7C5B7

HEX: #C7C5B7
RGB: (199,197,183)

Color info

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

RGB color model

#C7C5B7 color RGB value is (199,197,183).

  • red value is 199;
  • green value is 197;
  • blue value is 183.
RGB:
(199,197,183)
(78%,77%,72%)

RGB channels and saturation

R 199 of 255 = 78%
G 197 of 255 = 77%
B 183 of 255 = 72%

199
197
183

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

Portions of RGB colors in percentages

R + G + B =
199 + 197 + 183 = 579 (100%)
R 199 of 579 ~ 34.37%
G 197 of 579 ~ 34.02%
B 183 of 579 ~ 31.61%

%34.37
%34.02
%31.61

CMYK color model

#C7C5B7 color CMYK value is (0,1,8,22).

  • cyan value is 0.00%
  • magenta value is 1.01%
  • yellow value is 8.04%
  • key color value is 21.96%
CMYK:
(0,1,8,22)
C0M1Y8K22 
(0%,1%,8%,22%)
(0.00/0.01/0.08/0.22)	

CMYK percentages

%0
%1.01
%8.04
%21.96

Codes

Color #C7C5B7 in popluar color models

C7C5B7
RGB199197183
HSL53°12.50%74.90%
HSB/HSV53°8.04%78.04%
CMYK0.00%1.01%8.04%
21.96%

Color #C7C5B7 in popluar number systems.

HEXC7C5B7
Decimal199197183
Binary110001111100010110110111
Octal307305267

Shades and tints

Shades of #C7C5B7

#C7C5B7
(199,197,183)
#B5B4A7
(181,180,167)
#A3A397
(163,163,151)
#919287
(145,146,135)
#7F8177
(127,129,119)
#6D7067
(109,112,103)
#5B5F57
(91,95,87)
#494E47
(73,78,71)
#373D37
(55,61,55)
#252C27
(37,44,39)
#131B17
(19,27,23)
#000000
(0,0,0)

Tints of #C7C5B7

#C7C5B7
(199,197,183)
#CCCABD
(204,202,189)
#D1CFC3
(209,207,195)
#D6D4C9
(214,212,201)
#DBD9CF
(219,217,207)
#E0DED5
(224,222,213)
#E5E3DB
(229,227,219)
#EAE8E1
(234,232,225)
#EFEDE7
(239,237,231)
#F4F2ED
(244,242,237)
#F9F7F3
(249,247,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C7C5B7 color. Also use rgb(199,197,183) instead hex code.

Text Font Color

.myTextColor { color: #C7C5B7; }

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

This text font color is #C7C5B7.


Background Color

.myBgColor { background-color: #C7C5B7; }

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

This div background color is #C7C5B7.


Border color

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

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

This div border color is #C7C5B7.


Opacity

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

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

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

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

This text has shadow with #C7C5B7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C7C5B7 on black background.


Color preview on white background

This text has color #C7C5B7 on white background.



Black color preview on #C7C5B7 background

This text has black color on #C7C5B7 background.


White color preview on #C7C5B7 background

This text has white color on #C7C5B7 background.