COLOR #B0EDDA

HEX: #B0EDDA RGB: (176,237,218)

Color info

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

RGB color model

#B0EDDA color RGB value is (176,237,218).

RGB: (176,237,218) (69%, 93%, 85%)

RGB channels and saturation

R 176 of 255 = 69%
G 237 of 255 = 93%
B 218 of 255 = 85%

176
237
218

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

Portions of RGB colors in percentages

R + G + B = 176 + 237 + 218 = 631 (100%)
R 176 of 631 ~ 27.89%
G 237 of 631 ~ 37.56%
B 218 of 631 ~ 34.55'%

%27.89
%37.56
%34.55

CMYK color model

#B0EDDA color CMYK value is (26,0,8,7).

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

CMYK: (26,0,8,7)
C26M0Y8K7 (26%, 0%, 8%, 7%)
(0.26 / 0.00 / 0.08 / 0.07)

CMYK percentages

%25.74
%0
%8.02
%7.06

Codes

Color #B0EDDA in popluar color models

B0 ED DA
RGB 176 237 218
HSL 161° 62.89% 80.98%
HSB/HSV 161° 25.74% 92.94%
CMYK 25.74% 0.00% 8.02%
7.06%

Color #B0EDDA in popluar number systems.

HEX B0 ED DA
Decimal 176 237 218
Binary 10110000 11101101 11011010
Octal 260 355 332

Shades and tints

Shades of #B0EDDA

#B0EDDA
(176,237,218)
#A0D8C7
(160,216,199)
#90C3B4
(144,195,180)
#80AEA1
(128,174,161)
#70998E
(112,153,142)
#60847B
(96,132,123)
#506F68
(80,111,104)
#405A55
(64,90,85)
#304542
(48,69,66)
#20302F
(32,48,47)
#101B1C
(16,27,28)
#000000
(0,0,0)

Tints of #B0EDDA

#B0EDDA
(176,237,218)
#B7EEDD
(183,238,221)
#BEEFE0
(190,239,224)
#C5F0E3
(197,240,227)
#CCF1E6
(204,241,230)
#D3F2E9
(211,242,233)
#DAF3EC
(218,243,236)
#E1F4EF
(225,244,239)
#E8F5F2
(232,245,242)
#EFF6F5
(239,246,245)
#F6F7F8
(246,247,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B0EDDA; }

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

This text font color is #B0EDDA.

Background Color

.myBgColor { background-color: #B0EDDA; }

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

This div background color is #B0EDDA.

Border color

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

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

This div border color is #B0EDDA.

Opacity

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

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

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

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

This text has shadow with #B0EDDA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B0EDDA.

Preview

Color preview on black background

This text has color #B0EDDA on black background.


Color preview on white background

This text has color #B0EDDA on white background.


Black color preview on #B0EDDA background

This text has black color on #B0EDDA background.


White color preview on #B0EDDA background

This text has white color on #B0EDDA background.


Related colors

Complementary color

Complementary color for #hex is #4F1225.


I love getcolorcode.com

Triadic colors

1 #DAB0ED and #EDDAB0 with #B0EDDA are triadic colors.

2 #DAEDB0 and #EDB0DA with #B0EDDA are triadic colors.