COLOR #B4B0EA

HEX: #B4B0EA RGB: (180,176,234)

Color info

#B4B0EA contains red, green and blue colors in about the same proportion. Web safe color of #B4B0EA is #CC99FF (or #C9F).

RGB color model

#B4B0EA color RGB value is (180,176,234).

RGB: (180,176,234) (71%, 69%, 92%)

RGB channels and saturation

R 180 of 255 = 71%
G 176 of 255 = 69%
B 234 of 255 = 92%

180
176
234

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

Portions of RGB colors in percentages

R + G + B = 180 + 176 + 234 = 590 (100%)
R 180 of 590 ~ 30.51%
G 176 of 590 ~ 29.83%
B 234 of 590 ~ 39.66'%

%30.51
%29.83
%39.66

CMYK color model

#B4B0EA color CMYK value is (23,25,0,8).

  • cyan value is 23.08%
  • magenta value is 24.79%
  • yellow value is 0.00%
  • key color value is 8.24%

CMYK: (23,25,0,8)
C23M25Y0K8 (23%, 25%, 0%, 8%)
(0.23 / 0.25 / 0.00 / 0.08)

CMYK percentages

%23.08
%24.79
%0
%8.24

Codes

Color #B4B0EA in popluar color models

B4 B0 EA
RGB 180 176 234
HSL 244° 58.00% 80.39%
HSB/HSV 244° 24.79% 91.76%
CMYK 23.08% 24.79% 0.00%
8.24%

Color #B4B0EA in popluar number systems.

HEX B4 B0 EA
Decimal 180 176 234
Binary 10110100 10110000 11101010
Octal 264 260 352

Shades and tints

Shades of #B4B0EA

#B4B0EA
(180,176,234)
#A4A0D5
(164,160,213)
#9490C0
(148,144,192)
#8480AB
(132,128,171)
#747096
(116,112,150)
#646081
(100,96,129)
#54506C
(84,80,108)
#444057
(68,64,87)
#343042
(52,48,66)
#24202D
(36,32,45)
#141018
(20,16,24)
#000000
(0,0,0)

Tints of #B4B0EA

#B4B0EA
(180,176,234)
#BAB7EB
(186,183,235)
#C0BEEC
(192,190,236)
#C6C5ED
(198,197,237)
#CCCCEE
(204,204,238)
#D2D3EF
(210,211,239)
#D8DAF0
(216,218,240)
#DEE1F1
(222,225,241)
#E4E8F2
(228,232,242)
#EAEFF3
(234,239,243)
#F0F6F4
(240,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B4B0EA color. Also use rgb(180,176,234) instead hex code.

Text Font Color

.myTextColor { color: #B4B0EA; }

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

This text font color is #B4B0EA.

Background Color

.myBgColor { background-color: #B4B0EA; }

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

This div background color is #B4B0EA.

Border color

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

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

This div border color is #B4B0EA.

Opacity

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

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

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

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

This text has shadow with #B4B0EA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B4B0EA.

Preview

Color preview on black background

This text has color #B4B0EA on black background.


Color preview on white background

This text has color #B4B0EA on white background.


Black color preview on #B4B0EA background

This text has black color on #B4B0EA background.


White color preview on #B4B0EA background

This text has white color on #B4B0EA background.


Related colors

Complementary color

Complementary color for #hex is #4B4F15.


I love getcolorcode.com

Triadic colors

1 #EAB4B0 and #B0EAB4 with #B4B0EA are triadic colors.

2 #EAB0B4 and #B0B4EA with #B4B0EA are triadic colors.