COLOR #B7D9FE

HEX: #B7D9FE
RGB: (183,217,254)

Color info

#B7D9FE contains mainly green and blue colors. Web safe color of #B7D9FE is #CCCCFF (or #CCF).

RGB color model

#B7D9FE color RGB value is (183,217,254).

  • red value is 183;
  • green value is 217;
  • blue value is 254.
RGB:
(183,217,254)
(72%,85%,100%)

RGB channels and saturation

R 183 of 255 = 72%
G 217 of 255 = 85%
B 254 of 255 = 100%

183
217
254

R + G + B ~ 86%. #B7D9FE is light color.

Portions of RGB colors in percentages

R + G + B =
183 + 217 + 254 = 654 (100%)
R 183 of 654 ~ 27.98%
G 217 of 654 ~ 33.18%
B 254 of 654 ~ 38.84%

%27.98
%33.18
%38.84

CMYK color model

#B7D9FE color CMYK value is (28,15,0,0).

  • cyan value is 27.95%
  • magenta value is 14.57%
  • yellow value is 0.00%
  • key color value is 0.39%
CMYK:
(28,15,0,0)
C28M15Y0K0 
(28%,15%,0%,0%)
(0.28/0.15/0.00/0.00)	

CMYK percentages

%27.95
%14.57
%0
%0.39

Codes

Color #B7D9FE in popluar color models

B7D9FE
RGB183217254
HSL211°97.26%85.69%
HSB/HSV211°27.95%99.61%
CMYK27.95%14.57%0.00%
0.39%

Color #B7D9FE in popluar number systems.

HEXB7D9FE
Decimal183217254
Binary101101111101100111111110
Octal267331376

Shades and tints

Shades of #B7D9FE

#B7D9FE
(183,217,254)
#A7C6E7
(167,198,231)
#97B3D0
(151,179,208)
#87A0B9
(135,160,185)
#778DA2
(119,141,162)
#677A8B
(103,122,139)
#576774
(87,103,116)
#47545D
(71,84,93)
#374146
(55,65,70)
#272E2F
(39,46,47)
#171B18
(23,27,24)
#000000
(0,0,0)

Tints of #B7D9FE

#B7D9FE
(183,217,254)
#BDDCFE
(189,220,254)
#C3DFFE
(195,223,254)
#C9E2FE
(201,226,254)
#CFE5FE
(207,229,254)
#D5E8FE
(213,232,254)
#DBEBFE
(219,235,254)
#E1EEFE
(225,238,254)
#E7F1FE
(231,241,254)
#EDF4FE
(237,244,254)
#F3F7FE
(243,247,254)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B7D9FE color. Also use rgb(183,217,254) instead hex code.

Text Font Color

.myTextColor { color: #B7D9FE; }

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

This text font color is #B7D9FE.


Background Color

.myBgColor { background-color: #B7D9FE; }

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

This div background color is #B7D9FE.


Border color

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

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

This div border color is #B7D9FE.


Opacity

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

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

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

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

This text has shadow with #B7D9FE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B7D9FE on black background.


Color preview on white background

This text has color #B7D9FE on white background.



Black color preview on #B7D9FE background

This text has black color on #B7D9FE background.


White color preview on #B7D9FE background

This text has white color on #B7D9FE background.