COLOR #B0D980

HEX: #B0D980
RGB: (176,217,128)

Renk bilgisi

#B0D980 contains mainly red and green colors. #B0D980 ‘ nin web güvenlik rengi #99CC66 (ya da #9C6) dir.

RGB renk modeli

#B0D980 color RGB value is (176,217,128).

  • kırmız ton 176;
  • yeşil ton 217;
  • mavi ton 128.
RGB:
(176,217,128)
(69%,85%,50%)

RGB bağlantıları ve doygunluk

R 176 of 255 = 69%
G 217 of 255 = 85%
B 128 of 255 = 50%

176
217
128

R + G + B ~ 68%. #B0D980 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
176 + 217 + 128 = 521 (100%)
R 176 of 521 ~ 33.78%
G 217 of 521 ~ 41.65%
B 128 of 521 ~ 24.57%

%33.78
%41.65
%24.57

CMYK RENK MODELİ

#B0D980 rengi CMYK tonu (19,0,41,15).

  • camgöbeği tonu 18.89%
  • eflatun tonu 0.00%
  • sarı tonu 41.01%
  • ana renk tonu 14.90%
CMYK:
(19,0,41,15)
C19M0Y41K15 
(19%,0%,41%,15%)
(0.19/0.00/0.41/0.15)	

CMYK yüzdeleri

%18.89
%0
%41.01
%14.9

Codes

Color #B0D980 in popluar color models

B0D980
RGB176217128
HSL88°53.94%67.65%
HSB/HSV88°41.01%85.10%
CMYK18.89%0.00%41.01%
14.90%

Color #B0D980 in popluar number systems.

HEXB0D980
Decimal176217128
Binary101100001101100110000000
Octal260331200

Shades and tints

Shades of #B0D980

#B0D980
(176,217,128)
#A0C675
(160,198,117)
#90B36A
(144,179,106)
#80A05F
(128,160,95)
#708D54
(112,141,84)
#607A49
(96,122,73)
#50673E
(80,103,62)
#405433
(64,84,51)
#304128
(48,65,40)
#202E1D
(32,46,29)
#101B12
(16,27,18)
#000000
(0,0,0)

Tints of #B0D980

#B0D980
(176,217,128)
#B7DC8B
(183,220,139)
#BEDF96
(190,223,150)
#C5E2A1
(197,226,161)
#CCE5AC
(204,229,172)
#D3E8B7
(211,232,183)
#DAEBC2
(218,235,194)
#E1EECD
(225,238,205)
#E8F1D8
(232,241,216)
#EFF4E3
(239,244,227)
#F6F7EE
(246,247,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B0D980 color. Also use rgb(176,217,128) instead hex code.

Text Font Color

.myTextColor { color: #B0D980; }

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

This text font color is #B0D980.


Background Color

.myBgColor { background-color: #B0D980; }

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

This div background color is #B0D980.


Border color

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

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

This div border color is #B0D980.


Opacity

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

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

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

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

This text has shadow with #B0D980 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B0D980 on black background.


Color preview on white background

This text has color #B0D980 on white background.



Black color preview on #B0D980 background

This text has black color on #B0D980 background.


White color preview on #B0D980 background

This text has white color on #B0D980 background.