COLOR #B2B4D7

HEX: #B2B4D7 RGB: (178,180,215)

Color info

#B2B4D7 contains red, green and blue colors in about the same proportion. Web safe color of #B2B4D7 is #99CCCC (or #9CC).

RGB color model

#B2B4D7 color RGB value is (178,180,215).

RGB: (178,180,215) (70%, 71%, 84%)

RGB channels and saturation

R 178 of 255 = 70%
G 180 of 255 = 71%
B 215 of 255 = 84%

178
180
215

R + G + B ~ 75%. #B2B4D7 is quite light color.

Portions of RGB colors in percentages

R + G + B = 178 + 180 + 215 = 573 (100%)
R 178 of 573 ~ 31.06%
G 180 of 573 ~ 31.41%
B 215 of 573 ~ 37.52'%

%31.06
%31.41
%37.52

CMYK color model

#B2B4D7 color CMYK value is (17,16,0,16).

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

CMYK: (17,16,0,16)
C17M16Y0K16 (17%, 16%, 0%, 16%)
(0.17 / 0.16 / 0.00 / 0.16)

CMYK percentages

%17.21
%16.28
%0
%15.69

Codes

Color #B2B4D7 in popluar color models

B2 B4 D7
RGB 178 180 215
HSL 237° 31.62% 77.06%
HSB/HSV 237° 17.21% 84.31%
CMYK 17.21% 16.28% 0.00%
15.69%

Color #B2B4D7 in popluar number systems.

HEX B2 B4 D7
Decimal 178 180 215
Binary 10110010 10110100 11010111
Octal 262 264 327

Shades and tints

Shades of #B2B4D7

#B2B4D7
(178,180,215)
#A2A4C4
(162,164,196)
#9294B1
(146,148,177)
#82849E
(130,132,158)
#72748B
(114,116,139)
#626478
(98,100,120)
#525465
(82,84,101)
#424452
(66,68,82)
#32343F
(50,52,63)
#22242C
(34,36,44)
#121419
(18,20,25)
#000000
(0,0,0)

Tints of #B2B4D7

#B2B4D7
(178,180,215)
#B9BADA
(185,186,218)
#C0C0DD
(192,192,221)
#C7C6E0
(199,198,224)
#CECCE3
(206,204,227)
#D5D2E6
(213,210,230)
#DCD8E9
(220,216,233)
#E3DEEC
(227,222,236)
#EAE4EF
(234,228,239)
#F1EAF2
(241,234,242)
#F8F0F5
(248,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B2B4D7; }

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

This text font color is #B2B4D7.

Background Color

.myBgColor { background-color: #B2B4D7; }

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

This div background color is #B2B4D7.

Border color

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

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

This div border color is #B2B4D7.

Opacity

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

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

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

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

This text has shadow with #B2B4D7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B2B4D7.

Preview

Color preview on black background

This text has color #B2B4D7 on black background.


Color preview on white background

This text has color #B2B4D7 on white background.


Black color preview on #B2B4D7 background

This text has black color on #B2B4D7 background.


White color preview on #B2B4D7 background

This text has white color on #B2B4D7 background.


Related colors

Complementary color

Complementary color for #hex is #4D4B28.


I love getcolorcode.com

Triadic colors

1 #D7B2B4 and #B4D7B2 with #B2B4D7 are triadic colors.

2 #D7B4B2 and #B4B2D7 with #B2B4D7 are triadic colors.