COLOR #C7BAB8

HEX: #C7BAB8
RGB: (199,186,184)

Color info

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

RGB color model

#C7BAB8 color RGB value is (199,186,184).

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

RGB channels and saturation

R 199 of 255 = 78%
G 186 of 255 = 73%
B 184 of 255 = 72%

199
186
184

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

Portions of RGB colors in percentages

R + G + B =
199 + 186 + 184 = 569 (100%)
R 199 of 569 ~ 34.97%
G 186 of 569 ~ 32.69%
B 184 of 569 ~ 32.34%

%34.97
%32.69
%32.34

CMYK color model

#C7BAB8 color CMYK value is (0,7,8,22).

  • cyan value is 0.00%
  • magenta value is 6.53%
  • yellow value is 7.54%
  • key color value is 21.96%
CMYK:
(0,7,8,22)
C0M7Y8K22 
(0%,7%,8%,22%)
(0.00/0.07/0.08/0.22)	

CMYK percentages

%0
%6.53
%7.54
%21.96

Codes

Color #C7BAB8 in popluar color models

C7BAB8
RGB199186184
HSL11.81%75.10%
HSB/HSV7.54%78.04%
CMYK0.00%6.53%7.54%
21.96%

Color #C7BAB8 in popluar number systems.

HEXC7BAB8
Decimal199186184
Binary110001111011101010111000
Octal307272270

Shades and tints

Shades of #C7BAB8

#C7BAB8
(199,186,184)
#B5AAA8
(181,170,168)
#A39A98
(163,154,152)
#918A88
(145,138,136)
#7F7A78
(127,122,120)
#6D6A68
(109,106,104)
#5B5A58
(91,90,88)
#494A48
(73,74,72)
#373A38
(55,58,56)
#252A28
(37,42,40)
#131A18
(19,26,24)
#000000
(0,0,0)

Tints of #C7BAB8

#C7BAB8
(199,186,184)
#CCC0BE
(204,192,190)
#D1C6C4
(209,198,196)
#D6CCCA
(214,204,202)
#DBD2D0
(219,210,208)
#E0D8D6
(224,216,214)
#E5DEDC
(229,222,220)
#EAE4E2
(234,228,226)
#EFEAE8
(239,234,232)
#F4F0EE
(244,240,238)
#F9F6F4
(249,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C7BAB8; }

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

This text font color is #C7BAB8.


Background Color

.myBgColor { background-color: #C7BAB8; }

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

This div background color is #C7BAB8.


Border color

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

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

This div border color is #C7BAB8.


Opacity

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

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

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

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

This text has shadow with #C7BAB8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C7BAB8 on black background.


Color preview on white background

This text has color #C7BAB8 on white background.



Black color preview on #C7BAB8 background

This text has black color on #C7BAB8 background.


White color preview on #C7BAB8 background

This text has white color on #C7BAB8 background.