COLOR #C7BAB0

HEX: #C7BAB0
RGB: (199,186,176)

Color info

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

RGB color model

#C7BAB0 color RGB value is (199,186,176).

  • red value is 199;
  • green value is 186;
  • blue value is 176.
RGB:
(199,186,176)
(78%,73%,69%)

RGB channels and saturation

R 199 of 255 = 78%
G 186 of 255 = 73%
B 176 of 255 = 69%

199
186
176

R + G + B ~ 73%. #C7BAB0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
199 + 186 + 176 = 561 (100%)
R 199 of 561 ~ 35.47%
G 186 of 561 ~ 33.16%
B 176 of 561 ~ 31.37%

%35.47
%33.16
%31.37

CMYK color model

#C7BAB0 color CMYK value is (0,7,12,22).

  • cyan value is 0.00%
  • magenta value is 6.53%
  • yellow value is 11.56%
  • key color value is 21.96%
CMYK:
(0,7,12,22)
C0M7Y12K22 
(0%,7%,12%,22%)
(0.00/0.07/0.12/0.22)	

CMYK percentages

%0
%6.53
%11.56
%21.96

Codes

Color #C7BAB0 in popluar color models

C7BAB0
RGB199186176
HSL26°17.04%73.53%
HSB/HSV26°11.56%78.04%
CMYK0.00%6.53%11.56%
21.96%

Color #C7BAB0 in popluar number systems.

HEXC7BAB0
Decimal199186176
Binary110001111011101010110000
Octal307272260

Shades and tints

Shades of #C7BAB0

#C7BAB0
(199,186,176)
#B5AAA0
(181,170,160)
#A39A90
(163,154,144)
#918A80
(145,138,128)
#7F7A70
(127,122,112)
#6D6A60
(109,106,96)
#5B5A50
(91,90,80)
#494A40
(73,74,64)
#373A30
(55,58,48)
#252A20
(37,42,32)
#131A10
(19,26,16)
#000000
(0,0,0)

Tints of #C7BAB0

#C7BAB0
(199,186,176)
#CCC0B7
(204,192,183)
#D1C6BE
(209,198,190)
#D6CCC5
(214,204,197)
#DBD2CC
(219,210,204)
#E0D8D3
(224,216,211)
#E5DEDA
(229,222,218)
#EAE4E1
(234,228,225)
#EFEAE8
(239,234,232)
#F4F0EF
(244,240,239)
#F9F6F6
(249,246,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C7BAB0; }

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

This text font color is #C7BAB0.


Background Color

.myBgColor { background-color: #C7BAB0; }

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

This div background color is #C7BAB0.


Border color

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

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

This div border color is #C7BAB0.


Opacity

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

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

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

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

This text has shadow with #C7BAB0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C7BAB0 on black background.


Color preview on white background

This text has color #C7BAB0 on white background.



Black color preview on #C7BAB0 background

This text has black color on #C7BAB0 background.


White color preview on #C7BAB0 background

This text has white color on #C7BAB0 background.