COLOR #B7BED6

HEX: #B7BED6
RGB: (183,190,214)

Color info

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

RGB color model

#B7BED6 color RGB value is (183,190,214).

  • red value is 183;
  • green value is 190;
  • blue value is 214.
RGB:
(183,190,214)
(72%,75%,84%)

RGB channels and saturation

R 183 of 255 = 72%
G 190 of 255 = 75%
B 214 of 255 = 84%

183
190
214

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

Portions of RGB colors in percentages

R + G + B =
183 + 190 + 214 = 587 (100%)
R 183 of 587 ~ 31.18%
G 190 of 587 ~ 32.37%
B 214 of 587 ~ 36.46%

%31.18
%32.37
%36.46

CMYK color model

#B7BED6 color CMYK value is (14,11,0,16).

  • cyan value is 14.49%
  • magenta value is 11.21%
  • yellow value is 0.00%
  • key color value is 16.08%
CMYK:
(14,11,0,16)
C14M11Y0K16 
(14%,11%,0%,16%)
(0.14/0.11/0.00/0.16)	

CMYK percentages

%14.49
%11.21
%0
%16.08

Codes

Color #B7BED6 in popluar color models

B7BED6
RGB183190214
HSL226°27.43%77.84%
HSB/HSV226°14.49%83.92%
CMYK14.49%11.21%0.00%
16.08%

Color #B7BED6 in popluar number systems.

HEXB7BED6
Decimal183190214
Binary101101111011111011010110
Octal267276326

Shades and tints

Shades of #B7BED6

#B7BED6
(183,190,214)
#A7ADC3
(167,173,195)
#979CB0
(151,156,176)
#878B9D
(135,139,157)
#777A8A
(119,122,138)
#676977
(103,105,119)
#575864
(87,88,100)
#474751
(71,71,81)
#37363E
(55,54,62)
#27252B
(39,37,43)
#171418
(23,20,24)
#000000
(0,0,0)

Tints of #B7BED6

#B7BED6
(183,190,214)
#BDC3D9
(189,195,217)
#C3C8DC
(195,200,220)
#C9CDDF
(201,205,223)
#CFD2E2
(207,210,226)
#D5D7E5
(213,215,229)
#DBDCE8
(219,220,232)
#E1E1EB
(225,225,235)
#E7E6EE
(231,230,238)
#EDEBF1
(237,235,241)
#F3F0F4
(243,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B7BED6 color. Also use rgb(183,190,214) instead hex code.

Text Font Color

.myTextColor { color: #B7BED6; }

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

This text font color is #B7BED6.


Background Color

.myBgColor { background-color: #B7BED6; }

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

This div background color is #B7BED6.


Border color

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

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

This div border color is #B7BED6.


Opacity

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

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

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

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

This text has shadow with #B7BED6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B7BED6 on black background.


Color preview on white background

This text has color #B7BED6 on white background.



Black color preview on #B7BED6 background

This text has black color on #B7BED6 background.


White color preview on #B7BED6 background

This text has white color on #B7BED6 background.