COLOR #B4B8D9

HEX: #B4B8D9 RGB: (180,184,217)

Color info

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

RGB color model

#B4B8D9 color RGB value is (180,184,217).

RGB: (180,184,217) (71%, 72%, 85%)

RGB channels and saturation

R 180 of 255 = 71%
G 184 of 255 = 72%
B 217 of 255 = 85%

180
184
217

R + G + B ~ 76%. #B4B8D9 is quite light color.

Portions of RGB colors in percentages

R + G + B = 180 + 184 + 217 = 581 (100%)
R 180 of 581 ~ 30.98%
G 184 of 581 ~ 31.67%
B 217 of 581 ~ 37.35'%

%30.98
%31.67
%37.35

CMYK color model

#B4B8D9 color CMYK value is (17,15,0,15).

  • cyan value is 17.05%
  • magenta value is 15.21%
  • yellow value is 0.00%
  • key color value is 14.90%

CMYK: (17,15,0,15)
C17M15Y0K15 (17%, 15%, 0%, 15%)
(0.17 / 0.15 / 0.00 / 0.15)

CMYK percentages

%17.05
%15.21
%0
%14.9

Codes

Color #B4B8D9 in popluar color models

B4 B8 D9
RGB 180 184 217
HSL 234° 32.74% 77.84%
HSB/HSV 234° 17.05% 85.10%
CMYK 17.05% 15.21% 0.00%
14.90%

Color #B4B8D9 in popluar number systems.

HEX B4 B8 D9
Decimal 180 184 217
Binary 10110100 10111000 11011001
Octal 264 270 331

Shades and tints

Shades of #B4B8D9

#B4B8D9
(180,184,217)
#A4A8C6
(164,168,198)
#9498B3
(148,152,179)
#8488A0
(132,136,160)
#74788D
(116,120,141)
#64687A
(100,104,122)
#545867
(84,88,103)
#444854
(68,72,84)
#343841
(52,56,65)
#24282E
(36,40,46)
#14181B
(20,24,27)
#000000
(0,0,0)

Tints of #B4B8D9

#B4B8D9
(180,184,217)
#BABEDC
(186,190,220)
#C0C4DF
(192,196,223)
#C6CAE2
(198,202,226)
#CCD0E5
(204,208,229)
#D2D6E8
(210,214,232)
#D8DCEB
(216,220,235)
#DEE2EE
(222,226,238)
#E4E8F1
(228,232,241)
#EAEEF4
(234,238,244)
#F0F4F7
(240,244,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B4B8D9 color. Also use rgb(180,184,217) instead hex code.

Text Font Color

.myTextColor { color: #B4B8D9; }

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

This text font color is #B4B8D9.

Background Color

.myBgColor { background-color: #B4B8D9; }

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

This div background color is #B4B8D9.

Border color

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

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

This div border color is #B4B8D9.

Opacity

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

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

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

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

This text has shadow with #B4B8D9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B4B8D9.

Preview

Color preview on black background

This text has color #B4B8D9 on black background.


Color preview on white background

This text has color #B4B8D9 on white background.


Black color preview on #B4B8D9 background

This text has black color on #B4B8D9 background.


White color preview on #B4B8D9 background

This text has white color on #B4B8D9 background.


Related colors

Complementary color

Complementary color for #hex is #4B4726.


I love getcolorcode.com

Triadic colors

1 #D9B4B8 and #B8D9B4 with #B4B8D9 are triadic colors.

2 #D9B8B4 and #B8B4D9 with #B4B8D9 are triadic colors.