COLOR #B7D4F8

HEX: #B7D4F8
RGB: (183,212,248)

Color info

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

RGB color model

#B7D4F8 color RGB value is (183,212,248).

  • red value is 183;
  • green value is 212;
  • blue value is 248.
RGB:
(183,212,248)
(72%,83%,97%)

RGB channels and saturation

R 183 of 255 = 72%
G 212 of 255 = 83%
B 248 of 255 = 97%

183
212
248

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

Portions of RGB colors in percentages

R + G + B =
183 + 212 + 248 = 643 (100%)
R 183 of 643 ~ 28.46%
G 212 of 643 ~ 32.97%
B 248 of 643 ~ 38.57%

%28.46
%32.97
%38.57

CMYK color model

#B7D4F8 color CMYK value is (26,15,0,3).

  • cyan value is 26.21%
  • magenta value is 14.52%
  • yellow value is 0.00%
  • key color value is 2.75%
CMYK:
(26,15,0,3)
C26M15Y0K3 
(26%,15%,0%,3%)
(0.26/0.15/0.00/0.03)	

CMYK percentages

%26.21
%14.52
%0
%2.75

Codes

Color #B7D4F8 in popluar color models

B7D4F8
RGB183212248
HSL213°82.28%84.51%
HSB/HSV213°26.21%97.25%
CMYK26.21%14.52%0.00%
2.75%

Color #B7D4F8 in popluar number systems.

HEXB7D4F8
Decimal183212248
Binary101101111101010011111000
Octal267324370

Shades and tints

Shades of #B7D4F8

#B7D4F8
(183,212,248)
#A7C1E2
(167,193,226)
#97AECC
(151,174,204)
#879BB6
(135,155,182)
#7788A0
(119,136,160)
#67758A
(103,117,138)
#576274
(87,98,116)
#474F5E
(71,79,94)
#373C48
(55,60,72)
#272932
(39,41,50)
#17161C
(23,22,28)
#000000
(0,0,0)

Tints of #B7D4F8

#B7D4F8
(183,212,248)
#BDD7F8
(189,215,248)
#C3DAF8
(195,218,248)
#C9DDF8
(201,221,248)
#CFE0F8
(207,224,248)
#D5E3F8
(213,227,248)
#DBE6F8
(219,230,248)
#E1E9F8
(225,233,248)
#E7ECF8
(231,236,248)
#EDEFF8
(237,239,248)
#F3F2F8
(243,242,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B7D4F8 color. Also use rgb(183,212,248) instead hex code.

Text Font Color

.myTextColor { color: #B7D4F8; }

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

This text font color is #B7D4F8.


Background Color

.myBgColor { background-color: #B7D4F8; }

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

This div background color is #B7D4F8.


Border color

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

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

This div border color is #B7D4F8.


Opacity

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

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

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

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

This text has shadow with #B7D4F8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B7D4F8 on black background.


Color preview on white background

This text has color #B7D4F8 on white background.



Black color preview on #B7D4F8 background

This text has black color on #B7D4F8 background.


White color preview on #B7D4F8 background

This text has white color on #B7D4F8 background.