COLOR #B890A5

HEX: #B890A5
RGB: (184,144,165)

Color info

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

RGB color model

#B890A5 color RGB value is (184,144,165).

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

RGB channels and saturation

R 184 of 255 = 72%
G 144 of 255 = 56%
B 165 of 255 = 65%

184
144
165

R + G + B ~ 64%. #B890A5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
184 + 144 + 165 = 493 (100%)
R 184 of 493 ~ 37.32%
G 144 of 493 ~ 29.21%
B 165 of 493 ~ 33.47%

%37.32
%29.21
%33.47

CMYK color model

#B890A5 color CMYK value is (0,22,10,28).

  • cyan value is 0.00%
  • magenta value is 21.74%
  • yellow value is 10.33%
  • key color value is 27.84%
CMYK:
(0,22,10,28)
C0M22Y10K28 
(0%,22%,10%,28%)
(0.00/0.22/0.10/0.28)	

CMYK percentages

%0
%21.74
%10.33
%27.84

Codes

Color #B890A5 in popluar color models

B890A5
RGB184144165
HSL329°21.98%64.31%
HSB/HSV329°21.74%72.16%
CMYK0.00%21.74%10.33%
27.84%

Color #B890A5 in popluar number systems.

HEXB890A5
Decimal184144165
Binary101110001001000010100101
Octal270220245

Shades and tints

Shades of #B890A5

#B890A5
(184,144,165)
#A88396
(168,131,150)
#987687
(152,118,135)
#886978
(136,105,120)
#785C69
(120,92,105)
#684F5A
(104,79,90)
#58424B
(88,66,75)
#48353C
(72,53,60)
#38282D
(56,40,45)
#281B1E
(40,27,30)
#180E0F
(24,14,15)
#000000
(0,0,0)

Tints of #B890A5

#B890A5
(184,144,165)
#BE9AAD
(190,154,173)
#C4A4B5
(196,164,181)
#CAAEBD
(202,174,189)
#D0B8C5
(208,184,197)
#D6C2CD
(214,194,205)
#DCCCD5
(220,204,213)
#E2D6DD
(226,214,221)
#E8E0E5
(232,224,229)
#EEEAED
(238,234,237)
#F4F4F5
(244,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B890A5; }

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

This text font color is #B890A5.


Background Color

.myBgColor { background-color: #B890A5; }

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

This div background color is #B890A5.


Border color

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

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

This div border color is #B890A5.


Opacity

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

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

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

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

This text has shadow with #B890A5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B890A5 on black background.


Color preview on white background

This text has color #B890A5 on white background.



Black color preview on #B890A5 background

This text has black color on #B890A5 background.


White color preview on #B890A5 background

This text has white color on #B890A5 background.