COLOR #B7BDDA

HEX: #B7BDDA RGB: (183,189,218)

Color info

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

RGB color model

#B7BDDA color RGB value is (183,189,218).

RGB: (183,189,218) (72%, 74%, 85%)

RGB channels and saturation

R 183 of 255 = 72%
G 189 of 255 = 74%
B 218 of 255 = 85%

183
189
218

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

Portions of RGB colors in percentages

R + G + B = 183 + 189 + 218 = 590 (100%)
R 183 of 590 ~ 31.02%
G 189 of 590 ~ 32.03%
B 218 of 590 ~ 36.95'%

%31.02
%32.03
%36.95

CMYK color model

#B7BDDA color CMYK value is (16,13,0,15).

  • cyan value is 16.06%
  • magenta value is 13.30%
  • yellow value is 0.00%
  • key color value is 14.51%
CMYK: (16,13,0,15) C16M13Y0K15 (16%,13%,0%,15%) (0.16/0.13/0.00/0.15) 

CMYK percentages

%16.06
%13.3
%0
%14.51

Codes

Color #B7BDDA in popluar color models

B7 BD DA
RGB 183 189 218
HSL 230° 32.11% 78.63%
HSB/HSV 230° 16.06% 85.49%
CMYK 16.06% 13.30% 0.00%
14.51%

Color #B7BDDA in popluar number systems.

HEX B7 BD DA
Decimal 183 189 218
Binary 10110111 10111101 11011010
Octal 267 275 332

Shades and tints

Shades of #B7BDDA

#B7BDDA
(183,189,218)
#A7ACC7
(167,172,199)
#979BB4
(151,155,180)
#878AA1
(135,138,161)
#77798E
(119,121,142)
#67687B
(103,104,123)
#575768
(87,87,104)
#474655
(71,70,85)
#373542
(55,53,66)
#27242F
(39,36,47)
#17131C
(23,19,28)
#000000
(0,0,0)

Tints of #B7BDDA

#B7BDDA
(183,189,218)
#BDC3DD
(189,195,221)
#C3C9E0
(195,201,224)
#C9CFE3
(201,207,227)
#CFD5E6
(207,213,230)
#D5DBE9
(213,219,233)
#DBE1EC
(219,225,236)
#E1E7EF
(225,231,239)
#E7EDF2
(231,237,242)
#EDF3F5
(237,243,245)
#F3F9F8
(243,249,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B7BDDA; }

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

This text font color is #B7BDDA.

Background Color

.myBgColor { background-color: #B7BDDA; }

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

This div background color is #B7BDDA.

Border color

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

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

This div border color is #B7BDDA.

Opacity

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

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

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

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

This text has shadow with #B7BDDA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B7BDDA.

Preview

Color preview on black background

This text has color #B7BDDA on black background.


Color preview on white background

This text has color #B7BDDA on white background.


Black color preview on #B7BDDA background

This text has black color on #B7BDDA background.


White color preview on #B7BDDA background

This text has white color on #B7BDDA background.


Related colors

Complementary color

Complementary color for #hex is #484225.


I love getcolorcode.com

Triadic colors

1 #DAB7BD and #BDDAB7 with #B7BDDA are triadic colors.

2 #DABDB7 and #BDB7DA with #B7BDDA are triadic colors.