COLOR #B8BBD5

HEX: #B8BBD5 RGB: (184,187,213)

Color info

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

RGB color model

#B8BBD5 color RGB value is (184,187,213).

RGB: (184,187,213) (72%, 73%, 84%)

RGB channels and saturation

R 184 of 255 = 72%
G 187 of 255 = 73%
B 213 of 255 = 84%

184
187
213

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

Portions of RGB colors in percentages

R + G + B = 184 + 187 + 213 = 584 (100%)
R 184 of 584 ~ 31.51%
G 187 of 584 ~ 32.02%
B 213 of 584 ~ 36.47'%

%31.51
%32.02
%36.47

CMYK color model

#B8BBD5 color CMYK value is (14,12,0,16).

  • cyan value is 13.62%
  • magenta value is 12.21%
  • yellow value is 0.00%
  • key color value is 16.47%

CMYK: (14,12,0,16)
C14M12Y0K16 (14%, 12%, 0%, 16%)
(0.14 / 0.12 / 0.00 / 0.16)

CMYK percentages

%13.62
%12.21
%0
%16.47

Codes

Color #B8BBD5 in popluar color models

B8 BB D5
RGB 184 187 213
HSL 234° 25.66% 77.84%
HSB/HSV 234° 13.62% 83.53%
CMYK 13.62% 12.21% 0.00%
16.47%

Color #B8BBD5 in popluar number systems.

HEX B8 BB D5
Decimal 184 187 213
Binary 10111000 10111011 11010101
Octal 270 273 325

Shades and tints

Shades of #B8BBD5

#B8BBD5
(184,187,213)
#A8AAC2
(168,170,194)
#9899AF
(152,153,175)
#88889C
(136,136,156)
#787789
(120,119,137)
#686676
(104,102,118)
#585563
(88,85,99)
#484450
(72,68,80)
#38333D
(56,51,61)
#28222A
(40,34,42)
#181117
(24,17,23)
#000000
(0,0,0)

Tints of #B8BBD5

#B8BBD5
(184,187,213)
#BEC1D8
(190,193,216)
#C4C7DB
(196,199,219)
#CACDDE
(202,205,222)
#D0D3E1
(208,211,225)
#D6D9E4
(214,217,228)
#DCDFE7
(220,223,231)
#E2E5EA
(226,229,234)
#E8EBED
(232,235,237)
#EEF1F0
(238,241,240)
#F4F7F3
(244,247,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B8BBD5 color. Also use rgb(184,187,213) instead hex code.

Text Font Color

.myTextColor { color: #B8BBD5; }

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

This text font color is #B8BBD5.

Background Color

.myBgColor { background-color: #B8BBD5; }

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

This div background color is #B8BBD5.

Border color

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

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

This div border color is #B8BBD5.

Opacity

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

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

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

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

This text has shadow with #B8BBD5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B8BBD5.

Preview

Color preview on black background

This text has color #B8BBD5 on black background.


Color preview on white background

This text has color #B8BBD5 on white background.


Black color preview on #B8BBD5 background

This text has black color on #B8BBD5 background.


White color preview on #B8BBD5 background

This text has white color on #B8BBD5 background.


Related colors

Complementary color

Complementary color for #hex is #47442A.


I love getcolorcode.com

Triadic colors

1 #D5B8BB and #BBD5B8 with #B8BBD5 are triadic colors.

2 #D5BBB8 and #BBB8D5 with #B8BBD5 are triadic colors.