COLOR #B0DBBE

HEX: #B0DBBE RGB: (176,219,190)

Color info

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

RGB color model

#B0DBBE color RGB value is (176,219,190).

RGB: (176,219,190) (69%, 86%, 75%)

RGB channels and saturation

R 176 of 255 = 69%
G 219 of 255 = 86%
B 190 of 255 = 75%

176
219
190

R + G + B ~ 77%. #B0DBBE is quite light color.

Portions of RGB colors in percentages

R + G + B = 176 + 219 + 190 = 585 (100%)
R 176 of 585 ~ 30.09%
G 219 of 585 ~ 37.44%
B 190 of 585 ~ 32.48'%

%30.09
%37.44
%32.48

CMYK color model

#B0DBBE color CMYK value is (20,0,13,14).

  • cyan value is 19.63%
  • magenta value is 0.00%
  • yellow value is 13.24%
  • key color value is 14.12%

CMYK: (20,0,13,14)
C20M0Y13K14 (20%, 0%, 13%, 14%)
(0.20 / 0.00 / 0.13 / 0.14)

CMYK percentages

%19.63
%0
%13.24
%14.12

Codes

Color #B0DBBE in popluar color models

B0 DB BE
RGB 176 219 190
HSL 140° 37.39% 77.45%
HSB/HSV 140° 19.63% 85.88%
CMYK 19.63% 0.00% 13.24%
14.12%

Color #B0DBBE in popluar number systems.

HEX B0 DB BE
Decimal 176 219 190
Binary 10110000 11011011 10111110
Octal 260 333 276

Shades and tints

Shades of #B0DBBE

#B0DBBE
(176,219,190)
#A0C8AD
(160,200,173)
#90B59C
(144,181,156)
#80A28B
(128,162,139)
#708F7A
(112,143,122)
#607C69
(96,124,105)
#506958
(80,105,88)
#405647
(64,86,71)
#304336
(48,67,54)
#203025
(32,48,37)
#101D14
(16,29,20)
#000000
(0,0,0)

Tints of #B0DBBE

#B0DBBE
(176,219,190)
#B7DEC3
(183,222,195)
#BEE1C8
(190,225,200)
#C5E4CD
(197,228,205)
#CCE7D2
(204,231,210)
#D3EAD7
(211,234,215)
#DAEDDC
(218,237,220)
#E1F0E1
(225,240,225)
#E8F3E6
(232,243,230)
#EFF6EB
(239,246,235)
#F6F9F0
(246,249,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B0DBBE; }

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

This text font color is #B0DBBE.

Background Color

.myBgColor { background-color: #B0DBBE; }

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

This div background color is #B0DBBE.

Border color

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

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

This div border color is #B0DBBE.

Opacity

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

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

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

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

This text has shadow with #B0DBBE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B0DBBE.

Preview

Color preview on black background

This text has color #B0DBBE on black background.


Color preview on white background

This text has color #B0DBBE on white background.


Black color preview on #B0DBBE background

This text has black color on #B0DBBE background.


White color preview on #B0DBBE background

This text has white color on #B0DBBE background.


Related colors

Complementary color

Complementary color for #hex is #4F2441.


I love getcolorcode.com

Triadic colors

1 #BEB0DB and #DBBEB0 with #B0DBBE are triadic colors.

2 #BEDBB0 and #DBB0BE with #B0DBBE are triadic colors.