COLOR #B0E4EB

HEX: #B0E4EB RGB: (176,228,235)

Color info

#B0E4EB contains red, green and blue colors in about the same proportion. Web safe color of #B0E4EB is #99CCFF (or #9CF).

RGB color model

#B0E4EB color RGB value is (176,228,235).

RGB: (176,228,235) (69%, 89%, 92%)

RGB channels and saturation

R 176 of 255 = 69%
G 228 of 255 = 89%
B 235 of 255 = 92%

176
228
235

R + G + B ~ 83%. #B0E4EB is quite light color.

Portions of RGB colors in percentages

R + G + B = 176 + 228 + 235 = 639 (100%)
R 176 of 639 ~ 27.54%
G 228 of 639 ~ 35.68%
B 235 of 639 ~ 36.78'%

%27.54
%35.68
%36.78

CMYK color model

#B0E4EB color CMYK value is (25,3,0,8).

  • cyan value is 25.11%
  • magenta value is 2.98%
  • yellow value is 0.00%
  • key color value is 7.84%

CMYK: (25,3,0,8)
C25M3Y0K8 (25%, 3%, 0%, 8%)
(0.25 / 0.03 / 0.00 / 0.08)

CMYK percentages

%25.11
%2.98
%0
%7.84

Codes

Color #B0E4EB in popluar color models

B0 E4 EB
RGB 176 228 235
HSL 187° 59.60% 80.59%
HSB/HSV 187° 25.11% 92.16%
CMYK 25.11% 2.98% 0.00%
7.84%

Color #B0E4EB in popluar number systems.

HEX B0 E4 EB
Decimal 176 228 235
Binary 10110000 11100100 11101011
Octal 260 344 353

Shades and tints

Shades of #B0E4EB

#B0E4EB
(176,228,235)
#A0D0D6
(160,208,214)
#90BCC1
(144,188,193)
#80A8AC
(128,168,172)
#709497
(112,148,151)
#608082
(96,128,130)
#506C6D
(80,108,109)
#405858
(64,88,88)
#304443
(48,68,67)
#20302E
(32,48,46)
#101C19
(16,28,25)
#000000
(0,0,0)

Tints of #B0E4EB

#B0E4EB
(176,228,235)
#B7E6EC
(183,230,236)
#BEE8ED
(190,232,237)
#C5EAEE
(197,234,238)
#CCECEF
(204,236,239)
#D3EEF0
(211,238,240)
#DAF0F1
(218,240,241)
#E1F2F2
(225,242,242)
#E8F4F3
(232,244,243)
#EFF6F4
(239,246,244)
#F6F8F5
(246,248,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B0E4EB color. Also use rgb(176,228,235) instead hex code.

Text Font Color

.myTextColor { color: #B0E4EB; }

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

This text font color is #B0E4EB.

Background Color

.myBgColor { background-color: #B0E4EB; }

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

This div background color is #B0E4EB.

Border color

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

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

This div border color is #B0E4EB.

Opacity

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

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

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

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

This text has shadow with #B0E4EB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B0E4EB.

Preview

Color preview on black background

This text has color #B0E4EB on black background.


Color preview on white background

This text has color #B0E4EB on white background.


Black color preview on #B0E4EB background

This text has black color on #B0E4EB background.


White color preview on #B0E4EB background

This text has white color on #B0E4EB background.


Related colors

Complementary color

Complementary color for #hex is #4F1B14.


I love getcolorcode.com

Triadic colors

1 #EBB0E4 and #E4EBB0 with #B0E4EB are triadic colors.

2 #EBE4B0 and #E4B0EB with #B0E4EB are triadic colors.