COLOR #B0DFB4

HEX: #B0DFB4 RGB: (176,223,180)

Color info

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

RGB color model

#B0DFB4 color RGB value is (176,223,180).

RGB: (176,223,180) (69%, 87%, 71%)

RGB channels and saturation

R 176 of 255 = 69%
G 223 of 255 = 87%
B 180 of 255 = 71%

176
223
180

R + G + B ~ 76%. #B0DFB4 is quite light color.

Portions of RGB colors in percentages

R + G + B = 176 + 223 + 180 = 579 (100%)
R 176 of 579 ~ 30.4%
G 223 of 579 ~ 38.51%
B 180 of 579 ~ 31.09'%

%30.4
%38.51
%31.09

CMYK color model

#B0DFB4 color CMYK value is (21,0,19,13).

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

CMYK: (21,0,19,13)
C21M0Y19K13 (21%, 0%, 19%, 13%)
(0.21 / 0.00 / 0.19 / 0.13)

CMYK percentages

%21.08
%0
%19.28
%12.55

Codes

Color #B0DFB4 in popluar color models

B0 DF B4
RGB 176 223 180
HSL 125° 42.34% 78.24%
HSB/HSV 125° 21.08% 87.45%
CMYK 21.08% 0.00% 19.28%
12.55%

Color #B0DFB4 in popluar number systems.

HEX B0 DF B4
Decimal 176 223 180
Binary 10110000 11011111 10110100
Octal 260 337 264

Shades and tints

Shades of #B0DFB4

#B0DFB4
(176,223,180)
#A0CBA4
(160,203,164)
#90B794
(144,183,148)
#80A384
(128,163,132)
#708F74
(112,143,116)
#607B64
(96,123,100)
#506754
(80,103,84)
#405344
(64,83,68)
#303F34
(48,63,52)
#202B24
(32,43,36)
#101714
(16,23,20)
#000000
(0,0,0)

Tints of #B0DFB4

#B0DFB4
(176,223,180)
#B7E1BA
(183,225,186)
#BEE3C0
(190,227,192)
#C5E5C6
(197,229,198)
#CCE7CC
(204,231,204)
#D3E9D2
(211,233,210)
#DAEBD8
(218,235,216)
#E1EDDE
(225,237,222)
#E8EFE4
(232,239,228)
#EFF1EA
(239,241,234)
#F6F3F0
(246,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B0DFB4; }

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

This text font color is #B0DFB4.

Background Color

.myBgColor { background-color: #B0DFB4; }

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

This div background color is #B0DFB4.

Border color

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

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

This div border color is #B0DFB4.

Opacity

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

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

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

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

This text has shadow with #B0DFB4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B0DFB4.

Preview

Color preview on black background

This text has color #B0DFB4 on black background.


Color preview on white background

This text has color #B0DFB4 on white background.


Black color preview on #B0DFB4 background

This text has black color on #B0DFB4 background.


White color preview on #B0DFB4 background

This text has white color on #B0DFB4 background.


Related colors

Complementary color

Complementary color for #hex is #4F204B.


I love getcolorcode.com

Triadic colors

1 #B4B0DF and #DFB4B0 with #B0DFB4 are triadic colors.

2 #B4DFB0 and #DFB0B4 with #B0DFB4 are triadic colors.