COLOR #B990A9

HEX: #B990A9
RGB: (185,144,169)

Color info

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

RGB color model

#B990A9 color RGB value is (185,144,169).

  • red value is 185;
  • green value is 144;
  • blue value is 169.
RGB:
(185,144,169)
(73%,56%,66%)

RGB channels and saturation

R 185 of 255 = 73%
G 144 of 255 = 56%
B 169 of 255 = 66%

185
144
169

R + G + B ~ 65%. #B990A9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
185 + 144 + 169 = 498 (100%)
R 185 of 498 ~ 37.15%
G 144 of 498 ~ 28.92%
B 169 of 498 ~ 33.94%

%37.15
%28.92
%33.94

CMYK color model

#B990A9 color CMYK value is (0,22,9,27).

  • cyan value is 0.00%
  • magenta value is 22.16%
  • yellow value is 8.65%
  • key color value is 27.45%
CMYK:
(0,22,9,27)
C0M22Y9K27 
(0%,22%,9%,27%)
(0.00/0.22/0.09/0.27)	

CMYK percentages

%0
%22.16
%8.65
%27.45

Codes

Color #B990A9 in popluar color models

B990A9
RGB185144169
HSL323°22.65%64.51%
HSB/HSV323°22.16%72.55%
CMYK0.00%22.16%8.65%
27.45%

Color #B990A9 in popluar number systems.

HEXB990A9
Decimal185144169
Binary101110011001000010101001
Octal271220251

Shades and tints

Shades of #B990A9

#B990A9
(185,144,169)
#A9839A
(169,131,154)
#99768B
(153,118,139)
#89697C
(137,105,124)
#795C6D
(121,92,109)
#694F5E
(105,79,94)
#59424F
(89,66,79)
#493540
(73,53,64)
#392831
(57,40,49)
#291B22
(41,27,34)
#190E13
(25,14,19)
#000000
(0,0,0)

Tints of #B990A9

#B990A9
(185,144,169)
#BF9AB0
(191,154,176)
#C5A4B7
(197,164,183)
#CBAEBE
(203,174,190)
#D1B8C5
(209,184,197)
#D7C2CC
(215,194,204)
#DDCCD3
(221,204,211)
#E3D6DA
(227,214,218)
#E9E0E1
(233,224,225)
#EFEAE8
(239,234,232)
#F5F4EF
(245,244,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B990A9 color. Also use rgb(185,144,169) instead hex code.

Text Font Color

.myTextColor { color: #B990A9; }

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

This text font color is #B990A9.


Background Color

.myBgColor { background-color: #B990A9; }

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

This div background color is #B990A9.


Border color

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

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

This div border color is #B990A9.


Opacity

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

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

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

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

This text has shadow with #B990A9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B990A9 on black background.


Color preview on white background

This text has color #B990A9 on white background.



Black color preview on #B990A9 background

This text has black color on #B990A9 background.


White color preview on #B990A9 background

This text has white color on #B990A9 background.