COLOR #B8EBE5

HEX: #B8EBE5
RGB: (184,235,229)

Color info

#B8EBE5 contains red, green and blue colors in about the same proportion. Web safe color of #B8EBE5 is #CCFFCC (or #CFC).

RGB color model

#B8EBE5 color RGB value is (184,235,229).

  • red value is 184;
  • green value is 235;
  • blue value is 229.
RGB:
(184,235,229)
(72%,92%,90%)

RGB channels and saturation

R 184 of 255 = 72%
G 235 of 255 = 92%
B 229 of 255 = 90%

184
235
229

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

Portions of RGB colors in percentages

R + G + B =
184 + 235 + 229 = 648 (100%)
R 184 of 648 ~ 28.4%
G 235 of 648 ~ 36.27%
B 229 of 648 ~ 35.34%

%28.4
%36.27
%35.34

CMYK color model

#B8EBE5 color CMYK value is (22,0,3,8).

  • cyan value is 21.70%
  • magenta value is 0.00%
  • yellow value is 2.55%
  • key color value is 7.84%
CMYK:
(22,0,3,8)
C22M0Y3K8 
(22%,0%,3%,8%)
(0.22/0.00/0.03/0.08)	

CMYK percentages

%21.7
%0
%2.55
%7.84

Codes

Color #B8EBE5 in popluar color models

B8EBE5
RGB184235229
HSL173°56.04%82.16%
HSB/HSV173°21.70%92.16%
CMYK21.70%0.00%2.55%
7.84%

Color #B8EBE5 in popluar number systems.

HEXB8EBE5
Decimal184235229
Binary101110001110101111100101
Octal270353345

Shades and tints

Shades of #B8EBE5

#B8EBE5
(184,235,229)
#A8D6D1
(168,214,209)
#98C1BD
(152,193,189)
#88ACA9
(136,172,169)
#789795
(120,151,149)
#688281
(104,130,129)
#586D6D
(88,109,109)
#485859
(72,88,89)
#384345
(56,67,69)
#282E31
(40,46,49)
#18191D
(24,25,29)
#000000
(0,0,0)

Tints of #B8EBE5

#B8EBE5
(184,235,229)
#BEECE7
(190,236,231)
#C4EDE9
(196,237,233)
#CAEEEB
(202,238,235)
#D0EFED
(208,239,237)
#D6F0EF
(214,240,239)
#DCF1F1
(220,241,241)
#E2F2F3
(226,242,243)
#E8F3F5
(232,243,245)
#EEF4F7
(238,244,247)
#F4F5F9
(244,245,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B8EBE5 color. Also use rgb(184,235,229) instead hex code.

Text Font Color

.myTextColor { color: #B8EBE5; }

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

This text font color is #B8EBE5.


Background Color

.myBgColor { background-color: #B8EBE5; }

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

This div background color is #B8EBE5.


Border color

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

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

This div border color is #B8EBE5.


Opacity

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

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

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

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

This text has shadow with #B8EBE5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B8EBE5 on black background.


Color preview on white background

This text has color #B8EBE5 on white background.



Black color preview on #B8EBE5 background

This text has black color on #B8EBE5 background.


White color preview on #B8EBE5 background

This text has white color on #B8EBE5 background.