COLOR #B7D9F2

HEX: #B7D9F2
RGB: (183,217,242)

Color info

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

RGB color model

#B7D9F2 color RGB value is (183,217,242).

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

RGB channels and saturation

R 183 of 255 = 72%
G 217 of 255 = 85%
B 242 of 255 = 95%

183
217
242

R + G + B ~ 84%. #B7D9F2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
183 + 217 + 242 = 642 (100%)
R 183 of 642 ~ 28.5%
G 217 of 642 ~ 33.8%
B 242 of 642 ~ 37.69%

%28.5
%33.8
%37.69

CMYK color model

#B7D9F2 color CMYK value is (24,10,0,5).

  • cyan value is 24.38%
  • magenta value is 10.33%
  • yellow value is 0.00%
  • key color value is 5.10%
CMYK:
(24,10,0,5)
C24M10Y0K5 
(24%,10%,0%,5%)
(0.24/0.10/0.00/0.05)	

CMYK percentages

%24.38
%10.33
%0
%5.1

Codes

Color #B7D9F2 in popluar color models

B7D9F2
RGB183217242
HSL205°69.41%83.33%
HSB/HSV205°24.38%94.90%
CMYK24.38%10.33%0.00%
5.10%

Color #B7D9F2 in popluar number systems.

HEXB7D9F2
Decimal183217242
Binary101101111101100111110010
Octal267331362

Shades and tints

Shades of #B7D9F2

#B7D9F2
(183,217,242)
#A7C6DC
(167,198,220)
#97B3C6
(151,179,198)
#87A0B0
(135,160,176)
#778D9A
(119,141,154)
#677A84
(103,122,132)
#57676E
(87,103,110)
#475458
(71,84,88)
#374142
(55,65,66)
#272E2C
(39,46,44)
#171B16
(23,27,22)
#000000
(0,0,0)

Tints of #B7D9F2

#B7D9F2
(183,217,242)
#BDDCF3
(189,220,243)
#C3DFF4
(195,223,244)
#C9E2F5
(201,226,245)
#CFE5F6
(207,229,246)
#D5E8F7
(213,232,247)
#DBEBF8
(219,235,248)
#E1EEF9
(225,238,249)
#E7F1FA
(231,241,250)
#EDF4FB
(237,244,251)
#F3F7FC
(243,247,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B7D9F2; }

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

This text font color is #B7D9F2.


Background Color

.myBgColor { background-color: #B7D9F2; }

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

This div background color is #B7D9F2.


Border color

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

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

This div border color is #B7D9F2.


Opacity

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

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

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

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

This text has shadow with #B7D9F2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B7D9F2 on black background.


Color preview on white background

This text has color #B7D9F2 on white background.



Black color preview on #B7D9F2 background

This text has black color on #B7D9F2 background.


White color preview on #B7D9F2 background

This text has white color on #B7D9F2 background.