COLOR #B7E4FF

HEX: #B7E4FF
RGB: (183,228,255)

Color info

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

RGB color model

#B7E4FF color RGB value is (183,228,255).

  • red value is 183;
  • green value is 228;
  • blue value is 255.
RGB:
(183,228,255)
(72%,89%,100%)

RGB channels and saturation

R 183 of 255 = 72%
G 228 of 255 = 89%
B 255 of 255 = 100%

183
228
255

R + G + B ~ 87%. #B7E4FF is light color.

Portions of RGB colors in percentages

R + G + B =
183 + 228 + 255 = 666 (100%)
R 183 of 666 ~ 27.48%
G 228 of 666 ~ 34.23%
B 255 of 666 ~ 38.29%

%27.48
%34.23
%38.29

CMYK color model

#B7E4FF color CMYK value is (28,11,0,0).

  • cyan value is 28.24%
  • magenta value is 10.59%
  • yellow value is 0.00%
  • key color value is 0.00%
CMYK:
(28,11,0,0)
C28M11Y0K0 
(28%,11%,0%,0%)
(0.28/0.11/0.00/0.00)	

CMYK percentages

%28.24
%10.59
%0
%0

Codes

Color #B7E4FF in popluar color models

B7E4FF
RGB183228255
HSL203°100.00%85.88%
HSB/HSV203°28.24%100.00%
CMYK28.24%10.59%0.00%
0.00%

Color #B7E4FF in popluar number systems.

HEXB7E4FF
Decimal183228255
Binary101101111110010011111111
Octal267344377

Shades and tints

Shades of #B7E4FF

#B7E4FF
(183,228,255)
#A7D0E8
(167,208,232)
#97BCD1
(151,188,209)
#87A8BA
(135,168,186)
#7794A3
(119,148,163)
#67808C
(103,128,140)
#576C75
(87,108,117)
#47585E
(71,88,94)
#374447
(55,68,71)
#273030
(39,48,48)
#171C19
(23,28,25)
#000000
(0,0,0)

Tints of #B7E4FF

#B7E4FF
(183,228,255)
#BDE6FF
(189,230,255)
#C3E8FF
(195,232,255)
#C9EAFF
(201,234,255)
#CFECFF
(207,236,255)
#D5EEFF
(213,238,255)
#DBF0FF
(219,240,255)
#E1F2FF
(225,242,255)
#E7F4FF
(231,244,255)
#EDF6FF
(237,246,255)
#F3F8FF
(243,248,255)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B7E4FF color. Also use rgb(183,228,255) instead hex code.

Text Font Color

.myTextColor { color: #B7E4FF; }

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

This text font color is #B7E4FF.


Background Color

.myBgColor { background-color: #B7E4FF; }

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

This div background color is #B7E4FF.


Border color

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

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

This div border color is #B7E4FF.


Opacity

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

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

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

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

This text has shadow with #B7E4FF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B7E4FF on black background.


Color preview on white background

This text has color #B7E4FF on white background.



Black color preview on #B7E4FF background

This text has black color on #B7E4FF background.


White color preview on #B7E4FF background

This text has white color on #B7E4FF background.