COLOR #C7B186

HEX: #C7B186
RGB: (199,177,134)

Color info

#C7B186 contains mainly red and green colors. Web safe color of #C7B186 is #CC9999 (or #C99).

RGB color model

#C7B186 color RGB value is (199,177,134).

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

RGB channels and saturation

R 199 of 255 = 78%
G 177 of 255 = 69%
B 134 of 255 = 53%

199
177
134

R + G + B ~ 67%. #C7B186 is quite light color.

Portions of RGB colors in percentages

R + G + B =
199 + 177 + 134 = 510 (100%)
R 199 of 510 ~ 39.02%
G 177 of 510 ~ 34.71%
B 134 of 510 ~ 26.27%

%39.02
%34.71
%26.27

CMYK color model

#C7B186 color CMYK value is (0,11,33,22).

  • cyan value is 0.00%
  • magenta value is 11.06%
  • yellow value is 32.66%
  • key color value is 21.96%
CMYK:
(0,11,33,22)
C0M11Y33K22 
(0%,11%,33%,22%)
(0.00/0.11/0.33/0.22)	

CMYK percentages

%0
%11.06
%32.66
%21.96

Codes

Color #C7B186 in popluar color models

C7B186
RGB199177134
HSL40°36.72%65.29%
HSB/HSV40°32.66%78.04%
CMYK0.00%11.06%32.66%
21.96%

Color #C7B186 in popluar number systems.

HEXC7B186
Decimal199177134
Binary110001111011000110000110
Octal307261206

Shades and tints

Shades of #C7B186

#C7B186
(199,177,134)
#B5A17A
(181,161,122)
#A3916E
(163,145,110)
#918162
(145,129,98)
#7F7156
(127,113,86)
#6D614A
(109,97,74)
#5B513E
(91,81,62)
#494132
(73,65,50)
#373126
(55,49,38)
#25211A
(37,33,26)
#13110E
(19,17,14)
#000000
(0,0,0)

Tints of #C7B186

#C7B186
(199,177,134)
#CCB891
(204,184,145)
#D1BF9C
(209,191,156)
#D6C6A7
(214,198,167)
#DBCDB2
(219,205,178)
#E0D4BD
(224,212,189)
#E5DBC8
(229,219,200)
#EAE2D3
(234,226,211)
#EFE9DE
(239,233,222)
#F4F0E9
(244,240,233)
#F9F7F4
(249,247,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C7B186; }

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

This text font color is #C7B186.


Background Color

.myBgColor { background-color: #C7B186; }

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

This div background color is #C7B186.


Border color

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

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

This div border color is #C7B186.


Opacity

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

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

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

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

This text has shadow with #C7B186 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C7B186 on black background.


Color preview on white background

This text has color #C7B186 on white background.



Black color preview on #C7B186 background

This text has black color on #C7B186 background.


White color preview on #C7B186 background

This text has white color on #C7B186 background.