COLOR #B8EDE9

HEX: #B8EDE9
RGB: (184,237,233)

Color info

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

RGB color model

#B8EDE9 color RGB value is (184,237,233).

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

RGB channels and saturation

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

184
237
233

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

Portions of RGB colors in percentages

R + G + B =
184 + 237 + 233 = 654 (100%)
R 184 of 654 ~ 28.13%
G 237 of 654 ~ 36.24%
B 233 of 654 ~ 35.63%

%28.13
%36.24
%35.63

CMYK color model

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

  • cyan value is 22.36%
  • magenta value is 0.00%
  • yellow value is 1.69%
  • 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
%1.69
%7.06

Codes

Color #B8EDE9 in popluar color models

B8EDE9
RGB184237233
HSL175°59.55%82.55%
HSB/HSV175°22.36%92.94%
CMYK22.36%0.00%1.69%
7.06%

Color #B8EDE9 in popluar number systems.

HEXB8EDE9
Decimal184237233
Binary101110001110110111101001
Octal270355351

Shades and tints

Shades of #B8EDE9

#B8EDE9
(184,237,233)
#A8D8D4
(168,216,212)
#98C3BF
(152,195,191)
#88AEAA
(136,174,170)
#789995
(120,153,149)
#688480
(104,132,128)
#586F6B
(88,111,107)
#485A56
(72,90,86)
#384541
(56,69,65)
#28302C
(40,48,44)
#181B17
(24,27,23)
#000000
(0,0,0)

Tints of #B8EDE9

#B8EDE9
(184,237,233)
#BEEEEB
(190,238,235)
#C4EFED
(196,239,237)
#CAF0EF
(202,240,239)
#D0F1F1
(208,241,241)
#D6F2F3
(214,242,243)
#DCF3F5
(220,243,245)
#E2F4F7
(226,244,247)
#E8F5F9
(232,245,249)
#EEF6FB
(238,246,251)
#F4F7FD
(244,247,253)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B8EDE9; }

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

This text font color is #B8EDE9.


Background Color

.myBgColor { background-color: #B8EDE9; }

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

This div background color is #B8EDE9.


Border color

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

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

This div border color is #B8EDE9.


Opacity

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

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

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

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

This text has shadow with #B8EDE9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B8EDE9 on black background.


Color preview on white background

This text has color #B8EDE9 on white background.



Black color preview on #B8EDE9 background

This text has black color on #B8EDE9 background.


White color preview on #B8EDE9 background

This text has white color on #B8EDE9 background.