COLOR #B0DFBC

HEX: #B0DFBC RGB: (176,223,188)

Color info

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

RGB color model

#B0DFBC color RGB value is (176,223,188).

RGB: (176,223,188) (69%, 87%, 74%)

RGB channels and saturation

R 176 of 255 = 69%
G 223 of 255 = 87%
B 188 of 255 = 74%

176
223
188

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

Portions of RGB colors in percentages

R + G + B = 176 + 223 + 188 = 587 (100%)
R 176 of 587 ~ 29.98%
G 223 of 587 ~ 37.99%
B 188 of 587 ~ 32.03'%

%29.98
%37.99
%32.03

CMYK color model

#B0DFBC color CMYK value is (21,0,16,13).

  • cyan value is 21.08%
  • magenta value is 0.00%
  • yellow value is 15.70%
  • key color value is 12.55%

CMYK: (21,0,16,13)
C21M0Y16K13 (21%, 0%, 16%, 13%)
(0.21 / 0.00 / 0.16 / 0.13)

CMYK percentages

%21.08
%0
%15.7
%12.55

Codes

Color #B0DFBC in popluar color models

B0 DF BC
RGB 176 223 188
HSL 135° 42.34% 78.24%
HSB/HSV 135° 21.08% 87.45%
CMYK 21.08% 0.00% 15.70%
12.55%

Color #B0DFBC in popluar number systems.

HEX B0 DF BC
Decimal 176 223 188
Binary 10110000 11011111 10111100
Octal 260 337 274

Shades and tints

Shades of #B0DFBC

#B0DFBC
(176,223,188)
#A0CBAB
(160,203,171)
#90B79A
(144,183,154)
#80A389
(128,163,137)
#708F78
(112,143,120)
#607B67
(96,123,103)
#506756
(80,103,86)
#405345
(64,83,69)
#303F34
(48,63,52)
#202B23
(32,43,35)
#101712
(16,23,18)
#000000
(0,0,0)

Tints of #B0DFBC

#B0DFBC
(176,223,188)
#B7E1C2
(183,225,194)
#BEE3C8
(190,227,200)
#C5E5CE
(197,229,206)
#CCE7D4
(204,231,212)
#D3E9DA
(211,233,218)
#DAEBE0
(218,235,224)
#E1EDE6
(225,237,230)
#E8EFEC
(232,239,236)
#EFF1F2
(239,241,242)
#F6F3F8
(246,243,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B0DFBC color. Also use rgb(176,223,188) instead hex code.

Text Font Color

.myTextColor { color: #B0DFBC; }

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

This text font color is #B0DFBC.

Background Color

.myBgColor { background-color: #B0DFBC; }

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

This div background color is #B0DFBC.

Border color

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

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

This div border color is #B0DFBC.

Opacity

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

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

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

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

This text has shadow with #B0DFBC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B0DFBC.

Preview

Color preview on black background

This text has color #B0DFBC on black background.


Color preview on white background

This text has color #B0DFBC on white background.


Black color preview on #B0DFBC background

This text has black color on #B0DFBC background.


White color preview on #B0DFBC background

This text has white color on #B0DFBC background.


Related colors

Complementary color

Complementary color for #hex is #4F2043.


I love getcolorcode.com

Triadic colors

1 #BCB0DF and #DFBCB0 with #B0DFBC are triadic colors.

2 #BCDFB0 and #DFB0BC with #B0DFBC are triadic colors.