COLOR #B7D9FA

HEX: #B7D9FA
RGB: (183,217,250)

Color info

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

RGB color model

#B7D9FA color RGB value is (183,217,250).

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

RGB channels and saturation

R 183 of 255 = 72%
G 217 of 255 = 85%
B 250 of 255 = 98%

183
217
250

R + G + B ~ 85%. #B7D9FA is quite light color.

Portions of RGB colors in percentages

R + G + B =
183 + 217 + 250 = 650 (100%)
R 183 of 650 ~ 28.15%
G 217 of 650 ~ 33.38%
B 250 of 650 ~ 38.46%

%28.15
%33.38
%38.46

CMYK color model

#B7D9FA color CMYK value is (27,13,0,2).

  • cyan value is 26.80%
  • magenta value is 13.20%
  • yellow value is 0.00%
  • key color value is 1.96%
CMYK:
(27,13,0,2)
C27M13Y0K2 
(27%,13%,0%,2%)
(0.27/0.13/0.00/0.02)	

CMYK percentages

%26.8
%13.2
%0
%1.96

Codes

Color #B7D9FA in popluar color models

B7D9FA
RGB183217250
HSL210°87.01%84.90%
HSB/HSV210°26.80%98.04%
CMYK26.80%13.20%0.00%
1.96%

Color #B7D9FA in popluar number systems.

HEXB7D9FA
Decimal183217250
Binary101101111101100111111010
Octal267331372

Shades and tints

Shades of #B7D9FA

#B7D9FA
(183,217,250)
#A7C6E4
(167,198,228)
#97B3CE
(151,179,206)
#87A0B8
(135,160,184)
#778DA2
(119,141,162)
#677A8C
(103,122,140)
#576776
(87,103,118)
#475460
(71,84,96)
#37414A
(55,65,74)
#272E34
(39,46,52)
#171B1E
(23,27,30)
#000000
(0,0,0)

Tints of #B7D9FA

#B7D9FA
(183,217,250)
#BDDCFA
(189,220,250)
#C3DFFA
(195,223,250)
#C9E2FA
(201,226,250)
#CFE5FA
(207,229,250)
#D5E8FA
(213,232,250)
#DBEBFA
(219,235,250)
#E1EEFA
(225,238,250)
#E7F1FA
(231,241,250)
#EDF4FA
(237,244,250)
#F3F7FA
(243,247,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B7D9FA; }

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

This text font color is #B7D9FA.


Background Color

.myBgColor { background-color: #B7D9FA; }

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

This div background color is #B7D9FA.


Border color

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

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

This div border color is #B7D9FA.


Opacity

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

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

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

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

This text has shadow with #B7D9FA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B7D9FA on black background.


Color preview on white background

This text has color #B7D9FA on white background.



Black color preview on #B7D9FA background

This text has black color on #B7D9FA background.


White color preview on #B7D9FA background

This text has white color on #B7D9FA background.