COLOR #B7E5FF

HEX: #B7E5FF
RGB: (183,229,255)

Color info

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

RGB color model

#B7E5FF color RGB value is (183,229,255).

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

RGB channels and saturation

R 183 of 255 = 72%
G 229 of 255 = 90%
B 255 of 255 = 100%

183
229
255

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

Portions of RGB colors in percentages

R + G + B =
183 + 229 + 255 = 667 (100%)
R 183 of 667 ~ 27.44%
G 229 of 667 ~ 34.33%
B 255 of 667 ~ 38.23%

%27.44
%34.33
%38.23

CMYK color model

#B7E5FF color CMYK value is (28,10,0,0).

  • cyan value is 28.24%
  • magenta value is 10.20%
  • yellow value is 0.00%
  • key color value is 0.00%
CMYK:
(28,10,0,0)
C28M10Y0K0 
(28%,10%,0%,0%)
(0.28/0.10/0.00/0.00)	

CMYK percentages

%28.24
%10.2
%0
%0

Codes

Color #B7E5FF in popluar color models

B7E5FF
RGB183229255
HSL202°100.00%85.88%
HSB/HSV202°28.24%100.00%
CMYK28.24%10.20%0.00%
0.00%

Color #B7E5FF in popluar number systems.

HEXB7E5FF
Decimal183229255
Binary101101111110010111111111
Octal267345377

Shades and tints

Shades of #B7E5FF

#B7E5FF
(183,229,255)
#A7D1E8
(167,209,232)
#97BDD1
(151,189,209)
#87A9BA
(135,169,186)
#7795A3
(119,149,163)
#67818C
(103,129,140)
#576D75
(87,109,117)
#47595E
(71,89,94)
#374547
(55,69,71)
#273130
(39,49,48)
#171D19
(23,29,25)
#000000
(0,0,0)

Tints of #B7E5FF

#B7E5FF
(183,229,255)
#BDE7FF
(189,231,255)
#C3E9FF
(195,233,255)
#C9EBFF
(201,235,255)
#CFEDFF
(207,237,255)
#D5EFFF
(213,239,255)
#DBF1FF
(219,241,255)
#E1F3FF
(225,243,255)
#E7F5FF
(231,245,255)
#EDF7FF
(237,247,255)
#F3F9FF
(243,249,255)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B7E5FF; }

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

This text font color is #B7E5FF.


Background Color

.myBgColor { background-color: #B7E5FF; }

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

This div background color is #B7E5FF.


Border color

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

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

This div border color is #B7E5FF.


Opacity

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

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

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

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

This text has shadow with #B7E5FF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B7E5FF on black background.


Color preview on white background

This text has color #B7E5FF on white background.



Black color preview on #B7E5FF background

This text has black color on #B7E5FF background.


White color preview on #B7E5FF background

This text has white color on #B7E5FF background.