COLOR #B7B1DA

HEX: #B7B1DA RGB: (183,177,218)

Color info

#B7B1DA contains red, green and blue colors in about the same proportion. Web safe color of #B7B1DA is #CC99CC (or #C9C).

RGB color model

#B7B1DA color RGB value is (183,177,218).

RGB: (183,177,218) (72%, 69%, 85%)

RGB channels and saturation

R 183 of 255 = 72%
G 177 of 255 = 69%
B 218 of 255 = 85%

183
177
218

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

Portions of RGB colors in percentages

R + G + B = 183 + 177 + 218 = 578 (100%)
R 183 of 578 ~ 31.66%
G 177 of 578 ~ 30.62%
B 218 of 578 ~ 37.72'%

%31.66
%30.62
%37.72

CMYK color model

#B7B1DA color CMYK value is (16,19,0,15).

  • cyan value is 16.06%
  • magenta value is 18.81%
  • yellow value is 0.00%
  • key color value is 14.51%

CMYK: (16,19,0,15)
C16M19Y0K15 (16%, 19%, 0%, 15%)
(0.16 / 0.19 / 0.00 / 0.15)

CMYK percentages

%16.06
%18.81
%0
%14.51

Codes

Color #B7B1DA in popluar color models

B7 B1 DA
RGB 183 177 218
HSL 249° 35.65% 77.45%
HSB/HSV 249° 18.81% 85.49%
CMYK 16.06% 18.81% 0.00%
14.51%

Color #B7B1DA in popluar number systems.

HEX B7 B1 DA
Decimal 183 177 218
Binary 10110111 10110001 11011010
Octal 267 261 332

Shades and tints

Shades of #B7B1DA

#B7B1DA
(183,177,218)
#A7A1C7
(167,161,199)
#9791B4
(151,145,180)
#8781A1
(135,129,161)
#77718E
(119,113,142)
#67617B
(103,97,123)
#575168
(87,81,104)
#474155
(71,65,85)
#373142
(55,49,66)
#27212F
(39,33,47)
#17111C
(23,17,28)
#000000
(0,0,0)

Tints of #B7B1DA

#B7B1DA
(183,177,218)
#BDB8DD
(189,184,221)
#C3BFE0
(195,191,224)
#C9C6E3
(201,198,227)
#CFCDE6
(207,205,230)
#D5D4E9
(213,212,233)
#DBDBEC
(219,219,236)
#E1E2EF
(225,226,239)
#E7E9F2
(231,233,242)
#EDF0F5
(237,240,245)
#F3F7F8
(243,247,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B7B1DA color. Also use rgb(183,177,218) instead hex code.

Text Font Color

.myTextColor { color: #B7B1DA; }

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

This text font color is #B7B1DA.

Background Color

.myBgColor { background-color: #B7B1DA; }

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

This div background color is #B7B1DA.

Border color

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

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

This div border color is #B7B1DA.

Opacity

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

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

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

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

This text has shadow with #B7B1DA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B7B1DA.

Preview

Color preview on black background

This text has color #B7B1DA on black background.


Color preview on white background

This text has color #B7B1DA on white background.


Black color preview on #B7B1DA background

This text has black color on #B7B1DA background.


White color preview on #B7B1DA background

This text has white color on #B7B1DA background.


Related colors

Complementary color

Complementary color for #hex is #484E25.


I love getcolorcode.com

Triadic colors

1 #DAB7B1 and #B1DAB7 with #B7B1DA are triadic colors.

2 #DAB1B7 and #B1B7DA with #B7B1DA are triadic colors.