COLOR #C7B6B9

HEX: #C7B6B9
RGB: (199,182,185)

Color info

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

RGB color model

#C7B6B9 color RGB value is (199,182,185).

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

RGB channels and saturation

R 199 of 255 = 78%
G 182 of 255 = 71%
B 185 of 255 = 73%

199
182
185

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

Portions of RGB colors in percentages

R + G + B =
199 + 182 + 185 = 566 (100%)
R 199 of 566 ~ 35.16%
G 182 of 566 ~ 32.16%
B 185 of 566 ~ 32.69%

%35.16
%32.16
%32.69

CMYK color model

#C7B6B9 color CMYK value is (0,9,7,22).

  • cyan value is 0.00%
  • magenta value is 8.54%
  • yellow value is 7.04%
  • key color value is 21.96%
CMYK:
(0,9,7,22)
C0M9Y7K22 
(0%,9%,7%,22%)
(0.00/0.09/0.07/0.22)	

CMYK percentages

%0
%8.54
%7.04
%21.96

Codes

Color #C7B6B9 in popluar color models

C7B6B9
RGB199182185
HSL349°13.18%74.71%
HSB/HSV349°8.54%78.04%
CMYK0.00%8.54%7.04%
21.96%

Color #C7B6B9 in popluar number systems.

HEXC7B6B9
Decimal199182185
Binary110001111011011010111001
Octal307266271

Shades and tints

Shades of #C7B6B9

#C7B6B9
(199,182,185)
#B5A6A9
(181,166,169)
#A39699
(163,150,153)
#918689
(145,134,137)
#7F7679
(127,118,121)
#6D6669
(109,102,105)
#5B5659
(91,86,89)
#494649
(73,70,73)
#373639
(55,54,57)
#252629
(37,38,41)
#131619
(19,22,25)
#000000
(0,0,0)

Tints of #C7B6B9

#C7B6B9
(199,182,185)
#CCBCBF
(204,188,191)
#D1C2C5
(209,194,197)
#D6C8CB
(214,200,203)
#DBCED1
(219,206,209)
#E0D4D7
(224,212,215)
#E5DADD
(229,218,221)
#EAE0E3
(234,224,227)
#EFE6E9
(239,230,233)
#F4ECEF
(244,236,239)
#F9F2F5
(249,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C7B6B9; }

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

This text font color is #C7B6B9.


Background Color

.myBgColor { background-color: #C7B6B9; }

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

This div background color is #C7B6B9.


Border color

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

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

This div border color is #C7B6B9.


Opacity

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

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

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

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

This text has shadow with #C7B6B9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C7B6B9 on black background.


Color preview on white background

This text has color #C7B6B9 on white background.



Black color preview on #C7B6B9 background

This text has black color on #C7B6B9 background.


White color preview on #C7B6B9 background

This text has white color on #C7B6B9 background.