COLOR #B0EDC1

HEX: #B0EDC1 RGB: (176,237,193)

Color info

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

RGB color model

#B0EDC1 color RGB value is (176,237,193).

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

RGB channels and saturation

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

176
237
193

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

Portions of RGB colors in percentages

R + G + B = 176 + 237 + 193 = 606 (100%)
R 176 of 606 ~ 29.04%
G 237 of 606 ~ 39.11%
B 193 of 606 ~ 31.85'%

%29.04
%39.11
%31.85

CMYK color model

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

  • cyan value is 25.74%
  • magenta value is 0.00%
  • yellow value is 18.57%
  • key color value is 7.06%

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

CMYK percentages

%25.74
%0
%18.57
%7.06

Codes

Color #B0EDC1 in popluar color models

B0 ED C1
RGB 176 237 193
HSL 137° 62.89% 80.98%
HSB/HSV 137° 25.74% 92.94%
CMYK 25.74% 0.00% 18.57%
7.06%

Color #B0EDC1 in popluar number systems.

HEX B0 ED C1
Decimal 176 237 193
Binary 10110000 11101101 11000001
Octal 260 355 301

Shades and tints

Shades of #B0EDC1

#B0EDC1
(176,237,193)
#A0D8B0
(160,216,176)
#90C39F
(144,195,159)
#80AE8E
(128,174,142)
#70997D
(112,153,125)
#60846C
(96,132,108)
#506F5B
(80,111,91)
#405A4A
(64,90,74)
#304539
(48,69,57)
#203028
(32,48,40)
#101B17
(16,27,23)
#000000
(0,0,0)

Tints of #B0EDC1

#B0EDC1
(176,237,193)
#B7EEC6
(183,238,198)
#BEEFCB
(190,239,203)
#C5F0D0
(197,240,208)
#CCF1D5
(204,241,213)
#D3F2DA
(211,242,218)
#DAF3DF
(218,243,223)
#E1F4E4
(225,244,228)
#E8F5E9
(232,245,233)
#EFF6EE
(239,246,238)
#F6F7F3
(246,247,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B0EDC1; }

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

This text font color is #B0EDC1.

Background Color

.myBgColor { background-color: #B0EDC1; }

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

This div background color is #B0EDC1.

Border color

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

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

This div border color is #B0EDC1.

Opacity

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

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

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

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

This text has shadow with #B0EDC1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B0EDC1.

Preview

Color preview on black background

This text has color #B0EDC1 on black background.


Color preview on white background

This text has color #B0EDC1 on white background.


Black color preview on #B0EDC1 background

This text has black color on #B0EDC1 background.


White color preview on #B0EDC1 background

This text has white color on #B0EDC1 background.


Related colors

Complementary color

Complementary color for #hex is #4F123E.


I love getcolorcode.com

Triadic colors

1 #C1B0ED and #EDC1B0 with #B0EDC1 are triadic colors.

2 #C1EDB0 and #EDB0C1 with #B0EDC1 are triadic colors.