COLOR #B4B5E3

HEX: #B4B5E3 RGB: (180,181,227)

Color info

#B4B5E3 contains red, green and blue colors in about the same proportion. Web safe color of #B4B5E3 is #CCCCCC (or #CCC).

RGB color model

#B4B5E3 color RGB value is (180,181,227).

RGB: (180,181,227) (71%, 71%, 89%)

RGB channels and saturation

R 180 of 255 = 71%
G 181 of 255 = 71%
B 227 of 255 = 89%

180
181
227

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

Portions of RGB colors in percentages

R + G + B = 180 + 181 + 227 = 588 (100%)
R 180 of 588 ~ 30.61%
G 181 of 588 ~ 30.78%
B 227 of 588 ~ 38.61'%

%30.61
%30.78
%38.61

CMYK color model

#B4B5E3 color CMYK value is (21,20,0,11).

  • cyan value is 20.70%
  • magenta value is 20.26%
  • yellow value is 0.00%
  • key color value is 10.98%

CMYK: (21,20,0,11)
C21M20Y0K11 (21%, 20%, 0%, 11%)
(0.21 / 0.20 / 0.00 / 0.11)

CMYK percentages

%20.7
%20.26
%0
%10.98

Codes

Color #B4B5E3 in popluar color models

B4 B5 E3
RGB 180 181 227
HSL 239° 45.63% 79.80%
HSB/HSV 239° 20.70% 89.02%
CMYK 20.70% 20.26% 0.00%
10.98%

Color #B4B5E3 in popluar number systems.

HEX B4 B5 E3
Decimal 180 181 227
Binary 10110100 10110101 11100011
Octal 264 265 343

Shades and tints

Shades of #B4B5E3

#B4B5E3
(180,181,227)
#A4A5CF
(164,165,207)
#9495BB
(148,149,187)
#8485A7
(132,133,167)
#747593
(116,117,147)
#64657F
(100,101,127)
#54556B
(84,85,107)
#444557
(68,69,87)
#343543
(52,53,67)
#24252F
(36,37,47)
#14151B
(20,21,27)
#000000
(0,0,0)

Tints of #B4B5E3

#B4B5E3
(180,181,227)
#BABBE5
(186,187,229)
#C0C1E7
(192,193,231)
#C6C7E9
(198,199,233)
#CCCDEB
(204,205,235)
#D2D3ED
(210,211,237)
#D8D9EF
(216,217,239)
#DEDFF1
(222,223,241)
#E4E5F3
(228,229,243)
#EAEBF5
(234,235,245)
#F0F1F7
(240,241,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B4B5E3 color. Also use rgb(180,181,227) instead hex code.

Text Font Color

.myTextColor { color: #B4B5E3; }

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

This text font color is #B4B5E3.

Background Color

.myBgColor { background-color: #B4B5E3; }

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

This div background color is #B4B5E3.

Border color

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

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

This div border color is #B4B5E3.

Opacity

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

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

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

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

This text has shadow with #B4B5E3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B4B5E3.

Preview

Color preview on black background

This text has color #B4B5E3 on black background.


Color preview on white background

This text has color #B4B5E3 on white background.


Black color preview on #B4B5E3 background

This text has black color on #B4B5E3 background.


White color preview on #B4B5E3 background

This text has white color on #B4B5E3 background.


Related colors

Complementary color

Complementary color for #hex is #4B4A1C.


I love getcolorcode.com

Triadic colors

1 #E3B4B5 and #B5E3B4 with #B4B5E3 are triadic colors.

2 #E3B5B4 and #B5B4E3 with #B4B5E3 are triadic colors.