COLOR #B19EC8

HEX: #B19EC8 RGB: (177,158,200)

Color info

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

RGB color model

#B19EC8 color RGB value is (177,158,200).

RGB: (177,158,200) (69%, 62%, 78%)

RGB channels and saturation

R 177 of 255 = 69%
G 158 of 255 = 62%
B 200 of 255 = 78%

177
158
200

R + G + B ~ 70%. #B19EC8 is quite light color.

Portions of RGB colors in percentages

R + G + B = 177 + 158 + 200 = 535 (100%)
R 177 of 535 ~ 33.08%
G 158 of 535 ~ 29.53%
B 200 of 535 ~ 37.38'%

%33.08
%29.53
%37.38

CMYK color model

#B19EC8 color CMYK value is (12,21,0,22).

  • cyan value is 11.50%
  • magenta value is 21.00%
  • yellow value is 0.00%
  • key color value is 21.57%

CMYK: (12,21,0,22)
C12M21Y0K22 (12%, 21%, 0%, 22%)
(0.12 / 0.21 / 0.00 / 0.22)

CMYK percentages

%11.5
%21
%0
%21.57

Codes

Color #B19EC8 in popluar color models

B1 9E C8
RGB 177 158 200
HSL 267° 27.63% 70.20%
HSB/HSV 267° 21.00% 78.43%
CMYK 11.50% 21.00% 0.00%
21.57%

Color #B19EC8 in popluar number systems.

HEX B1 9E C8
Decimal 177 158 200
Binary 10110001 10011110 11001000
Octal 261 236 310

Shades and tints

Shades of #B19EC8

#B19EC8
(177,158,200)
#A190B6
(161,144,182)
#9182A4
(145,130,164)
#817492
(129,116,146)
#716680
(113,102,128)
#61586E
(97,88,110)
#514A5C
(81,74,92)
#413C4A
(65,60,74)
#312E38
(49,46,56)
#212026
(33,32,38)
#111214
(17,18,20)
#000000
(0,0,0)

Tints of #B19EC8

#B19EC8
(177,158,200)
#B8A6CD
(184,166,205)
#BFAED2
(191,174,210)
#C6B6D7
(198,182,215)
#CDBEDC
(205,190,220)
#D4C6E1
(212,198,225)
#DBCEE6
(219,206,230)
#E2D6EB
(226,214,235)
#E9DEF0
(233,222,240)
#F0E6F5
(240,230,245)
#F7EEFA
(247,238,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B19EC8; }

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

This text font color is #B19EC8.

Background Color

.myBgColor { background-color: #B19EC8; }

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

This div background color is #B19EC8.

Border color

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

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

This div border color is #B19EC8.

Opacity

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

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

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

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

This text has shadow with #B19EC8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B19EC8.

Preview

Color preview on black background

This text has color #B19EC8 on black background.


Color preview on white background

This text has color #B19EC8 on white background.


Black color preview on #B19EC8 background

This text has black color on #B19EC8 background.


White color preview on #B19EC8 background

This text has white color on #B19EC8 background.


Related colors

Complementary color

Complementary color for #hex is #4E6137.


I love getcolorcode.com

Triadic colors

1 #C8B19E and #9EC8B1 with #B19EC8 are triadic colors.

2 #C89EB1 and #9EB1C8 with #B19EC8 are triadic colors.