COLOR #B7E6EA

HEX: #B7E6EA
RGB: (183,230,234)

Color info

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

RGB color model

#B7E6EA color RGB value is (183,230,234).

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

RGB channels and saturation

R 183 of 255 = 72%
G 230 of 255 = 90%
B 234 of 255 = 92%

183
230
234

R + G + B ~ 85%. #B7E6EA is quite light color.

Portions of RGB colors in percentages

R + G + B =
183 + 230 + 234 = 647 (100%)
R 183 of 647 ~ 28.28%
G 230 of 647 ~ 35.55%
B 234 of 647 ~ 36.17%

%28.28
%35.55
%36.17

CMYK color model

#B7E6EA color CMYK value is (22,2,0,8).

  • cyan value is 21.79%
  • magenta value is 1.71%
  • yellow value is 0.00%
  • key color value is 8.24%
CMYK:
(22,2,0,8)
C22M2Y0K8 
(22%,2%,0%,8%)
(0.22/0.02/0.00/0.08)	

CMYK percentages

%21.79
%1.71
%0
%8.24

Codes

Color #B7E6EA in popluar color models

B7E6EA
RGB183230234
HSL185°54.84%81.76%
HSB/HSV185°21.79%91.76%
CMYK21.79%1.71%0.00%
8.24%

Color #B7E6EA in popluar number systems.

HEXB7E6EA
Decimal183230234
Binary101101111110011011101010
Octal267346352

Shades and tints

Shades of #B7E6EA

#B7E6EA
(183,230,234)
#A7D2D5
(167,210,213)
#97BEC0
(151,190,192)
#87AAAB
(135,170,171)
#779696
(119,150,150)
#678281
(103,130,129)
#576E6C
(87,110,108)
#475A57
(71,90,87)
#374642
(55,70,66)
#27322D
(39,50,45)
#171E18
(23,30,24)
#000000
(0,0,0)

Tints of #B7E6EA

#B7E6EA
(183,230,234)
#BDE8EB
(189,232,235)
#C3EAEC
(195,234,236)
#C9ECED
(201,236,237)
#CFEEEE
(207,238,238)
#D5F0EF
(213,240,239)
#DBF2F0
(219,242,240)
#E1F4F1
(225,244,241)
#E7F6F2
(231,246,242)
#EDF8F3
(237,248,243)
#F3FAF4
(243,250,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B7E6EA; }

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

This text font color is #B7E6EA.


Background Color

.myBgColor { background-color: #B7E6EA; }

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

This div background color is #B7E6EA.


Border color

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

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

This div border color is #B7E6EA.


Opacity

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

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

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

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

This text has shadow with #B7E6EA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B7E6EA on black background.


Color preview on white background

This text has color #B7E6EA on white background.



Black color preview on #B7E6EA background

This text has black color on #B7E6EA background.


White color preview on #B7E6EA background

This text has white color on #B7E6EA background.