COLOR #C7C1B0

HEX: #C7C1B0 RGB: (199,193,176)

Color info

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

RGB color model

#C7C1B0 color RGB value is (199,193,176).

RGB: (199,193,176) (78%, 76%, 69%)

RGB channels and saturation

R 199 of 255 = 78%
G 193 of 255 = 76%
B 176 of 255 = 69%

199
193
176

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

Portions of RGB colors in percentages

R + G + B = 199 + 193 + 176 = 568 (100%)
R 199 of 568 ~ 35.04%
G 193 of 568 ~ 33.98%
B 176 of 568 ~ 30.99'%

%35.04
%33.98
%30.99

CMYK color model

#C7C1B0 color CMYK value is (0,3,12,22).

  • cyan value is 0.00%
  • magenta value is 3.02%
  • yellow value is 11.56%
  • key color value is 21.96%
CMYK: (0,3,12,22) C0M3Y12K22 (0%,3%,12%,22%) (0.00/0.03/0.12/0.22) 

CMYK percentages

%0
%3.02
%11.56
%21.96

Codes

Color #C7C1B0 in popluar color models

C7 C1 B0
RGB 199 193 176
HSL 44° 17.04% 73.53%
HSB/HSV 44° 11.56% 78.04%
CMYK 0.00% 3.02% 11.56%
21.96%

Color #C7C1B0 in popluar number systems.

HEX C7 C1 B0
Decimal 199 193 176
Binary 11000111 11000001 10110000
Octal 307 301 260

Shades and tints

Shades of #C7C1B0

#C7C1B0
(199,193,176)
#B5B0A0
(181,176,160)
#A39F90
(163,159,144)
#918E80
(145,142,128)
#7F7D70
(127,125,112)
#6D6C60
(109,108,96)
#5B5B50
(91,91,80)
#494A40
(73,74,64)
#373930
(55,57,48)
#252820
(37,40,32)
#131710
(19,23,16)
#000000
(0,0,0)

Tints of #C7C1B0

#C7C1B0
(199,193,176)
#CCC6B7
(204,198,183)
#D1CBBE
(209,203,190)
#D6D0C5
(214,208,197)
#DBD5CC
(219,213,204)
#E0DAD3
(224,218,211)
#E5DFDA
(229,223,218)
#EAE4E1
(234,228,225)
#EFE9E8
(239,233,232)
#F4EEEF
(244,238,239)
#F9F3F6
(249,243,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C7C1B0 color. Also use rgb(199,193,176) instead hex code.

Text Font Color

.myTextColor { color: #C7C1B0; }

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

This text font color is #C7C1B0.

Background Color

.myBgColor { background-color: #C7C1B0; }

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

This div background color is #C7C1B0.

Border color

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

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

This div border color is #C7C1B0.

Opacity

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

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

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

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

This text has shadow with #C7C1B0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C7C1B0.

Preview

Color preview on black background

This text has color #C7C1B0 on black background.


Color preview on white background

This text has color #C7C1B0 on white background.


Black color preview on #C7C1B0 background

This text has black color on #C7C1B0 background.


White color preview on #C7C1B0 background

This text has white color on #C7C1B0 background.


Related colors

Complementary color

Complementary color for #hex is #383E4F.


I love getcolorcode.com

Triadic colors

1 #B0C7C1 and #C1B0C7 with #C7C1B0 are triadic colors.

2 #B0C1C7 and #C1C7B0 with #C7C1B0 are triadic colors.