COLOR #B3D77D

HEX: #B3D77D
RGB: (179,215,125)

Renk bilgisi

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

RGB renk modeli

#B3D77D color RGB value is (179,215,125).

  • kırmız ton 179;
  • yeşil ton 215;
  • mavi ton 125.
RGB:
(179,215,125)
(70%,84%,49%)

RGB bağlantıları ve doygunluk

R 179 of 255 = 70%
G 215 of 255 = 84%
B 125 of 255 = 49%

179
215
125

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

Yüzdelerle RGB renk parçaları

R + G + B =
179 + 215 + 125 = 519 (100%)
R 179 of 519 ~ 34.49%
G 215 of 519 ~ 41.43%
B 125 of 519 ~ 24.08%

%34.49
%41.43
%24.08

CMYK RENK MODELİ

#B3D77D rengi CMYK tonu (17,0,42,16).

  • camgöbeği tonu 16.74%
  • eflatun tonu 0.00%
  • sarı tonu 41.86%
  • ana renk tonu 15.69%
CMYK:
(17,0,42,16)
C17M0Y42K16 
(17%,0%,42%,16%)
(0.17/0.00/0.42/0.16)	

CMYK yüzdeleri

%16.74
%0
%41.86
%15.69

Codes

Color #B3D77D in popluar color models

B3D77D
RGB179215125
HSL84°52.94%66.67%
HSB/HSV84°41.86%84.31%
CMYK16.74%0.00%41.86%
15.69%

Color #B3D77D in popluar number systems.

HEXB3D77D
Decimal179215125
Binary10110011110101111111101
Octal263327175

Shades and tints

Shades of #B3D77D

#B3D77D
(179,215,125)
#A3C472
(163,196,114)
#93B167
(147,177,103)
#839E5C
(131,158,92)
#738B51
(115,139,81)
#637846
(99,120,70)
#53653B
(83,101,59)
#435230
(67,82,48)
#333F25
(51,63,37)
#232C1A
(35,44,26)
#13190F
(19,25,15)
#000000
(0,0,0)

Tints of #B3D77D

#B3D77D
(179,215,125)
#B9DA88
(185,218,136)
#BFDD93
(191,221,147)
#C5E09E
(197,224,158)
#CBE3A9
(203,227,169)
#D1E6B4
(209,230,180)
#D7E9BF
(215,233,191)
#DDECCA
(221,236,202)
#E3EFD5
(227,239,213)
#E9F2E0
(233,242,224)
#EFF5EB
(239,245,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B3D77D color. Also use rgb(179,215,125) instead hex code.

Text Font Color

.myTextColor { color: #B3D77D; }

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

This text font color is #B3D77D.


Background Color

.myBgColor { background-color: #B3D77D; }

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

This div background color is #B3D77D.


Border color

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

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

This div border color is #B3D77D.


Opacity

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

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

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

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

This text has shadow with #B3D77D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B3D77D on black background.


Color preview on white background

This text has color #B3D77D on white background.



Black color preview on #B3D77D background

This text has black color on #B3D77D background.


White color preview on #B3D77D background

This text has white color on #B3D77D background.