COLOR #B3D376

HEX: #B3D376
RGB: (179,211,118)

Renk bilgisi

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

RGB renk modeli

#B3D376 color RGB value is (179,211,118).

  • kırmız ton 179;
  • yeşil ton 211;
  • mavi ton 118.
RGB:
(179,211,118)
(70%,83%,46%)

RGB bağlantıları ve doygunluk

R 179 of 255 = 70%
G 211 of 255 = 83%
B 118 of 255 = 46%

179
211
118

R + G + B ~ 66%. #B3D376 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
179 + 211 + 118 = 508 (100%)
R 179 of 508 ~ 35.24%
G 211 of 508 ~ 41.54%
B 118 of 508 ~ 23.23%

%35.24
%41.54
%23.23

CMYK RENK MODELİ

#B3D376 rengi CMYK tonu (15,0,44,17).

  • camgöbeği tonu 15.17%
  • eflatun tonu 0.00%
  • sarı tonu 44.08%
  • ana renk tonu 17.25%
CMYK:
(15,0,44,17)
C15M0Y44K17 
(15%,0%,44%,17%)
(0.15/0.00/0.44/0.17)	

CMYK yüzdeleri

%15.17
%0
%44.08
%17.25

Codes

Color #B3D376 in popluar color models

B3D376
RGB179211118
HSL81°51.38%64.51%
HSB/HSV81°44.08%82.75%
CMYK15.17%0.00%44.08%
17.25%

Color #B3D376 in popluar number systems.

HEXB3D376
Decimal179211118
Binary10110011110100111110110
Octal263323166

Shades and tints

Shades of #B3D376

#B3D376
(179,211,118)
#A3C06C
(163,192,108)
#93AD62
(147,173,98)
#839A58
(131,154,88)
#73874E
(115,135,78)
#637444
(99,116,68)
#53613A
(83,97,58)
#434E30
(67,78,48)
#333B26
(51,59,38)
#23281C
(35,40,28)
#131512
(19,21,18)
#000000
(0,0,0)

Tints of #B3D376

#B3D376
(179,211,118)
#B9D782
(185,215,130)
#BFDB8E
(191,219,142)
#C5DF9A
(197,223,154)
#CBE3A6
(203,227,166)
#D1E7B2
(209,231,178)
#D7EBBE
(215,235,190)
#DDEFCA
(221,239,202)
#E3F3D6
(227,243,214)
#E9F7E2
(233,247,226)
#EFFBEE
(239,251,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B3D376 color. Also use rgb(179,211,118) instead hex code.

Text Font Color

.myTextColor { color: #B3D376; }

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

This text font color is #B3D376.


Background Color

.myBgColor { background-color: #B3D376; }

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

This div background color is #B3D376.


Border color

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

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

This div border color is #B3D376.


Opacity

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

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

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

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

This text has shadow with #B3D376 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B3D376 on black background.


Color preview on white background

This text has color #B3D376 on white background.



Black color preview on #B3D376 background

This text has black color on #B3D376 background.


White color preview on #B3D376 background

This text has white color on #B3D376 background.