COLOR #B488BA

HEX: #B488BA
RGB: (180,136,186)

Color info

#B488BA contains red, green and blue colors in about the same proportion. Web safe color of #B488BA is #CC99CC (or #C9C).

RGB color model

#B488BA color RGB value is (180,136,186).

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

RGB channels and saturation

R 180 of 255 = 71%
G 136 of 255 = 53%
B 186 of 255 = 73%

180
136
186

R + G + B ~ 66%. #B488BA is quite light color.

Portions of RGB colors in percentages

R + G + B =
180 + 136 + 186 = 502 (100%)
R 180 of 502 ~ 35.86%
G 136 of 502 ~ 27.09%
B 186 of 502 ~ 37.05%

%35.86
%27.09
%37.05

CMYK color model

#B488BA color CMYK value is (3,27,0,27).

  • cyan value is 3.23%
  • magenta value is 26.88%
  • yellow value is 0.00%
  • key color value is 27.06%
CMYK:
(3,27,0,27)
C3M27Y0K27 
(3%,27%,0%,27%)
(0.03/0.27/0.00/0.27)	

CMYK percentages

%3.23
%26.88
%0
%27.06

Codes

Color #B488BA in popluar color models

B488BA
RGB180136186
HSL293°26.60%63.14%
HSB/HSV293°26.88%72.94%
CMYK3.23%26.88%0.00%
27.06%

Color #B488BA in popluar number systems.

HEXB488BA
Decimal180136186
Binary101101001000100010111010
Octal264210272

Shades and tints

Shades of #B488BA

#B488BA
(180,136,186)
#A47CAA
(164,124,170)
#94709A
(148,112,154)
#84648A
(132,100,138)
#74587A
(116,88,122)
#644C6A
(100,76,106)
#54405A
(84,64,90)
#44344A
(68,52,74)
#34283A
(52,40,58)
#241C2A
(36,28,42)
#14101A
(20,16,26)
#000000
(0,0,0)

Tints of #B488BA

#B488BA
(180,136,186)
#BA92C0
(186,146,192)
#C09CC6
(192,156,198)
#C6A6CC
(198,166,204)
#CCB0D2
(204,176,210)
#D2BAD8
(210,186,216)
#D8C4DE
(216,196,222)
#DECEE4
(222,206,228)
#E4D8EA
(228,216,234)
#EAE2F0
(234,226,240)
#F0ECF6
(240,236,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B488BA; }

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

This text font color is #B488BA.


Background Color

.myBgColor { background-color: #B488BA; }

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

This div background color is #B488BA.


Border color

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

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

This div border color is #B488BA.


Opacity

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

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

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

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

This text has shadow with #B488BA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B488BA on black background.


Color preview on white background

This text has color #B488BA on white background.



Black color preview on #B488BA background

This text has black color on #B488BA background.


White color preview on #B488BA background

This text has white color on #B488BA background.