COLOR #B890B1

HEX: #B890B1
RGB: (184,144,177)

Color info

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

RGB color model

#B890B1 color RGB value is (184,144,177).

  • red value is 184;
  • green value is 144;
  • blue value is 177.
RGB:
(184,144,177)
(72%,56%,69%)

RGB channels and saturation

R 184 of 255 = 72%
G 144 of 255 = 56%
B 177 of 255 = 69%

184
144
177

R + G + B ~ 66%. #B890B1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
184 + 144 + 177 = 505 (100%)
R 184 of 505 ~ 36.44%
G 144 of 505 ~ 28.51%
B 177 of 505 ~ 35.05%

%36.44
%28.51
%35.05

CMYK color model

#B890B1 color CMYK value is (0,22,4,28).

  • cyan value is 0.00%
  • magenta value is 21.74%
  • yellow value is 3.80%
  • key color value is 27.84%
CMYK:
(0,22,4,28)
C0M22Y4K28 
(0%,22%,4%,28%)
(0.00/0.22/0.04/0.28)	

CMYK percentages

%0
%21.74
%3.8
%27.84

Codes

Color #B890B1 in popluar color models

B890B1
RGB184144177
HSL311°21.98%64.31%
HSB/HSV311°21.74%72.16%
CMYK0.00%21.74%3.80%
27.84%

Color #B890B1 in popluar number systems.

HEXB890B1
Decimal184144177
Binary101110001001000010110001
Octal270220261

Shades and tints

Shades of #B890B1

#B890B1
(184,144,177)
#A883A1
(168,131,161)
#987691
(152,118,145)
#886981
(136,105,129)
#785C71
(120,92,113)
#684F61
(104,79,97)
#584251
(88,66,81)
#483541
(72,53,65)
#382831
(56,40,49)
#281B21
(40,27,33)
#180E11
(24,14,17)
#000000
(0,0,0)

Tints of #B890B1

#B890B1
(184,144,177)
#BE9AB8
(190,154,184)
#C4A4BF
(196,164,191)
#CAAEC6
(202,174,198)
#D0B8CD
(208,184,205)
#D6C2D4
(214,194,212)
#DCCCDB
(220,204,219)
#E2D6E2
(226,214,226)
#E8E0E9
(232,224,233)
#EEEAF0
(238,234,240)
#F4F4F7
(244,244,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B890B1 color. Also use rgb(184,144,177) instead hex code.

Text Font Color

.myTextColor { color: #B890B1; }

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

This text font color is #B890B1.


Background Color

.myBgColor { background-color: #B890B1; }

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

This div background color is #B890B1.


Border color

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

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

This div border color is #B890B1.


Opacity

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

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

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

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

This text has shadow with #B890B1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B890B1 on black background.


Color preview on white background

This text has color #B890B1 on white background.



Black color preview on #B890B1 background

This text has black color on #B890B1 background.


White color preview on #B890B1 background

This text has white color on #B890B1 background.