COLOR #B0EED3

HEX: #B0EED3
RGB: (176,238,211)

Color info

#B0EED3 contains mainly green and blue colors. Web safe color of #B0EED3 is #99FFCC (or #9FC).

RGB color model

#B0EED3 color RGB value is (176,238,211).

  • red value is 176;
  • green value is 238;
  • blue value is 211.
RGB:
(176,238,211)
(69%,93%,83%)

RGB channels and saturation

R 176 of 255 = 69%
G 238 of 255 = 93%
B 211 of 255 = 83%

176
238
211

R + G + B ~ 82%. #B0EED3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
176 + 238 + 211 = 625 (100%)
R 176 of 625 ~ 28.16%
G 238 of 625 ~ 38.08%
B 211 of 625 ~ 33.76%

%28.16
%38.08
%33.76

CMYK color model

#B0EED3 color CMYK value is (26,0,11,7).

  • cyan value is 26.05%
  • magenta value is 0.00%
  • yellow value is 11.34%
  • key color value is 6.67%
CMYK:
(26,0,11,7)
C26M0Y11K7 
(26%,0%,11%,7%)
(0.26/0.00/0.11/0.07)	

CMYK percentages

%26.05
%0
%11.34
%6.67

Codes

Color #B0EED3 in popluar color models

B0EED3
RGB176238211
HSL154°64.58%81.18%
HSB/HSV154°26.05%93.33%
CMYK26.05%0.00%11.34%
6.67%

Color #B0EED3 in popluar number systems.

HEXB0EED3
Decimal176238211
Binary101100001110111011010011
Octal260356323

Shades and tints

Shades of #B0EED3

#B0EED3
(176,238,211)
#A0D9C0
(160,217,192)
#90C4AD
(144,196,173)
#80AF9A
(128,175,154)
#709A87
(112,154,135)
#608574
(96,133,116)
#507061
(80,112,97)
#405B4E
(64,91,78)
#30463B
(48,70,59)
#203128
(32,49,40)
#101C15
(16,28,21)
#000000
(0,0,0)

Tints of #B0EED3

#B0EED3
(176,238,211)
#B7EFD7
(183,239,215)
#BEF0DB
(190,240,219)
#C5F1DF
(197,241,223)
#CCF2E3
(204,242,227)
#D3F3E7
(211,243,231)
#DAF4EB
(218,244,235)
#E1F5EF
(225,245,239)
#E8F6F3
(232,246,243)
#EFF7F7
(239,247,247)
#F6F8FB
(246,248,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B0EED3 color. Also use rgb(176,238,211) instead hex code.

Text Font Color

.myTextColor { color: #B0EED3; }

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

This text font color is #B0EED3.


Background Color

.myBgColor { background-color: #B0EED3; }

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

This div background color is #B0EED3.


Border color

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

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

This div border color is #B0EED3.


Opacity

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

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

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

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

This text has shadow with #B0EED3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B0EED3 on black background.


Color preview on white background

This text has color #B0EED3 on white background.



Black color preview on #B0EED3 background

This text has black color on #B0EED3 background.


White color preview on #B0EED3 background

This text has white color on #B0EED3 background.