COLOR #B4B9EB

HEX: #B4B9EB RGB: (180,185,235)

Color info

#B4B9EB contains red, green and blue colors in about the same proportion. Web safe color of #B4B9EB is #CCCCFF (or #CCF).

RGB color model

#B4B9EB color RGB value is (180,185,235).

RGB: (180,185,235) (71%, 73%, 92%)

RGB channels and saturation

R 180 of 255 = 71%
G 185 of 255 = 73%
B 235 of 255 = 92%

180
185
235

R + G + B ~ 79%. #B4B9EB is quite light color.

Portions of RGB colors in percentages

R + G + B = 180 + 185 + 235 = 600 (100%)
R 180 of 600 ~ 30%
G 185 of 600 ~ 30.83%
B 235 of 600 ~ 39.17'%

%30
%30.83
%39.17

CMYK color model

#B4B9EB color CMYK value is (23,21,0,8).

  • cyan value is 23.40%
  • magenta value is 21.28%
  • yellow value is 0.00%
  • key color value is 7.84%

CMYK: (23,21,0,8)
C23M21Y0K8 (23%, 21%, 0%, 8%)
(0.23 / 0.21 / 0.00 / 0.08)

CMYK percentages

%23.4
%21.28
%0
%7.84

Codes

Color #B4B9EB in popluar color models

B4 B9 EB
RGB 180 185 235
HSL 235° 57.89% 81.37%
HSB/HSV 235° 23.40% 92.16%
CMYK 23.40% 21.28% 0.00%
7.84%

Color #B4B9EB in popluar number systems.

HEX B4 B9 EB
Decimal 180 185 235
Binary 10110100 10111001 11101011
Octal 264 271 353

Shades and tints

Shades of #B4B9EB

#B4B9EB
(180,185,235)
#A4A9D6
(164,169,214)
#9499C1
(148,153,193)
#8489AC
(132,137,172)
#747997
(116,121,151)
#646982
(100,105,130)
#54596D
(84,89,109)
#444958
(68,73,88)
#343943
(52,57,67)
#24292E
(36,41,46)
#141919
(20,25,25)
#000000
(0,0,0)

Tints of #B4B9EB

#B4B9EB
(180,185,235)
#BABFEC
(186,191,236)
#C0C5ED
(192,197,237)
#C6CBEE
(198,203,238)
#CCD1EF
(204,209,239)
#D2D7F0
(210,215,240)
#D8DDF1
(216,221,241)
#DEE3F2
(222,227,242)
#E4E9F3
(228,233,243)
#EAEFF4
(234,239,244)
#F0F5F5
(240,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B4B9EB color. Also use rgb(180,185,235) instead hex code.

Text Font Color

.myTextColor { color: #B4B9EB; }

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

This text font color is #B4B9EB.

Background Color

.myBgColor { background-color: #B4B9EB; }

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

This div background color is #B4B9EB.

Border color

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

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

This div border color is #B4B9EB.

Opacity

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

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

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

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

This text has shadow with #B4B9EB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B4B9EB.

Preview

Color preview on black background

This text has color #B4B9EB on black background.


Color preview on white background

This text has color #B4B9EB on white background.


Black color preview on #B4B9EB background

This text has black color on #B4B9EB background.


White color preview on #B4B9EB background

This text has white color on #B4B9EB background.


Related colors

Complementary color

Complementary color for #hex is #4B4614.


I love getcolorcode.com

Triadic colors

1 #EBB4B9 and #B9EBB4 with #B4B9EB are triadic colors.

2 #EBB9B4 and #B9B4EB with #B4B9EB are triadic colors.