COLOR #B38EAE

HEX: #B38EAE
RGB: (179,142,174)

Color info

#B38EAE contains red, green and blue colors in about the same proportion. Web safe color of #B38EAE is #999999 (or #999).

RGB color model

#B38EAE color RGB value is (179,142,174).

  • red value is 179;
  • green value is 142;
  • blue value is 174.
RGB:
(179,142,174)
(70%,56%,68%)

RGB channels and saturation

R 179 of 255 = 70%
G 142 of 255 = 56%
B 174 of 255 = 68%

179
142
174

R + G + B ~ 65%. #B38EAE is quite light color.

Portions of RGB colors in percentages

R + G + B =
179 + 142 + 174 = 495 (100%)
R 179 of 495 ~ 36.16%
G 142 of 495 ~ 28.69%
B 174 of 495 ~ 35.15%

%36.16
%28.69
%35.15

CMYK color model

#B38EAE color CMYK value is (0,21,3,30).

  • cyan value is 0.00%
  • magenta value is 20.67%
  • yellow value is 2.79%
  • key color value is 29.80%
CMYK:
(0,21,3,30)
C0M21Y3K30 
(0%,21%,3%,30%)
(0.00/0.21/0.03/0.30)	

CMYK percentages

%0
%20.67
%2.79
%29.8

Codes

Color #B38EAE in popluar color models

B38EAE
RGB179142174
HSL308°19.58%62.94%
HSB/HSV308°20.67%70.20%
CMYK0.00%20.67%2.79%
29.80%

Color #B38EAE in popluar number systems.

HEXB38EAE
Decimal179142174
Binary101100111000111010101110
Octal263216256

Shades and tints

Shades of #B38EAE

#B38EAE
(179,142,174)
#A3829F
(163,130,159)
#937690
(147,118,144)
#836A81
(131,106,129)
#735E72
(115,94,114)
#635263
(99,82,99)
#534654
(83,70,84)
#433A45
(67,58,69)
#332E36
(51,46,54)
#232227
(35,34,39)
#131618
(19,22,24)
#000000
(0,0,0)

Tints of #B38EAE

#B38EAE
(179,142,174)
#B998B5
(185,152,181)
#BFA2BC
(191,162,188)
#C5ACC3
(197,172,195)
#CBB6CA
(203,182,202)
#D1C0D1
(209,192,209)
#D7CAD8
(215,202,216)
#DDD4DF
(221,212,223)
#E3DEE6
(227,222,230)
#E9E8ED
(233,232,237)
#EFF2F4
(239,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B38EAE color. Also use rgb(179,142,174) instead hex code.

Text Font Color

.myTextColor { color: #B38EAE; }

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

This text font color is #B38EAE.


Background Color

.myBgColor { background-color: #B38EAE; }

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

This div background color is #B38EAE.


Border color

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

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

This div border color is #B38EAE.


Opacity

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

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

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

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

This text has shadow with #B38EAE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B38EAE on black background.


Color preview on white background

This text has color #B38EAE on white background.



Black color preview on #B38EAE background

This text has black color on #B38EAE background.


White color preview on #B38EAE background

This text has white color on #B38EAE background.