COLOR #B490AA

HEX: #B490AA
RGB: (180,144,170)

Color info

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

RGB color model

#B490AA color RGB value is (180,144,170).

  • red value is 180;
  • green value is 144;
  • blue value is 170.
RGB:
(180,144,170)
(71%,56%,67%)

RGB channels and saturation

R 180 of 255 = 71%
G 144 of 255 = 56%
B 170 of 255 = 67%

180
144
170

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

Portions of RGB colors in percentages

R + G + B =
180 + 144 + 170 = 494 (100%)
R 180 of 494 ~ 36.44%
G 144 of 494 ~ 29.15%
B 170 of 494 ~ 34.41%

%36.44
%29.15
%34.41

CMYK color model

#B490AA color CMYK value is (0,20,6,29).

  • cyan value is 0.00%
  • magenta value is 20.00%
  • yellow value is 5.56%
  • key color value is 29.41%
CMYK:
(0,20,6,29)
C0M20Y6K29 
(0%,20%,6%,29%)
(0.00/0.20/0.06/0.29)	

CMYK percentages

%0
%20
%5.56
%29.41

Codes

Color #B490AA in popluar color models

B490AA
RGB180144170
HSL317°19.35%63.53%
HSB/HSV317°20.00%70.59%
CMYK0.00%20.00%5.56%
29.41%

Color #B490AA in popluar number systems.

HEXB490AA
Decimal180144170
Binary101101001001000010101010
Octal264220252

Shades and tints

Shades of #B490AA

#B490AA
(180,144,170)
#A4839B
(164,131,155)
#94768C
(148,118,140)
#84697D
(132,105,125)
#745C6E
(116,92,110)
#644F5F
(100,79,95)
#544250
(84,66,80)
#443541
(68,53,65)
#342832
(52,40,50)
#241B23
(36,27,35)
#140E14
(20,14,20)
#000000
(0,0,0)

Tints of #B490AA

#B490AA
(180,144,170)
#BA9AB1
(186,154,177)
#C0A4B8
(192,164,184)
#C6AEBF
(198,174,191)
#CCB8C6
(204,184,198)
#D2C2CD
(210,194,205)
#D8CCD4
(216,204,212)
#DED6DB
(222,214,219)
#E4E0E2
(228,224,226)
#EAEAE9
(234,234,233)
#F0F4F0
(240,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B490AA color. Also use rgb(180,144,170) instead hex code.

Text Font Color

.myTextColor { color: #B490AA; }

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

This text font color is #B490AA.


Background Color

.myBgColor { background-color: #B490AA; }

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

This div background color is #B490AA.


Border color

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

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

This div border color is #B490AA.


Opacity

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

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

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

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

This text has shadow with #B490AA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B490AA on black background.


Color preview on white background

This text has color #B490AA on white background.



Black color preview on #B490AA background

This text has black color on #B490AA background.


White color preview on #B490AA background

This text has white color on #B490AA background.