COLOR #B5968C

HEX: #B5968C
RGB: (181,150,140)

Color info

#B5968C contains red, green and blue colors in about the same proportion. Web safe color of #B5968C is #CC9999 (or #C99).

RGB color model

#B5968C color RGB value is (181,150,140).

  • red value is 181;
  • green value is 150;
  • blue value is 140.
RGB:
(181,150,140)
(71%,59%,55%)

RGB channels and saturation

R 181 of 255 = 71%
G 150 of 255 = 59%
B 140 of 255 = 55%

181
150
140

R + G + B ~ 62%. #B5968C is quite light color.

Portions of RGB colors in percentages

R + G + B =
181 + 150 + 140 = 471 (100%)
R 181 of 471 ~ 38.43%
G 150 of 471 ~ 31.85%
B 140 of 471 ~ 29.72%

%38.43
%31.85
%29.72

CMYK color model

#B5968C color CMYK value is (0,17,23,29).

  • cyan value is 0.00%
  • magenta value is 17.13%
  • yellow value is 22.65%
  • key color value is 29.02%
CMYK:
(0,17,23,29)
C0M17Y23K29 
(0%,17%,23%,29%)
(0.00/0.17/0.23/0.29)	

CMYK percentages

%0
%17.13
%22.65
%29.02

Codes

Color #B5968C in popluar color models

B5968C
RGB181150140
HSL15°21.69%62.94%
HSB/HSV15°22.65%70.98%
CMYK0.00%17.13%22.65%
29.02%

Color #B5968C in popluar number systems.

HEXB5968C
Decimal181150140
Binary101101011001011010001100
Octal265226214

Shades and tints

Shades of #B5968C

#B5968C
(181,150,140)
#A58980
(165,137,128)
#957C74
(149,124,116)
#856F68
(133,111,104)
#75625C
(117,98,92)
#655550
(101,85,80)
#554844
(85,72,68)
#453B38
(69,59,56)
#352E2C
(53,46,44)
#252120
(37,33,32)
#151414
(21,20,20)
#000000
(0,0,0)

Tints of #B5968C

#B5968C
(181,150,140)
#BB9F96
(187,159,150)
#C1A8A0
(193,168,160)
#C7B1AA
(199,177,170)
#CDBAB4
(205,186,180)
#D3C3BE
(211,195,190)
#D9CCC8
(217,204,200)
#DFD5D2
(223,213,210)
#E5DEDC
(229,222,220)
#EBE7E6
(235,231,230)
#F1F0F0
(241,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B5968C color. Also use rgb(181,150,140) instead hex code.

Text Font Color

.myTextColor { color: #B5968C; }

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

This text font color is #B5968C.


Background Color

.myBgColor { background-color: #B5968C; }

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

This div background color is #B5968C.


Border color

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

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

This div border color is #B5968C.


Opacity

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

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

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

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

This text has shadow with #B5968C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B5968C on black background.


Color preview on white background

This text has color #B5968C on white background.



Black color preview on #B5968C background

This text has black color on #B5968C background.


White color preview on #B5968C background

This text has white color on #B5968C background.