COLOR #B7BDEF

HEX: #B7BDEF RGB: (183,189,239)

Color info

#B7BDEF contains red, green and blue colors in about the same proportion. Web safe color of #B7BDEF is #CCCCFF (or #CCF).

RGB color model

#B7BDEF color RGB value is (183,189,239).

RGB: (183,189,239) (72%, 74%, 94%)

RGB channels and saturation

R 183 of 255 = 72%
G 189 of 255 = 74%
B 239 of 255 = 94%

183
189
239

R + G + B ~ 80%. #B7BDEF is quite light color.

Portions of RGB colors in percentages

R + G + B = 183 + 189 + 239 = 611 (100%)
R 183 of 611 ~ 29.95%
G 189 of 611 ~ 30.93%
B 239 of 611 ~ 39.12'%

%29.95
%30.93
%39.12

CMYK color model

#B7BDEF color CMYK value is (23,21,0,6).

  • cyan value is 23.43%
  • magenta value is 20.92%
  • yellow value is 0.00%
  • key color value is 6.27%

CMYK: (23,21,0,6)
C23M21Y0K6 (23%, 21%, 0%, 6%)
(0.23 / 0.21 / 0.00 / 0.06)

CMYK percentages

%23.43
%20.92
%0
%6.27

Codes

Color #B7BDEF in popluar color models

B7 BD EF
RGB 183 189 239
HSL 234° 63.64% 82.75%
HSB/HSV 234° 23.43% 93.73%
CMYK 23.43% 20.92% 0.00%
6.27%

Color #B7BDEF in popluar number systems.

HEX B7 BD EF
Decimal 183 189 239
Binary 10110111 10111101 11101111
Octal 267 275 357

Shades and tints

Shades of #B7BDEF

#B7BDEF
(183,189,239)
#A7ACDA
(167,172,218)
#979BC5
(151,155,197)
#878AB0
(135,138,176)
#77799B
(119,121,155)
#676886
(103,104,134)
#575771
(87,87,113)
#47465C
(71,70,92)
#373547
(55,53,71)
#272432
(39,36,50)
#17131D
(23,19,29)
#000000
(0,0,0)

Tints of #B7BDEF

#B7BDEF
(183,189,239)
#BDC3F0
(189,195,240)
#C3C9F1
(195,201,241)
#C9CFF2
(201,207,242)
#CFD5F3
(207,213,243)
#D5DBF4
(213,219,244)
#DBE1F5
(219,225,245)
#E1E7F6
(225,231,246)
#E7EDF7
(231,237,247)
#EDF3F8
(237,243,248)
#F3F9F9
(243,249,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B7BDEF; }

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

This text font color is #B7BDEF.

Background Color

.myBgColor { background-color: #B7BDEF; }

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

This div background color is #B7BDEF.

Border color

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

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

This div border color is #B7BDEF.

Opacity

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

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

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

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

This text has shadow with #B7BDEF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B7BDEF.

Preview

Color preview on black background

This text has color #B7BDEF on black background.


Color preview on white background

This text has color #B7BDEF on white background.


Black color preview on #B7BDEF background

This text has black color on #B7BDEF background.


White color preview on #B7BDEF background

This text has white color on #B7BDEF background.


Related colors

Complementary color

Complementary color for #hex is #484210.


I love getcolorcode.com

Triadic colors

1 #EFB7BD and #BDEFB7 with #B7BDEF are triadic colors.

2 #EFBDB7 and #BDB7EF with #B7BDEF are triadic colors.