COLOR #B0EBDB

HEX: #B0EBDB RGB: (176,235,219)

Color info

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

RGB color model

#B0EBDB color RGB value is (176,235,219).

RGB: (176,235,219) (69%, 92%, 86%)

RGB channels and saturation

R 176 of 255 = 69%
G 235 of 255 = 92%
B 219 of 255 = 86%

176
235
219

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

Portions of RGB colors in percentages

R + G + B = 176 + 235 + 219 = 630 (100%)
R 176 of 630 ~ 27.94%
G 235 of 630 ~ 37.3%
B 219 of 630 ~ 34.76'%

%27.94
%37.3
%34.76

CMYK color model

#B0EBDB color CMYK value is (25,0,7,8).

  • cyan value is 25.11%
  • magenta value is 0.00%
  • yellow value is 6.81%
  • key color value is 7.84%

CMYK: (25,0,7,8)
C25M0Y7K8 (25%, 0%, 7%, 8%)
(0.25 / 0.00 / 0.07 / 0.08)

CMYK percentages

%25.11
%0
%6.81
%7.84

Codes

Color #B0EBDB in popluar color models

B0 EB DB
RGB 176 235 219
HSL 164° 59.60% 80.59%
HSB/HSV 164° 25.11% 92.16%
CMYK 25.11% 0.00% 6.81%
7.84%

Color #B0EBDB in popluar number systems.

HEX B0 EB DB
Decimal 176 235 219
Binary 10110000 11101011 11011011
Octal 260 353 333

Shades and tints

Shades of #B0EBDB

#B0EBDB
(176,235,219)
#A0D6C8
(160,214,200)
#90C1B5
(144,193,181)
#80ACA2
(128,172,162)
#70978F
(112,151,143)
#60827C
(96,130,124)
#506D69
(80,109,105)
#405856
(64,88,86)
#304343
(48,67,67)
#202E30
(32,46,48)
#10191D
(16,25,29)
#000000
(0,0,0)

Tints of #B0EBDB

#B0EBDB
(176,235,219)
#B7ECDE
(183,236,222)
#BEEDE1
(190,237,225)
#C5EEE4
(197,238,228)
#CCEFE7
(204,239,231)
#D3F0EA
(211,240,234)
#DAF1ED
(218,241,237)
#E1F2F0
(225,242,240)
#E8F3F3
(232,243,243)
#EFF4F6
(239,244,246)
#F6F5F9
(246,245,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B0EBDB color. Also use rgb(176,235,219) instead hex code.

Text Font Color

.myTextColor { color: #B0EBDB; }

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

This text font color is #B0EBDB.

Background Color

.myBgColor { background-color: #B0EBDB; }

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

This div background color is #B0EBDB.

Border color

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

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

This div border color is #B0EBDB.

Opacity

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

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

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

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

This text has shadow with #B0EBDB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B0EBDB.

Preview

Color preview on black background

This text has color #B0EBDB on black background.


Color preview on white background

This text has color #B0EBDB on white background.


Black color preview on #B0EBDB background

This text has black color on #B0EBDB background.


White color preview on #B0EBDB background

This text has white color on #B0EBDB background.


Related colors

Complementary color

Complementary color for #hex is #4F1424.


I love getcolorcode.com

Triadic colors

1 #DBB0EB and #EBDBB0 with #B0EBDB are triadic colors.

2 #DBEBB0 and #EBB0DB with #B0EBDB are triadic colors.