COLOR #C7C4B9

HEX: #C7C4B9
RGB: (199,196,185)

Color info

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

RGB color model

#C7C4B9 color RGB value is (199,196,185).

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

RGB channels and saturation

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

199
196
185

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

Portions of RGB colors in percentages

R + G + B =
199 + 196 + 185 = 580 (100%)
R 199 of 580 ~ 34.31%
G 196 of 580 ~ 33.79%
B 185 of 580 ~ 31.9%

%34.31
%33.79
%31.9

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 1.51%
  • yellow value is 7.04%
  • 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
%7.04
%21.96

Codes

Color #C7C4B9 in popluar color models

C7C4B9
RGB199196185
HSL47°11.11%75.29%
HSB/HSV47°7.04%78.04%
CMYK0.00%1.51%7.04%
21.96%

Color #C7C4B9 in popluar number systems.

HEXC7C4B9
Decimal199196185
Binary110001111100010010111001
Octal307304271

Shades and tints

Shades of #C7C4B9

#C7C4B9
(199,196,185)
#B5B3A9
(181,179,169)
#A3A299
(163,162,153)
#919189
(145,145,137)
#7F8079
(127,128,121)
#6D6F69
(109,111,105)
#5B5E59
(91,94,89)
#494D49
(73,77,73)
#373C39
(55,60,57)
#252B29
(37,43,41)
#131A19
(19,26,25)
#000000
(0,0,0)

Tints of #C7C4B9

#C7C4B9
(199,196,185)
#CCC9BF
(204,201,191)
#D1CEC5
(209,206,197)
#D6D3CB
(214,211,203)
#DBD8D1
(219,216,209)
#E0DDD7
(224,221,215)
#E5E2DD
(229,226,221)
#EAE7E3
(234,231,227)
#EFECE9
(239,236,233)
#F4F1EF
(244,241,239)
#F9F6F5
(249,246,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C7C4B9; }

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

This text font color is #C7C4B9.


Background Color

.myBgColor { background-color: #C7C4B9; }

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

This div background color is #C7C4B9.


Border color

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

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

This div border color is #C7C4B9.


Opacity

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

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

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

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

This text has shadow with #C7C4B9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C7C4B9 on black background.


Color preview on white background

This text has color #C7C4B9 on white background.



Black color preview on #C7C4B9 background

This text has black color on #C7C4B9 background.


White color preview on #C7C4B9 background

This text has white color on #C7C4B9 background.