COLOR #B7B5DC

HEX: #B7B5DC RGB: (183,181,220)

Color info

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

RGB color model

#B7B5DC color RGB value is (183,181,220).

RGB: (183,181,220) (72%, 71%, 86%)

RGB channels and saturation

R 183 of 255 = 72%
G 181 of 255 = 71%
B 220 of 255 = 86%

183
181
220

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

Portions of RGB colors in percentages

R + G + B = 183 + 181 + 220 = 584 (100%)
R 183 of 584 ~ 31.34%
G 181 of 584 ~ 30.99%
B 220 of 584 ~ 37.67'%

%31.34
%30.99
%37.67

CMYK color model

#B7B5DC color CMYK value is (17,18,0,14).

  • cyan value is 16.82%
  • magenta value is 17.73%
  • yellow value is 0.00%
  • key color value is 13.73%
CMYK: (17,18,0,14) C17M18Y0K14 (17%,18%,0%,14%) (0.17/0.18/0.00/0.14) 

CMYK percentages

%16.82
%17.73
%0
%13.73

Codes

Color #B7B5DC in popluar color models

B7 B5 DC
RGB 183 181 220
HSL 243° 35.78% 78.63%
HSB/HSV 243° 17.73% 86.27%
CMYK 16.82% 17.73% 0.00%
13.73%

Color #B7B5DC in popluar number systems.

HEX B7 B5 DC
Decimal 183 181 220
Binary 10110111 10110101 11011100
Octal 267 265 334

Shades and tints

Shades of #B7B5DC

#B7B5DC
(183,181,220)
#A7A5C8
(167,165,200)
#9795B4
(151,149,180)
#8785A0
(135,133,160)
#77758C
(119,117,140)
#676578
(103,101,120)
#575564
(87,85,100)
#474550
(71,69,80)
#37353C
(55,53,60)
#272528
(39,37,40)
#171514
(23,21,20)
#000000
(0,0,0)

Tints of #B7B5DC

#B7B5DC
(183,181,220)
#BDBBDF
(189,187,223)
#C3C1E2
(195,193,226)
#C9C7E5
(201,199,229)
#CFCDE8
(207,205,232)
#D5D3EB
(213,211,235)
#DBD9EE
(219,217,238)
#E1DFF1
(225,223,241)
#E7E5F4
(231,229,244)
#EDEBF7
(237,235,247)
#F3F1FA
(243,241,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B7B5DC color. Also use rgb(183,181,220) instead hex code.

Text Font Color

.myTextColor { color: #B7B5DC; }

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

This text font color is #B7B5DC.

Background Color

.myBgColor { background-color: #B7B5DC; }

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

This div background color is #B7B5DC.

Border color

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

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

This div border color is #B7B5DC.

Opacity

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

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

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

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

This text has shadow with #B7B5DC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B7B5DC.

Preview

Color preview on black background

This text has color #B7B5DC on black background.


Color preview on white background

This text has color #B7B5DC on white background.


Black color preview on #B7B5DC background

This text has black color on #B7B5DC background.


White color preview on #B7B5DC background

This text has white color on #B7B5DC background.


Related colors

Complementary color

Complementary color for #hex is #484A23.


I love getcolorcode.com

Triadic colors

1 #DCB7B5 and #B5DCB7 with #B7B5DC are triadic colors.

2 #DCB5B7 and #B5B7DC with #B7B5DC are triadic colors.