COLOR #B3DB9B

HEX: #B3DB9B RGB: (179,219,155)

Color info

#B3DB9B contains mainly red and green colors. Web safe color of #B3DB9B is #99CC99 (or #9C9).

RGB color model

#B3DB9B color RGB value is (179,219,155).

RGB: (179,219,155) (70%, 86%, 61%)

RGB channels and saturation

R 179 of 255 = 70%
G 219 of 255 = 86%
B 155 of 255 = 61%

179
219
155

R + G + B ~ 72%. #B3DB9B is quite light color.

Portions of RGB colors in percentages

R + G + B = 179 + 219 + 155 = 553 (100%)
R 179 of 553 ~ 32.37%
G 219 of 553 ~ 39.6%
B 155 of 553 ~ 28.03'%

%32.37
%39.6
%28.03

CMYK color model

#B3DB9B color CMYK value is (18,0,29,14).

  • cyan value is 18.26%
  • magenta value is 0.00%
  • yellow value is 29.22%
  • key color value is 14.12%

CMYK: (18,0,29,14)
C18M0Y29K14 (18%, 0%, 29%, 14%)
(0.18 / 0.00 / 0.29 / 0.14)

CMYK percentages

%18.26
%0
%29.22
%14.12

Codes

Color #B3DB9B in popluar color models

B3 DB 9B
RGB 179 219 155
HSL 98° 47.06% 73.33%
HSB/HSV 98° 29.22% 85.88%
CMYK 18.26% 0.00% 29.22%
14.12%

Color #B3DB9B in popluar number systems.

HEX B3 DB 9B
Decimal 179 219 155
Binary 10110011 11011011 10011011
Octal 263 333 233

Shades and tints

Shades of #B3DB9B

#B3DB9B
(179,219,155)
#A3C88D
(163,200,141)
#93B57F
(147,181,127)
#83A271
(131,162,113)
#738F63
(115,143,99)
#637C55
(99,124,85)
#536947
(83,105,71)
#435639
(67,86,57)
#33432B
(51,67,43)
#23301D
(35,48,29)
#131D0F
(19,29,15)
#000000
(0,0,0)

Tints of #B3DB9B

#B3DB9B
(179,219,155)
#B9DEA4
(185,222,164)
#BFE1AD
(191,225,173)
#C5E4B6
(197,228,182)
#CBE7BF
(203,231,191)
#D1EAC8
(209,234,200)
#D7EDD1
(215,237,209)
#DDF0DA
(221,240,218)
#E3F3E3
(227,243,227)
#E9F6EC
(233,246,236)
#EFF9F5
(239,249,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B3DB9B color. Also use rgb(179,219,155) instead hex code.

Text Font Color

.myTextColor { color: #B3DB9B; }

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

This text font color is #B3DB9B.

Background Color

.myBgColor { background-color: #B3DB9B; }

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

This div background color is #B3DB9B.

Border color

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

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

This div border color is #B3DB9B.

Opacity

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

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

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

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

This text has shadow with #B3DB9B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B3DB9B.

Preview

Color preview on black background

This text has color #B3DB9B on black background.


Color preview on white background

This text has color #B3DB9B on white background.


Black color preview on #B3DB9B background

This text has black color on #B3DB9B background.


White color preview on #B3DB9B background

This text has white color on #B3DB9B background.


Related colors

Complementary color

Complementary color for #hex is #4C2464.


I love getcolorcode.com

Triadic colors

1 #9BB3DB and #DB9BB3 with #B3DB9B are triadic colors.

2 #9BDBB3 and #DBB39B with #B3DB9B are triadic colors.