COLOR #B7E3FF

HEX: #B7E3FF
RGB: (183,227,255)

Color info

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

RGB color model

#B7E3FF color RGB value is (183,227,255).

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

RGB channels and saturation

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

183
227
255

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

Portions of RGB colors in percentages

R + G + B =
183 + 227 + 255 = 665 (100%)
R 183 of 665 ~ 27.52%
G 227 of 665 ~ 34.14%
B 255 of 665 ~ 38.35%

%27.52
%34.14
%38.35

CMYK color model

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

  • cyan value is 28.24%
  • magenta value is 10.98%
  • 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.98
%0
%0

Codes

Color #B7E3FF in popluar color models

B7E3FF
RGB183227255
HSL203°100.00%85.88%
HSB/HSV203°28.24%100.00%
CMYK28.24%10.98%0.00%
0.00%

Color #B7E3FF in popluar number systems.

HEXB7E3FF
Decimal183227255
Binary101101111110001111111111
Octal267343377

Shades and tints

Shades of #B7E3FF

#B7E3FF
(183,227,255)
#A7CFE8
(167,207,232)
#97BBD1
(151,187,209)
#87A7BA
(135,167,186)
#7793A3
(119,147,163)
#677F8C
(103,127,140)
#576B75
(87,107,117)
#47575E
(71,87,94)
#374347
(55,67,71)
#272F30
(39,47,48)
#171B19
(23,27,25)
#000000
(0,0,0)

Tints of #B7E3FF

#B7E3FF
(183,227,255)
#BDE5FF
(189,229,255)
#C3E7FF
(195,231,255)
#C9E9FF
(201,233,255)
#CFEBFF
(207,235,255)
#D5EDFF
(213,237,255)
#DBEFFF
(219,239,255)
#E1F1FF
(225,241,255)
#E7F3FF
(231,243,255)
#EDF5FF
(237,245,255)
#F3F7FF
(243,247,255)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B7E3FF; }

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

This text font color is #B7E3FF.


Background Color

.myBgColor { background-color: #B7E3FF; }

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

This div background color is #B7E3FF.


Border color

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

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

This div border color is #B7E3FF.


Opacity

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

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

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

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

This text has shadow with #B7E3FF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B7E3FF on black background.


Color preview on white background

This text has color #B7E3FF on white background.



Black color preview on #B7E3FF background

This text has black color on #B7E3FF background.


White color preview on #B7E3FF background

This text has white color on #B7E3FF background.