COLOR #C7C2B1

HEX: #C7C2B1
RGB: (199,194,177)

Color info

#C7C2B1 contains red, green and blue colors in about the same proportion. Web safe color of #C7C2B1 is #CCCC99 (or #CC9).

RGB color model

#C7C2B1 color RGB value is (199,194,177).

  • red value is 199;
  • green value is 194;
  • blue value is 177.
RGB:
(199,194,177)
(78%,76%,69%)

RGB channels and saturation

R 199 of 255 = 78%
G 194 of 255 = 76%
B 177 of 255 = 69%

199
194
177

R + G + B ~ 74%. #C7C2B1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
199 + 194 + 177 = 570 (100%)
R 199 of 570 ~ 34.91%
G 194 of 570 ~ 34.04%
B 177 of 570 ~ 31.05%

%34.91
%34.04
%31.05

CMYK color model

#C7C2B1 color CMYK value is (0,3,11,22).

  • cyan value is 0.00%
  • magenta value is 2.51%
  • yellow value is 11.06%
  • key color value is 21.96%
CMYK:
(0,3,11,22)
C0M3Y11K22 
(0%,3%,11%,22%)
(0.00/0.03/0.11/0.22)	

CMYK percentages

%0
%2.51
%11.06
%21.96

Codes

Color #C7C2B1 in popluar color models

C7C2B1
RGB199194177
HSL46°16.42%73.73%
HSB/HSV46°11.06%78.04%
CMYK0.00%2.51%11.06%
21.96%

Color #C7C2B1 in popluar number systems.

HEXC7C2B1
Decimal199194177
Binary110001111100001010110001
Octal307302261

Shades and tints

Shades of #C7C2B1

#C7C2B1
(199,194,177)
#B5B1A1
(181,177,161)
#A3A091
(163,160,145)
#918F81
(145,143,129)
#7F7E71
(127,126,113)
#6D6D61
(109,109,97)
#5B5C51
(91,92,81)
#494B41
(73,75,65)
#373A31
(55,58,49)
#252921
(37,41,33)
#131811
(19,24,17)
#000000
(0,0,0)

Tints of #C7C2B1

#C7C2B1
(199,194,177)
#CCC7B8
(204,199,184)
#D1CCBF
(209,204,191)
#D6D1C6
(214,209,198)
#DBD6CD
(219,214,205)
#E0DBD4
(224,219,212)
#E5E0DB
(229,224,219)
#EAE5E2
(234,229,226)
#EFEAE9
(239,234,233)
#F4EFF0
(244,239,240)
#F9F4F7
(249,244,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C7C2B1 color. Also use rgb(199,194,177) instead hex code.

Text Font Color

.myTextColor { color: #C7C2B1; }

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

This text font color is #C7C2B1.


Background Color

.myBgColor { background-color: #C7C2B1; }

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

This div background color is #C7C2B1.


Border color

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

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

This div border color is #C7C2B1.


Opacity

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

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

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

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

This text has shadow with #C7C2B1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C7C2B1 on black background.


Color preview on white background

This text has color #C7C2B1 on white background.



Black color preview on #C7C2B1 background

This text has black color on #C7C2B1 background.


White color preview on #C7C2B1 background

This text has white color on #C7C2B1 background.