COLOR #C5B8BD

HEX: #C5B8BD
RGB: (197,184,189)

Color info

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

RGB color model

#C5B8BD color RGB value is (197,184,189).

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

RGB channels and saturation

R 197 of 255 = 77%
G 184 of 255 = 72%
B 189 of 255 = 74%

197
184
189

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

Portions of RGB colors in percentages

R + G + B =
197 + 184 + 189 = 570 (100%)
R 197 of 570 ~ 34.56%
G 184 of 570 ~ 32.28%
B 189 of 570 ~ 33.16%

%34.56
%32.28
%33.16

CMYK color model

#C5B8BD color CMYK value is (0,7,4,23).

  • cyan value is 0.00%
  • magenta value is 6.60%
  • yellow value is 4.06%
  • key color value is 22.75%
CMYK:
(0,7,4,23)
C0M7Y4K23 
(0%,7%,4%,23%)
(0.00/0.07/0.04/0.23)	

CMYK percentages

%0
%6.6
%4.06
%22.75

Codes

Color #C5B8BD in popluar color models

C5B8BD
RGB197184189
HSL337°10.08%74.71%
HSB/HSV337°6.60%77.25%
CMYK0.00%6.60%4.06%
22.75%

Color #C5B8BD in popluar number systems.

HEXC5B8BD
Decimal197184189
Binary110001011011100010111101
Octal305270275

Shades and tints

Shades of #C5B8BD

#C5B8BD
(197,184,189)
#B4A8AC
(180,168,172)
#A3989B
(163,152,155)
#92888A
(146,136,138)
#817879
(129,120,121)
#706868
(112,104,104)
#5F5857
(95,88,87)
#4E4846
(78,72,70)
#3D3835
(61,56,53)
#2C2824
(44,40,36)
#1B1813
(27,24,19)
#000000
(0,0,0)

Tints of #C5B8BD

#C5B8BD
(197,184,189)
#CABEC3
(202,190,195)
#CFC4C9
(207,196,201)
#D4CACF
(212,202,207)
#D9D0D5
(217,208,213)
#DED6DB
(222,214,219)
#E3DCE1
(227,220,225)
#E8E2E7
(232,226,231)
#EDE8ED
(237,232,237)
#F2EEF3
(242,238,243)
#F7F4F9
(247,244,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C5B8BD; }

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

This text font color is #C5B8BD.


Background Color

.myBgColor { background-color: #C5B8BD; }

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

This div background color is #C5B8BD.


Border color

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

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

This div border color is #C5B8BD.


Opacity

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

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

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

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

This text has shadow with #C5B8BD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5B8BD on black background.


Color preview on white background

This text has color #C5B8BD on white background.



Black color preview on #C5B8BD background

This text has black color on #C5B8BD background.


White color preview on #C5B8BD background

This text has white color on #C5B8BD background.