COLOR #B890BE

HEX: #B890BE
RGB: (184,144,190)

Color info

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

RGB color model

#B890BE color RGB value is (184,144,190).

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

RGB channels and saturation

R 184 of 255 = 72%
G 144 of 255 = 56%
B 190 of 255 = 75%

184
144
190

R + G + B ~ 68%. #B890BE is quite light color.

Portions of RGB colors in percentages

R + G + B =
184 + 144 + 190 = 518 (100%)
R 184 of 518 ~ 35.52%
G 144 of 518 ~ 27.8%
B 190 of 518 ~ 36.68%

%35.52
%27.8
%36.68

CMYK color model

#B890BE color CMYK value is (3,24,0,25).

  • cyan value is 3.16%
  • magenta value is 24.21%
  • yellow value is 0.00%
  • key color value is 25.49%
CMYK:
(3,24,0,25)
C3M24Y0K25 
(3%,24%,0%,25%)
(0.03/0.24/0.00/0.25)	

CMYK percentages

%3.16
%24.21
%0
%25.49

Codes

Color #B890BE in popluar color models

B890BE
RGB184144190
HSL292°26.14%65.49%
HSB/HSV292°24.21%74.51%
CMYK3.16%24.21%0.00%
25.49%

Color #B890BE in popluar number systems.

HEXB890BE
Decimal184144190
Binary101110001001000010111110
Octal270220276

Shades and tints

Shades of #B890BE

#B890BE
(184,144,190)
#A883AD
(168,131,173)
#98769C
(152,118,156)
#88698B
(136,105,139)
#785C7A
(120,92,122)
#684F69
(104,79,105)
#584258
(88,66,88)
#483547
(72,53,71)
#382836
(56,40,54)
#281B25
(40,27,37)
#180E14
(24,14,20)
#000000
(0,0,0)

Tints of #B890BE

#B890BE
(184,144,190)
#BE9AC3
(190,154,195)
#C4A4C8
(196,164,200)
#CAAECD
(202,174,205)
#D0B8D2
(208,184,210)
#D6C2D7
(214,194,215)
#DCCCDC
(220,204,220)
#E2D6E1
(226,214,225)
#E8E0E6
(232,224,230)
#EEEAEB
(238,234,235)
#F4F4F0
(244,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B890BE; }

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

This text font color is #B890BE.


Background Color

.myBgColor { background-color: #B890BE; }

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

This div background color is #B890BE.


Border color

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

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

This div border color is #B890BE.


Opacity

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

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

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

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

This text has shadow with #B890BE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B890BE on black background.


Color preview on white background

This text has color #B890BE on white background.



Black color preview on #B890BE background

This text has black color on #B890BE background.


White color preview on #B890BE background

This text has white color on #B890BE background.