COLOR #B0EAC1

HEX: #B0EAC1
RGB: (176,234,193)

Color info

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

RGB color model

#B0EAC1 color RGB value is (176,234,193).

  • red value is 176;
  • green value is 234;
  • blue value is 193.
RGB:
(176,234,193)
(69%,92%,76%)

RGB channels and saturation

R 176 of 255 = 69%
G 234 of 255 = 92%
B 193 of 255 = 76%

176
234
193

R + G + B ~ 79%. #B0EAC1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
176 + 234 + 193 = 603 (100%)
R 176 of 603 ~ 29.19%
G 234 of 603 ~ 38.81%
B 193 of 603 ~ 32.01%

%29.19
%38.81
%32.01

CMYK color model

#B0EAC1 color CMYK value is (25,0,18,8).

  • cyan value is 24.79%
  • magenta value is 0.00%
  • yellow value is 17.52%
  • key color value is 8.24%
CMYK:
(25,0,18,8)
C25M0Y18K8 
(25%,0%,18%,8%)
(0.25/0.00/0.18/0.08)	

CMYK percentages

%24.79
%0
%17.52
%8.24

Codes

Color #B0EAC1 in popluar color models

B0EAC1
RGB176234193
HSL138°58.00%80.39%
HSB/HSV138°24.79%91.76%
CMYK24.79%0.00%17.52%
8.24%

Color #B0EAC1 in popluar number systems.

HEXB0EAC1
Decimal176234193
Binary101100001110101011000001
Octal260352301

Shades and tints

Shades of #B0EAC1

#B0EAC1
(176,234,193)
#A0D5B0
(160,213,176)
#90C09F
(144,192,159)
#80AB8E
(128,171,142)
#70967D
(112,150,125)
#60816C
(96,129,108)
#506C5B
(80,108,91)
#40574A
(64,87,74)
#304239
(48,66,57)
#202D28
(32,45,40)
#101817
(16,24,23)
#000000
(0,0,0)

Tints of #B0EAC1

#B0EAC1
(176,234,193)
#B7EBC6
(183,235,198)
#BEECCB
(190,236,203)
#C5EDD0
(197,237,208)
#CCEED5
(204,238,213)
#D3EFDA
(211,239,218)
#DAF0DF
(218,240,223)
#E1F1E4
(225,241,228)
#E8F2E9
(232,242,233)
#EFF3EE
(239,243,238)
#F6F4F3
(246,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B0EAC1 color. Also use rgb(176,234,193) instead hex code.

Text Font Color

.myTextColor { color: #B0EAC1; }

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

This text font color is #B0EAC1.


Background Color

.myBgColor { background-color: #B0EAC1; }

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

This div background color is #B0EAC1.


Border color

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

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

This div border color is #B0EAC1.


Opacity

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

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

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

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

This text has shadow with #B0EAC1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B0EAC1 on black background.


Color preview on white background

This text has color #B0EAC1 on white background.



Black color preview on #B0EAC1 background

This text has black color on #B0EAC1 background.


White color preview on #B0EAC1 background

This text has white color on #B0EAC1 background.