COLOR #B488A8

HEX: #B488A8
RGB: (180,136,168)

Color info

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

RGB color model

#B488A8 color RGB value is (180,136,168).

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

RGB channels and saturation

R 180 of 255 = 71%
G 136 of 255 = 53%
B 168 of 255 = 66%

180
136
168

R + G + B ~ 63%. #B488A8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
180 + 136 + 168 = 484 (100%)
R 180 of 484 ~ 37.19%
G 136 of 484 ~ 28.1%
B 168 of 484 ~ 34.71%

%37.19
%28.1
%34.71

CMYK color model

#B488A8 color CMYK value is (0,24,7,29).

  • cyan value is 0.00%
  • magenta value is 24.44%
  • yellow value is 6.67%
  • key color value is 29.41%
CMYK:
(0,24,7,29)
C0M24Y7K29 
(0%,24%,7%,29%)
(0.00/0.24/0.07/0.29)	

CMYK percentages

%0
%24.44
%6.67
%29.41

Codes

Color #B488A8 in popluar color models

B488A8
RGB180136168
HSL316°22.68%61.96%
HSB/HSV316°24.44%70.59%
CMYK0.00%24.44%6.67%
29.41%

Color #B488A8 in popluar number systems.

HEXB488A8
Decimal180136168
Binary101101001000100010101000
Octal264210250

Shades and tints

Shades of #B488A8

#B488A8
(180,136,168)
#A47C99
(164,124,153)
#94708A
(148,112,138)
#84647B
(132,100,123)
#74586C
(116,88,108)
#644C5D
(100,76,93)
#54404E
(84,64,78)
#44343F
(68,52,63)
#342830
(52,40,48)
#241C21
(36,28,33)
#141012
(20,16,18)
#000000
(0,0,0)

Tints of #B488A8

#B488A8
(180,136,168)
#BA92AF
(186,146,175)
#C09CB6
(192,156,182)
#C6A6BD
(198,166,189)
#CCB0C4
(204,176,196)
#D2BACB
(210,186,203)
#D8C4D2
(216,196,210)
#DECED9
(222,206,217)
#E4D8E0
(228,216,224)
#EAE2E7
(234,226,231)
#F0ECEE
(240,236,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B488A8; }

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

This text font color is #B488A8.


Background Color

.myBgColor { background-color: #B488A8; }

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

This div background color is #B488A8.


Border color

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

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

This div border color is #B488A8.


Opacity

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

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

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

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

This text has shadow with #B488A8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B488A8 on black background.


Color preview on white background

This text has color #B488A8 on white background.



Black color preview on #B488A8 background

This text has black color on #B488A8 background.


White color preview on #B488A8 background

This text has white color on #B488A8 background.