COLOR #B7E3EA

HEX: #B7E3EA
RGB: (183,227,234)

Color info

#B7E3EA contains red, green and blue colors in about the same proportion. Web safe color of #B7E3EA is #CCCCFF (or #CCF).

RGB color model

#B7E3EA color RGB value is (183,227,234).

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

RGB channels and saturation

R 183 of 255 = 72%
G 227 of 255 = 89%
B 234 of 255 = 92%

183
227
234

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

Portions of RGB colors in percentages

R + G + B =
183 + 227 + 234 = 644 (100%)
R 183 of 644 ~ 28.42%
G 227 of 644 ~ 35.25%
B 234 of 644 ~ 36.34%

%28.42
%35.25
%36.34

CMYK color model

#B7E3EA color CMYK value is (22,3,0,8).

  • cyan value is 21.79%
  • magenta value is 2.99%
  • yellow value is 0.00%
  • key color value is 8.24%
CMYK:
(22,3,0,8)
C22M3Y0K8 
(22%,3%,0%,8%)
(0.22/0.03/0.00/0.08)	

CMYK percentages

%21.79
%2.99
%0
%8.24

Codes

Color #B7E3EA in popluar color models

B7E3EA
RGB183227234
HSL188°54.84%81.76%
HSB/HSV188°21.79%91.76%
CMYK21.79%2.99%0.00%
8.24%

Color #B7E3EA in popluar number systems.

HEXB7E3EA
Decimal183227234
Binary101101111110001111101010
Octal267343352

Shades and tints

Shades of #B7E3EA

#B7E3EA
(183,227,234)
#A7CFD5
(167,207,213)
#97BBC0
(151,187,192)
#87A7AB
(135,167,171)
#779396
(119,147,150)
#677F81
(103,127,129)
#576B6C
(87,107,108)
#475757
(71,87,87)
#374342
(55,67,66)
#272F2D
(39,47,45)
#171B18
(23,27,24)
#000000
(0,0,0)

Tints of #B7E3EA

#B7E3EA
(183,227,234)
#BDE5EB
(189,229,235)
#C3E7EC
(195,231,236)
#C9E9ED
(201,233,237)
#CFEBEE
(207,235,238)
#D5EDEF
(213,237,239)
#DBEFF0
(219,239,240)
#E1F1F1
(225,241,241)
#E7F3F2
(231,243,242)
#EDF5F3
(237,245,243)
#F3F7F4
(243,247,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B7E3EA; }

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

This text font color is #B7E3EA.


Background Color

.myBgColor { background-color: #B7E3EA; }

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

This div background color is #B7E3EA.


Border color

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

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

This div border color is #B7E3EA.


Opacity

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

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

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

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

This text has shadow with #B7E3EA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B7E3EA on black background.


Color preview on white background

This text has color #B7E3EA on white background.



Black color preview on #B7E3EA background

This text has black color on #B7E3EA background.


White color preview on #B7E3EA background

This text has white color on #B7E3EA background.