COLOR #B19EBE

HEX: #B19EBE RGB: (177,158,190)

Color info

#B19EBE contains red, green and blue colors in about the same proportion. Web safe color of #B19EBE is #9999CC (or #99C).

RGB color model

#B19EBE color RGB value is (177,158,190).

RGB: (177,158,190) (69%, 62%, 75%)

RGB channels and saturation

R 177 of 255 = 69%
G 158 of 255 = 62%
B 190 of 255 = 75%

177
158
190

R + G + B ~ 69%. #B19EBE is quite light color.

Portions of RGB colors in percentages

R + G + B = 177 + 158 + 190 = 525 (100%)
R 177 of 525 ~ 33.71%
G 158 of 525 ~ 30.1%
B 190 of 525 ~ 36.19'%

%33.71
%30.1
%36.19

CMYK color model

#B19EBE color CMYK value is (7,17,0,25).

  • cyan value is 6.84%
  • magenta value is 16.84%
  • yellow value is 0.00%
  • key color value is 25.49%
CMYK: (7,17,0,25) C7M17Y0K25 (7%,17%,0%,25%) (0.07/0.17/0.00/0.25) 

CMYK percentages

%6.84
%16.84
%0
%25.49

Codes

Color #B19EBE in popluar color models

B1 9E BE
RGB 177 158 190
HSL 276° 19.75% 68.24%
HSB/HSV 276° 16.84% 74.51%
CMYK 6.84% 16.84% 0.00%
25.49%

Color #B19EBE in popluar number systems.

HEX B1 9E BE
Decimal 177 158 190
Binary 10110001 10011110 10111110
Octal 261 236 276

Shades and tints

Shades of #B19EBE

#B19EBE
(177,158,190)
#A190AD
(161,144,173)
#91829C
(145,130,156)
#81748B
(129,116,139)
#71667A
(113,102,122)
#615869
(97,88,105)
#514A58
(81,74,88)
#413C47
(65,60,71)
#312E36
(49,46,54)
#212025
(33,32,37)
#111214
(17,18,20)
#000000
(0,0,0)

Tints of #B19EBE

#B19EBE
(177,158,190)
#B8A6C3
(184,166,195)
#BFAEC8
(191,174,200)
#C6B6CD
(198,182,205)
#CDBED2
(205,190,210)
#D4C6D7
(212,198,215)
#DBCEDC
(219,206,220)
#E2D6E1
(226,214,225)
#E9DEE6
(233,222,230)
#F0E6EB
(240,230,235)
#F7EEF0
(247,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B19EBE color. Also use rgb(177,158,190) instead hex code.

Text Font Color

.myTextColor { color: #B19EBE; }

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

This text font color is #B19EBE.

Background Color

.myBgColor { background-color: #B19EBE; }

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

This div background color is #B19EBE.

Border color

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

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

This div border color is #B19EBE.

Opacity

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

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

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

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

This text has shadow with #B19EBE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B19EBE.

Preview

Color preview on black background

This text has color #B19EBE on black background.


Color preview on white background

This text has color #B19EBE on white background.


Black color preview on #B19EBE background

This text has black color on #B19EBE background.


White color preview on #B19EBE background

This text has white color on #B19EBE background.


Related colors

Complementary color

Complementary color for #hex is #4E6141.


I love getcolorcode.com

Triadic colors

1 #BEB19E and #9EBEB1 with #B19EBE are triadic colors.

2 #BE9EB1 and #9EB1BE with #B19EBE are triadic colors.