COLOR #B8B4D7

HEX: #B8B4D7 RGB: (184,180,215)

Color info

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

RGB color model

#B8B4D7 color RGB value is (184,180,215).

RGB: (184,180,215) (72%, 71%, 84%)

RGB channels and saturation

R 184 of 255 = 72%
G 180 of 255 = 71%
B 215 of 255 = 84%

184
180
215

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

Portions of RGB colors in percentages

R + G + B = 184 + 180 + 215 = 579 (100%)
R 184 of 579 ~ 31.78%
G 180 of 579 ~ 31.09%
B 215 of 579 ~ 37.13'%

%31.78
%31.09
%37.13

CMYK color model

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

  • cyan value is 14.42%
  • magenta value is 16.28%
  • yellow value is 0.00%
  • key color value is 15.69%

CMYK: (14,16,0,16)
C14M16Y0K16 (14%, 16%, 0%, 16%)
(0.14 / 0.16 / 0.00 / 0.16)

CMYK percentages

%14.42
%16.28
%0
%15.69

Codes

Color #B8B4D7 in popluar color models

B8 B4 D7
RGB 184 180 215
HSL 247° 30.43% 77.45%
HSB/HSV 247° 16.28% 84.31%
CMYK 14.42% 16.28% 0.00%
15.69%

Color #B8B4D7 in popluar number systems.

HEX B8 B4 D7
Decimal 184 180 215
Binary 10111000 10110100 11010111
Octal 270 264 327

Shades and tints

Shades of #B8B4D7

#B8B4D7
(184,180,215)
#A8A4C4
(168,164,196)
#9894B1
(152,148,177)
#88849E
(136,132,158)
#78748B
(120,116,139)
#686478
(104,100,120)
#585465
(88,84,101)
#484452
(72,68,82)
#38343F
(56,52,63)
#28242C
(40,36,44)
#181419
(24,20,25)
#000000
(0,0,0)

Tints of #B8B4D7

#B8B4D7
(184,180,215)
#BEBADA
(190,186,218)
#C4C0DD
(196,192,221)
#CAC6E0
(202,198,224)
#D0CCE3
(208,204,227)
#D6D2E6
(214,210,230)
#DCD8E9
(220,216,233)
#E2DEEC
(226,222,236)
#E8E4EF
(232,228,239)
#EEEAF2
(238,234,242)
#F4F0F5
(244,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B8B4D7; }

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

This text font color is #B8B4D7.

Background Color

.myBgColor { background-color: #B8B4D7; }

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

This div background color is #B8B4D7.

Border color

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

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

This div border color is #B8B4D7.

Opacity

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

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

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

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

This text has shadow with #B8B4D7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B8B4D7.

Preview

Color preview on black background

This text has color #B8B4D7 on black background.


Color preview on white background

This text has color #B8B4D7 on white background.


Black color preview on #B8B4D7 background

This text has black color on #B8B4D7 background.


White color preview on #B8B4D7 background

This text has white color on #B8B4D7 background.


Related colors

Complementary color

Complementary color for #hex is #474B28.


I love getcolorcode.com

Triadic colors

1 #D7B8B4 and #B4D7B8 with #B8B4D7 are triadic colors.

2 #D7B4B8 and #B4B8D7 with #B8B4D7 are triadic colors.