COLOR #B488AF

HEX: #B488AF
RGB: (180,136,175)

Color info

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

RGB color model

#B488AF color RGB value is (180,136,175).

  • red value is 180;
  • green value is 136;
  • blue value is 175.
RGB:
(180,136,175)
(71%,53%,69%)

RGB channels and saturation

R 180 of 255 = 71%
G 136 of 255 = 53%
B 175 of 255 = 69%

180
136
175

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

Portions of RGB colors in percentages

R + G + B =
180 + 136 + 175 = 491 (100%)
R 180 of 491 ~ 36.66%
G 136 of 491 ~ 27.7%
B 175 of 491 ~ 35.64%

%36.66
%27.7
%35.64

CMYK color model

#B488AF color CMYK value is (0,24,3,29).

  • cyan value is 0.00%
  • magenta value is 24.44%
  • yellow value is 2.78%
  • key color value is 29.41%
CMYK:
(0,24,3,29)
C0M24Y3K29 
(0%,24%,3%,29%)
(0.00/0.24/0.03/0.29)	

CMYK percentages

%0
%24.44
%2.78
%29.41

Codes

Color #B488AF in popluar color models

B488AF
RGB180136175
HSL307°22.68%61.96%
HSB/HSV307°24.44%70.59%
CMYK0.00%24.44%2.78%
29.41%

Color #B488AF in popluar number systems.

HEXB488AF
Decimal180136175
Binary101101001000100010101111
Octal264210257

Shades and tints

Shades of #B488AF

#B488AF
(180,136,175)
#A47CA0
(164,124,160)
#947091
(148,112,145)
#846482
(132,100,130)
#745873
(116,88,115)
#644C64
(100,76,100)
#544055
(84,64,85)
#443446
(68,52,70)
#342837
(52,40,55)
#241C28
(36,28,40)
#141019
(20,16,25)
#000000
(0,0,0)

Tints of #B488AF

#B488AF
(180,136,175)
#BA92B6
(186,146,182)
#C09CBD
(192,156,189)
#C6A6C4
(198,166,196)
#CCB0CB
(204,176,203)
#D2BAD2
(210,186,210)
#D8C4D9
(216,196,217)
#DECEE0
(222,206,224)
#E4D8E7
(228,216,231)
#EAE2EE
(234,226,238)
#F0ECF5
(240,236,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B488AF color. Also use rgb(180,136,175) instead hex code.

Text Font Color

.myTextColor { color: #B488AF; }

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

This text font color is #B488AF.


Background Color

.myBgColor { background-color: #B488AF; }

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

This div background color is #B488AF.


Border color

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

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

This div border color is #B488AF.


Opacity

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

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

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

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

This text has shadow with #B488AF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B488AF on black background.


Color preview on white background

This text has color #B488AF on white background.



Black color preview on #B488AF background

This text has black color on #B488AF background.


White color preview on #B488AF background

This text has white color on #B488AF background.