COLOR #B7B9DD

HEX: #B7B9DD RGB: (183,185,221)

Color info

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

RGB color model

#B7B9DD color RGB value is (183,185,221).

RGB: (183,185,221) (72%, 73%, 87%)

RGB channels and saturation

R 183 of 255 = 72%
G 185 of 255 = 73%
B 221 of 255 = 87%

183
185
221

R + G + B ~ 77%. #B7B9DD is quite light color.

Portions of RGB colors in percentages

R + G + B = 183 + 185 + 221 = 589 (100%)
R 183 of 589 ~ 31.07%
G 185 of 589 ~ 31.41%
B 221 of 589 ~ 37.52'%

%31.07
%31.41
%37.52

CMYK color model

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

  • cyan value is 17.19%
  • magenta value is 16.29%
  • yellow value is 0.00%
  • key color value is 13.33%
CMYK: (17,16,0,13) C17M16Y0K13 (17%,16%,0%,13%) (0.17/0.16/0.00/0.13) 

CMYK percentages

%17.19
%16.29
%0
%13.33

Codes

Color #B7B9DD in popluar color models

B7 B9 DD
RGB 183 185 221
HSL 237° 35.85% 79.22%
HSB/HSV 237° 17.19% 86.67%
CMYK 17.19% 16.29% 0.00%
13.33%

Color #B7B9DD in popluar number systems.

HEX B7 B9 DD
Decimal 183 185 221
Binary 10110111 10111001 11011101
Octal 267 271 335

Shades and tints

Shades of #B7B9DD

#B7B9DD
(183,185,221)
#A7A9C9
(167,169,201)
#9799B5
(151,153,181)
#8789A1
(135,137,161)
#77798D
(119,121,141)
#676979
(103,105,121)
#575965
(87,89,101)
#474951
(71,73,81)
#37393D
(55,57,61)
#272929
(39,41,41)
#171915
(23,25,21)
#000000
(0,0,0)

Tints of #B7B9DD

#B7B9DD
(183,185,221)
#BDBFE0
(189,191,224)
#C3C5E3
(195,197,227)
#C9CBE6
(201,203,230)
#CFD1E9
(207,209,233)
#D5D7EC
(213,215,236)
#DBDDEF
(219,221,239)
#E1E3F2
(225,227,242)
#E7E9F5
(231,233,245)
#EDEFF8
(237,239,248)
#F3F5FB
(243,245,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B7B9DD color. Also use rgb(183,185,221) instead hex code.

Text Font Color

.myTextColor { color: #B7B9DD; }

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

This text font color is #B7B9DD.

Background Color

.myBgColor { background-color: #B7B9DD; }

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

This div background color is #B7B9DD.

Border color

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

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

This div border color is #B7B9DD.

Opacity

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

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

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

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

This text has shadow with #B7B9DD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B7B9DD.

Preview

Color preview on black background

This text has color #B7B9DD on black background.


Color preview on white background

This text has color #B7B9DD on white background.


Black color preview on #B7B9DD background

This text has black color on #B7B9DD background.


White color preview on #B7B9DD background

This text has white color on #B7B9DD background.


Related colors

Complementary color

Complementary color for #hex is #484622.


I love getcolorcode.com

Triadic colors

1 #DDB7B9 and #B9DDB7 with #B7B9DD are triadic colors.

2 #DDB9B7 and #B9B7DD with #B7B9DD are triadic colors.