COLOR #C5BAB8

HEX: #C5BAB8
RGB: (197,186,184)

Color info

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

RGB color model

#C5BAB8 color RGB value is (197,186,184).

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

RGB channels and saturation

R 197 of 255 = 77%
G 186 of 255 = 73%
B 184 of 255 = 72%

197
186
184

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

Portions of RGB colors in percentages

R + G + B =
197 + 186 + 184 = 567 (100%)
R 197 of 567 ~ 34.74%
G 186 of 567 ~ 32.8%
B 184 of 567 ~ 32.45%

%34.74
%32.8
%32.45

CMYK color model

#C5BAB8 color CMYK value is (0,6,7,23).

  • cyan value is 0.00%
  • magenta value is 5.58%
  • yellow value is 6.60%
  • key color value is 22.75%
CMYK:
(0,6,7,23)
C0M6Y7K23 
(0%,6%,7%,23%)
(0.00/0.06/0.07/0.23)	

CMYK percentages

%0
%5.58
%6.6
%22.75

Codes

Color #C5BAB8 in popluar color models

C5BAB8
RGB197186184
HSL10.08%74.71%
HSB/HSV6.60%77.25%
CMYK0.00%5.58%6.60%
22.75%

Color #C5BAB8 in popluar number systems.

HEXC5BAB8
Decimal197186184
Binary110001011011101010111000
Octal305272270

Shades and tints

Shades of #C5BAB8

#C5BAB8
(197,186,184)
#B4AAA8
(180,170,168)
#A39A98
(163,154,152)
#928A88
(146,138,136)
#817A78
(129,122,120)
#706A68
(112,106,104)
#5F5A58
(95,90,88)
#4E4A48
(78,74,72)
#3D3A38
(61,58,56)
#2C2A28
(44,42,40)
#1B1A18
(27,26,24)
#000000
(0,0,0)

Tints of #C5BAB8

#C5BAB8
(197,186,184)
#CAC0BE
(202,192,190)
#CFC6C4
(207,198,196)
#D4CCCA
(212,204,202)
#D9D2D0
(217,210,208)
#DED8D6
(222,216,214)
#E3DEDC
(227,222,220)
#E8E4E2
(232,228,226)
#EDEAE8
(237,234,232)
#F2F0EE
(242,240,238)
#F7F6F4
(247,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C5BAB8; }

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

This text font color is #C5BAB8.


Background Color

.myBgColor { background-color: #C5BAB8; }

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

This div background color is #C5BAB8.


Border color

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

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

This div border color is #C5BAB8.


Opacity

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

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

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

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

This text has shadow with #C5BAB8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5BAB8 on black background.


Color preview on white background

This text has color #C5BAB8 on white background.



Black color preview on #C5BAB8 background

This text has black color on #C5BAB8 background.


White color preview on #C5BAB8 background

This text has white color on #C5BAB8 background.