COLOR #B4A8ED

HEX: #B4A8ED
RGB: (180,168,237)

Color info

#B4A8ED contains mainly red and blue colors. Web safe color of #B4A8ED is #CC99FF (or #C9F).

RGB color model

#B4A8ED color RGB value is (180,168,237).

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

RGB channels and saturation

R 180 of 255 = 71%
G 168 of 255 = 66%
B 237 of 255 = 93%

180
168
237

R + G + B ~ 77%. #B4A8ED is quite light color.

Portions of RGB colors in percentages

R + G + B =
180 + 168 + 237 = 585 (100%)
R 180 of 585 ~ 30.77%
G 168 of 585 ~ 28.72%
B 237 of 585 ~ 40.51%

%30.77
%28.72
%40.51

CMYK color model

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

  • cyan value is 24.05%
  • magenta value is 29.11%
  • yellow value is 0.00%
  • key color value is 7.06%
CMYK:
(24,29,0,7)
C24M29Y0K7 
(24%,29%,0%,7%)
(0.24/0.29/0.00/0.07)	

CMYK percentages

%24.05
%29.11
%0
%7.06

Codes

Color #B4A8ED in popluar color models

B4A8ED
RGB180168237
HSL250°65.71%79.41%
HSB/HSV250°29.11%92.94%
CMYK24.05%29.11%0.00%
7.06%

Color #B4A8ED in popluar number systems.

HEXB4A8ED
Decimal180168237
Binary101101001010100011101101
Octal264250355

Shades and tints

Shades of #B4A8ED

#B4A8ED
(180,168,237)
#A499D8
(164,153,216)
#948AC3
(148,138,195)
#847BAE
(132,123,174)
#746C99
(116,108,153)
#645D84
(100,93,132)
#544E6F
(84,78,111)
#443F5A
(68,63,90)
#343045
(52,48,69)
#242130
(36,33,48)
#14121B
(20,18,27)
#000000
(0,0,0)

Tints of #B4A8ED

#B4A8ED
(180,168,237)
#BAAFEE
(186,175,238)
#C0B6EF
(192,182,239)
#C6BDF0
(198,189,240)
#CCC4F1
(204,196,241)
#D2CBF2
(210,203,242)
#D8D2F3
(216,210,243)
#DED9F4
(222,217,244)
#E4E0F5
(228,224,245)
#EAE7F6
(234,231,246)
#F0EEF7
(240,238,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B4A8ED; }

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

This text font color is #B4A8ED.


Background Color

.myBgColor { background-color: #B4A8ED; }

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

This div background color is #B4A8ED.


Border color

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

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

This div border color is #B4A8ED.


Opacity

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

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

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

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

This text has shadow with #B4A8ED color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B4A8ED on black background.


Color preview on white background

This text has color #B4A8ED on white background.



Black color preview on #B4A8ED background

This text has black color on #B4A8ED background.


White color preview on #B4A8ED background

This text has white color on #B4A8ED background.