COLOR #B7D4FC

HEX: #B7D4FC
RGB: (183,212,252)

Color info

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

RGB color model

#B7D4FC color RGB value is (183,212,252).

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

RGB channels and saturation

R 183 of 255 = 72%
G 212 of 255 = 83%
B 252 of 255 = 99%

183
212
252

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

Portions of RGB colors in percentages

R + G + B =
183 + 212 + 252 = 647 (100%)
R 183 of 647 ~ 28.28%
G 212 of 647 ~ 32.77%
B 252 of 647 ~ 38.95%

%28.28
%32.77
%38.95

CMYK color model

#B7D4FC color CMYK value is (27,16,0,1).

  • cyan value is 27.38%
  • magenta value is 15.87%
  • yellow value is 0.00%
  • key color value is 1.18%
CMYK:
(27,16,0,1)
C27M16Y0K1 
(27%,16%,0%,1%)
(0.27/0.16/0.00/0.01)	

CMYK percentages

%27.38
%15.87
%0
%1.18

Codes

Color #B7D4FC in popluar color models

B7D4FC
RGB183212252
HSL215°92.00%85.29%
HSB/HSV215°27.38%98.82%
CMYK27.38%15.87%0.00%
1.18%

Color #B7D4FC in popluar number systems.

HEXB7D4FC
Decimal183212252
Binary101101111101010011111100
Octal267324374

Shades and tints

Shades of #B7D4FC

#B7D4FC
(183,212,252)
#A7C1E6
(167,193,230)
#97AED0
(151,174,208)
#879BBA
(135,155,186)
#7788A4
(119,136,164)
#67758E
(103,117,142)
#576278
(87,98,120)
#474F62
(71,79,98)
#373C4C
(55,60,76)
#272936
(39,41,54)
#171620
(23,22,32)
#000000
(0,0,0)

Tints of #B7D4FC

#B7D4FC
(183,212,252)
#BDD7FC
(189,215,252)
#C3DAFC
(195,218,252)
#C9DDFC
(201,221,252)
#CFE0FC
(207,224,252)
#D5E3FC
(213,227,252)
#DBE6FC
(219,230,252)
#E1E9FC
(225,233,252)
#E7ECFC
(231,236,252)
#EDEFFC
(237,239,252)
#F3F2FC
(243,242,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B7D4FC; }

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

This text font color is #B7D4FC.


Background Color

.myBgColor { background-color: #B7D4FC; }

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

This div background color is #B7D4FC.


Border color

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

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

This div border color is #B7D4FC.


Opacity

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

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

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

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

This text has shadow with #B7D4FC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B7D4FC on black background.


Color preview on white background

This text has color #B7D4FC on white background.



Black color preview on #B7D4FC background

This text has black color on #B7D4FC background.


White color preview on #B7D4FC background

This text has white color on #B7D4FC background.