COLOR #B9DB9B

HEX: #B9DB9B
RGB: (185,219,155)

Renk bilgisi

#B9DB9B contains mainly red and green colors. #B9DB9B ‘ nin web güvenlik rengi #CCCC99 (ya da #CC9) dir.

RGB renk modeli

#B9DB9B color RGB value is (185,219,155).

  • kırmız ton 185;
  • yeşil ton 219;
  • mavi ton 155.
RGB:
(185,219,155)
(73%,86%,61%)

RGB bağlantıları ve doygunluk

R 185 of 255 = 73%
G 219 of 255 = 86%
B 155 of 255 = 61%

185
219
155

R + G + B ~ 73%. #B9DB9B is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
185 + 219 + 155 = 559 (100%)
R 185 of 559 ~ 33.09%
G 219 of 559 ~ 39.18%
B 155 of 559 ~ 27.73%

%33.09
%39.18
%27.73

CMYK RENK MODELİ

#B9DB9B rengi CMYK tonu (16,0,29,14).

  • camgöbeği tonu 15.53%
  • eflatun tonu 0.00%
  • sarı tonu 29.22%
  • ana renk tonu 14.12%
CMYK:
(16,0,29,14)
C16M0Y29K14 
(16%,0%,29%,14%)
(0.16/0.00/0.29/0.14)	

CMYK yüzdeleri

%15.53
%0
%29.22
%14.12

Codes

Color #B9DB9B in popluar color models

B9DB9B
RGB185219155
HSL92°47.06%73.33%
HSB/HSV92°29.22%85.88%
CMYK15.53%0.00%29.22%
14.12%

Color #B9DB9B in popluar number systems.

HEXB9DB9B
Decimal185219155
Binary101110011101101110011011
Octal271333233

Shades and tints

Shades of #B9DB9B

#B9DB9B
(185,219,155)
#A9C88D
(169,200,141)
#99B57F
(153,181,127)
#89A271
(137,162,113)
#798F63
(121,143,99)
#697C55
(105,124,85)
#596947
(89,105,71)
#495639
(73,86,57)
#39432B
(57,67,43)
#29301D
(41,48,29)
#191D0F
(25,29,15)
#000000
(0,0,0)

Tints of #B9DB9B

#B9DB9B
(185,219,155)
#BFDEA4
(191,222,164)
#C5E1AD
(197,225,173)
#CBE4B6
(203,228,182)
#D1E7BF
(209,231,191)
#D7EAC8
(215,234,200)
#DDEDD1
(221,237,209)
#E3F0DA
(227,240,218)
#E9F3E3
(233,243,227)
#EFF6EC
(239,246,236)
#F5F9F5
(245,249,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B9DB9B; }

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

This text font color is #B9DB9B.


Background Color

.myBgColor { background-color: #B9DB9B; }

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

This div background color is #B9DB9B.


Border color

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

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

This div border color is #B9DB9B.


Opacity

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

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

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

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

This text has shadow with #B9DB9B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B9DB9B on black background.


Color preview on white background

This text has color #B9DB9B on white background.



Black color preview on #B9DB9B background

This text has black color on #B9DB9B background.


White color preview on #B9DB9B background

This text has white color on #B9DB9B background.