COLOR #B8EDE8

HEX: #B8EDE8
RGB: (184,237,232)

Color info

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

RGB color model

#B8EDE8 color RGB value is (184,237,232).

  • red value is 184;
  • green value is 237;
  • blue value is 232.
RGB:
(184,237,232)
(72%,93%,91%)

RGB channels and saturation

R 184 of 255 = 72%
G 237 of 255 = 93%
B 232 of 255 = 91%

184
237
232

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

Portions of RGB colors in percentages

R + G + B =
184 + 237 + 232 = 653 (100%)
R 184 of 653 ~ 28.18%
G 237 of 653 ~ 36.29%
B 232 of 653 ~ 35.53%

%28.18
%36.29
%35.53

CMYK color model

#B8EDE8 color CMYK value is (22,0,2,7).

  • cyan value is 22.36%
  • magenta value is 0.00%
  • yellow value is 2.11%
  • key color value is 7.06%
CMYK:
(22,0,2,7)
C22M0Y2K7 
(22%,0%,2%,7%)
(0.22/0.00/0.02/0.07)	

CMYK percentages

%22.36
%0
%2.11
%7.06

Codes

Color #B8EDE8 in popluar color models

B8EDE8
RGB184237232
HSL174°59.55%82.55%
HSB/HSV174°22.36%92.94%
CMYK22.36%0.00%2.11%
7.06%

Color #B8EDE8 in popluar number systems.

HEXB8EDE8
Decimal184237232
Binary101110001110110111101000
Octal270355350

Shades and tints

Shades of #B8EDE8

#B8EDE8
(184,237,232)
#A8D8D3
(168,216,211)
#98C3BE
(152,195,190)
#88AEA9
(136,174,169)
#789994
(120,153,148)
#68847F
(104,132,127)
#586F6A
(88,111,106)
#485A55
(72,90,85)
#384540
(56,69,64)
#28302B
(40,48,43)
#181B16
(24,27,22)
#000000
(0,0,0)

Tints of #B8EDE8

#B8EDE8
(184,237,232)
#BEEEEA
(190,238,234)
#C4EFEC
(196,239,236)
#CAF0EE
(202,240,238)
#D0F1F0
(208,241,240)
#D6F2F2
(214,242,242)
#DCF3F4
(220,243,244)
#E2F4F6
(226,244,246)
#E8F5F8
(232,245,248)
#EEF6FA
(238,246,250)
#F4F7FC
(244,247,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B8EDE8 color. Also use rgb(184,237,232) instead hex code.

Text Font Color

.myTextColor { color: #B8EDE8; }

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

This text font color is #B8EDE8.


Background Color

.myBgColor { background-color: #B8EDE8; }

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

This div background color is #B8EDE8.


Border color

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

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

This div border color is #B8EDE8.


Opacity

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

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

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

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

This text has shadow with #B8EDE8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B8EDE8 on black background.


Color preview on white background

This text has color #B8EDE8 on white background.



Black color preview on #B8EDE8 background

This text has black color on #B8EDE8 background.


White color preview on #B8EDE8 background

This text has white color on #B8EDE8 background.