COLOR #B7EBED

HEX: #B7EBED
RGB: (183,235,237)

Color info

#B7EBED contains red, green and blue colors in about the same proportion. Web safe color of #B7EBED is #CCFFFF (or #CFF).

RGB color model

#B7EBED color RGB value is (183,235,237).

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

RGB channels and saturation

R 183 of 255 = 72%
G 235 of 255 = 92%
B 237 of 255 = 93%

183
235
237

R + G + B ~ 86%. #B7EBED is light color.

Portions of RGB colors in percentages

R + G + B =
183 + 235 + 237 = 655 (100%)
R 183 of 655 ~ 27.94%
G 235 of 655 ~ 35.88%
B 237 of 655 ~ 36.18%

%27.94
%35.88
%36.18

CMYK color model

#B7EBED color CMYK value is (23,1,0,7).

  • cyan value is 22.78%
  • magenta value is 0.84%
  • yellow value is 0.00%
  • key color value is 7.06%
CMYK:
(23,1,0,7)
C23M1Y0K7 
(23%,1%,0%,7%)
(0.23/0.01/0.00/0.07)	

CMYK percentages

%22.78
%0.84
%0
%7.06

Codes

Color #B7EBED in popluar color models

B7EBED
RGB183235237
HSL182°60.00%82.35%
HSB/HSV182°22.78%92.94%
CMYK22.78%0.84%0.00%
7.06%

Color #B7EBED in popluar number systems.

HEXB7EBED
Decimal183235237
Binary101101111110101111101101
Octal267353355

Shades and tints

Shades of #B7EBED

#B7EBED
(183,235,237)
#A7D6D8
(167,214,216)
#97C1C3
(151,193,195)
#87ACAE
(135,172,174)
#779799
(119,151,153)
#678284
(103,130,132)
#576D6F
(87,109,111)
#47585A
(71,88,90)
#374345
(55,67,69)
#272E30
(39,46,48)
#17191B
(23,25,27)
#000000
(0,0,0)

Tints of #B7EBED

#B7EBED
(183,235,237)
#BDECEE
(189,236,238)
#C3EDEF
(195,237,239)
#C9EEF0
(201,238,240)
#CFEFF1
(207,239,241)
#D5F0F2
(213,240,242)
#DBF1F3
(219,241,243)
#E1F2F4
(225,242,244)
#E7F3F5
(231,243,245)
#EDF4F6
(237,244,246)
#F3F5F7
(243,245,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B7EBED; }

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

This text font color is #B7EBED.


Background Color

.myBgColor { background-color: #B7EBED; }

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

This div background color is #B7EBED.


Border color

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

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

This div border color is #B7EBED.


Opacity

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

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

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

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

This text has shadow with #B7EBED color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B7EBED on black background.


Color preview on white background

This text has color #B7EBED on white background.



Black color preview on #B7EBED background

This text has black color on #B7EBED background.


White color preview on #B7EBED background

This text has white color on #B7EBED background.