COLOR #B0EEC1

HEX: #B0EEC1 RGB: (176,238,193)

Color info

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

RGB color model

#B0EEC1 color RGB value is (176,238,193).

RGB: (176,238,193) (69%, 93%, 76%)

RGB channels and saturation

R 176 of 255 = 69%
G 238 of 255 = 93%
B 193 of 255 = 76%

176
238
193

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

Portions of RGB colors in percentages

R + G + B = 176 + 238 + 193 = 607 (100%)
R 176 of 607 ~ 29%
G 238 of 607 ~ 39.21%
B 193 of 607 ~ 31.8'%

%29
%39.21
%31.8

CMYK color model

#B0EEC1 color CMYK value is (26,0,19,7).

  • cyan value is 26.05%
  • magenta value is 0.00%
  • yellow value is 18.91%
  • key color value is 6.67%

CMYK: (26,0,19,7)
C26M0Y19K7 (26%, 0%, 19%, 7%)
(0.26 / 0.00 / 0.19 / 0.07)

CMYK percentages

%26.05
%0
%18.91
%6.67

Codes

Color #B0EEC1 in popluar color models

B0 EE C1
RGB 176 238 193
HSL 136° 64.58% 81.18%
HSB/HSV 136° 26.05% 93.33%
CMYK 26.05% 0.00% 18.91%
6.67%

Color #B0EEC1 in popluar number systems.

HEX B0 EE C1
Decimal 176 238 193
Binary 10110000 11101110 11000001
Octal 260 356 301

Shades and tints

Shades of #B0EEC1

#B0EEC1
(176,238,193)
#A0D9B0
(160,217,176)
#90C49F
(144,196,159)
#80AF8E
(128,175,142)
#709A7D
(112,154,125)
#60856C
(96,133,108)
#50705B
(80,112,91)
#405B4A
(64,91,74)
#304639
(48,70,57)
#203128
(32,49,40)
#101C17
(16,28,23)
#000000
(0,0,0)

Tints of #B0EEC1

#B0EEC1
(176,238,193)
#B7EFC6
(183,239,198)
#BEF0CB
(190,240,203)
#C5F1D0
(197,241,208)
#CCF2D5
(204,242,213)
#D3F3DA
(211,243,218)
#DAF4DF
(218,244,223)
#E1F5E4
(225,245,228)
#E8F6E9
(232,246,233)
#EFF7EE
(239,247,238)
#F6F8F3
(246,248,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B0EEC1; }

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

This text font color is #B0EEC1.

Background Color

.myBgColor { background-color: #B0EEC1; }

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

This div background color is #B0EEC1.

Border color

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

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

This div border color is #B0EEC1.

Opacity

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

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

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

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

This text has shadow with #B0EEC1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B0EEC1.

Preview

Color preview on black background

This text has color #B0EEC1 on black background.


Color preview on white background

This text has color #B0EEC1 on white background.


Black color preview on #B0EEC1 background

This text has black color on #B0EEC1 background.


White color preview on #B0EEC1 background

This text has white color on #B0EEC1 background.


Related colors

Complementary color

Complementary color for #hex is #4F113E.


I love getcolorcode.com

Triadic colors

1 #C1B0EE and #EEC1B0 with #B0EEC1 are triadic colors.

2 #C1EEB0 and #EEB0C1 with #B0EEC1 are triadic colors.