COLOR #B7E2EB

HEX: #B7E2EB
RGB: (183,226,235)

Color info

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

RGB color model

#B7E2EB color RGB value is (183,226,235).

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

RGB channels and saturation

R 183 of 255 = 72%
G 226 of 255 = 89%
B 235 of 255 = 92%

183
226
235

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

Portions of RGB colors in percentages

R + G + B =
183 + 226 + 235 = 644 (100%)
R 183 of 644 ~ 28.42%
G 226 of 644 ~ 35.09%
B 235 of 644 ~ 36.49%

%28.42
%35.09
%36.49

CMYK color model

#B7E2EB color CMYK value is (22,4,0,8).

  • cyan value is 22.13%
  • magenta value is 3.83%
  • yellow value is 0.00%
  • key color value is 7.84%
CMYK:
(22,4,0,8)
C22M4Y0K8 
(22%,4%,0%,8%)
(0.22/0.04/0.00/0.08)	

CMYK percentages

%22.13
%3.83
%0
%7.84

Codes

Color #B7E2EB in popluar color models

B7E2EB
RGB183226235
HSL190°56.52%81.96%
HSB/HSV190°22.13%92.16%
CMYK22.13%3.83%0.00%
7.84%

Color #B7E2EB in popluar number systems.

HEXB7E2EB
Decimal183226235
Binary101101111110001011101011
Octal267342353

Shades and tints

Shades of #B7E2EB

#B7E2EB
(183,226,235)
#A7CED6
(167,206,214)
#97BAC1
(151,186,193)
#87A6AC
(135,166,172)
#779297
(119,146,151)
#677E82
(103,126,130)
#576A6D
(87,106,109)
#475658
(71,86,88)
#374243
(55,66,67)
#272E2E
(39,46,46)
#171A19
(23,26,25)
#000000
(0,0,0)

Tints of #B7E2EB

#B7E2EB
(183,226,235)
#BDE4EC
(189,228,236)
#C3E6ED
(195,230,237)
#C9E8EE
(201,232,238)
#CFEAEF
(207,234,239)
#D5ECF0
(213,236,240)
#DBEEF1
(219,238,241)
#E1F0F2
(225,240,242)
#E7F2F3
(231,242,243)
#EDF4F4
(237,244,244)
#F3F6F5
(243,246,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B7E2EB color. Also use rgb(183,226,235) instead hex code.

Text Font Color

.myTextColor { color: #B7E2EB; }

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

This text font color is #B7E2EB.


Background Color

.myBgColor { background-color: #B7E2EB; }

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

This div background color is #B7E2EB.


Border color

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

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

This div border color is #B7E2EB.


Opacity

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

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

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

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

This text has shadow with #B7E2EB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B7E2EB on black background.


Color preview on white background

This text has color #B7E2EB on white background.



Black color preview on #B7E2EB background

This text has black color on #B7E2EB background.


White color preview on #B7E2EB background

This text has white color on #B7E2EB background.