COLOR #B7BAD5

HEX: #B7BAD5 RGB: (183,186,213)

Color info

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

RGB color model

#B7BAD5 color RGB value is (183,186,213).

RGB: (183,186,213) (72%, 73%, 84%)

RGB channels and saturation

R 183 of 255 = 72%
G 186 of 255 = 73%
B 213 of 255 = 84%

183
186
213

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

Portions of RGB colors in percentages

R + G + B = 183 + 186 + 213 = 582 (100%)
R 183 of 582 ~ 31.44%
G 186 of 582 ~ 31.96%
B 213 of 582 ~ 36.6'%

%31.44
%31.96
%36.6

CMYK color model

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

  • cyan value is 14.08%
  • magenta value is 12.68%
  • yellow value is 0.00%
  • key color value is 16.47%
CMYK: (14,13,0,16) C14M13Y0K16 (14%,13%,0%,16%) (0.14/0.13/0.00/0.16) 

CMYK percentages

%14.08
%12.68
%0
%16.47

Codes

Color #B7BAD5 in popluar color models

B7 BA D5
RGB 183 186 213
HSL 234° 26.32% 77.65%
HSB/HSV 234° 14.08% 83.53%
CMYK 14.08% 12.68% 0.00%
16.47%

Color #B7BAD5 in popluar number systems.

HEX B7 BA D5
Decimal 183 186 213
Binary 10110111 10111010 11010101
Octal 267 272 325

Shades and tints

Shades of #B7BAD5

#B7BAD5
(183,186,213)
#A7AAC2
(167,170,194)
#979AAF
(151,154,175)
#878A9C
(135,138,156)
#777A89
(119,122,137)
#676A76
(103,106,118)
#575A63
(87,90,99)
#474A50
(71,74,80)
#373A3D
(55,58,61)
#272A2A
(39,42,42)
#171A17
(23,26,23)
#000000
(0,0,0)

Tints of #B7BAD5

#B7BAD5
(183,186,213)
#BDC0D8
(189,192,216)
#C3C6DB
(195,198,219)
#C9CCDE
(201,204,222)
#CFD2E1
(207,210,225)
#D5D8E4
(213,216,228)
#DBDEE7
(219,222,231)
#E1E4EA
(225,228,234)
#E7EAED
(231,234,237)
#EDF0F0
(237,240,240)
#F3F6F3
(243,246,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B7BAD5 color. Also use rgb(183,186,213) instead hex code.

Text Font Color

.myTextColor { color: #B7BAD5; }

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

This text font color is #B7BAD5.

Background Color

.myBgColor { background-color: #B7BAD5; }

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

This div background color is #B7BAD5.

Border color

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

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

This div border color is #B7BAD5.

Opacity

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

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

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

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

This text has shadow with #B7BAD5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B7BAD5.

Preview

Color preview on black background

This text has color #B7BAD5 on black background.


Color preview on white background

This text has color #B7BAD5 on white background.


Black color preview on #B7BAD5 background

This text has black color on #B7BAD5 background.


White color preview on #B7BAD5 background

This text has white color on #B7BAD5 background.


Related colors

Complementary color

Complementary color for #hex is #48452A.


I love getcolorcode.com

Triadic colors

1 #D5B7BA and #BAD5B7 with #B7BAD5 are triadic colors.

2 #D5BAB7 and #BAB7D5 with #B7BAD5 are triadic colors.