COLOR #B9B1E3

HEX: #B9B1E3 RGB: (185,177,227)

Color info

#B9B1E3 contains red, green and blue colors in about the same proportion. Web safe color of #B9B1E3 is #CC99CC (or #C9C).

RGB color model

#B9B1E3 color RGB value is (185,177,227).

RGB: (185,177,227) (73%, 69%, 89%)

RGB channels and saturation

R 185 of 255 = 73%
G 177 of 255 = 69%
B 227 of 255 = 89%

185
177
227

R + G + B ~ 77%. #B9B1E3 is quite light color.

Portions of RGB colors in percentages

R + G + B = 185 + 177 + 227 = 589 (100%)
R 185 of 589 ~ 31.41%
G 177 of 589 ~ 30.05%
B 227 of 589 ~ 38.54'%

%31.41
%30.05
%38.54

CMYK color model

#B9B1E3 color CMYK value is (19,22,0,11).

  • cyan value is 18.50%
  • magenta value is 22.03%
  • yellow value is 0.00%
  • key color value is 10.98%
CMYK: (19,22,0,11) C19M22Y0K11 (19%,22%,0%,11%) (0.19/0.22/0.00/0.11) 

CMYK percentages

%18.5
%22.03
%0
%10.98

Codes

Color #B9B1E3 in popluar color models

B9 B1 E3
RGB 185 177 227
HSL 250° 47.17% 79.22%
HSB/HSV 250° 22.03% 89.02%
CMYK 18.50% 22.03% 0.00%
10.98%

Color #B9B1E3 in popluar number systems.

HEX B9 B1 E3
Decimal 185 177 227
Binary 10111001 10110001 11100011
Octal 271 261 343

Shades and tints

Shades of #B9B1E3

#B9B1E3
(185,177,227)
#A9A1CF
(169,161,207)
#9991BB
(153,145,187)
#8981A7
(137,129,167)
#797193
(121,113,147)
#69617F
(105,97,127)
#59516B
(89,81,107)
#494157
(73,65,87)
#393143
(57,49,67)
#29212F
(41,33,47)
#19111B
(25,17,27)
#000000
(0,0,0)

Tints of #B9B1E3

#B9B1E3
(185,177,227)
#BFB8E5
(191,184,229)
#C5BFE7
(197,191,231)
#CBC6E9
(203,198,233)
#D1CDEB
(209,205,235)
#D7D4ED
(215,212,237)
#DDDBEF
(221,219,239)
#E3E2F1
(227,226,241)
#E9E9F3
(233,233,243)
#EFF0F5
(239,240,245)
#F5F7F7
(245,247,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B9B1E3 color. Also use rgb(185,177,227) instead hex code.

Text Font Color

.myTextColor { color: #B9B1E3; }

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

This text font color is #B9B1E3.

Background Color

.myBgColor { background-color: #B9B1E3; }

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

This div background color is #B9B1E3.

Border color

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

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

This div border color is #B9B1E3.

Opacity

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

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

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

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

This text has shadow with #B9B1E3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B9B1E3.

Preview

Color preview on black background

This text has color #B9B1E3 on black background.


Color preview on white background

This text has color #B9B1E3 on white background.


Black color preview on #B9B1E3 background

This text has black color on #B9B1E3 background.


White color preview on #B9B1E3 background

This text has white color on #B9B1E3 background.


Related colors

Complementary color

Complementary color for #hex is #464E1C.


I love getcolorcode.com

Triadic colors

1 #E3B9B1 and #B1E3B9 with #B9B1E3 are triadic colors.

2 #E3B1B9 and #B1B9E3 with #B9B1E3 are triadic colors.