COLOR #B3D676

HEX: #B3D676
RGB: (179,214,118)

Renk bilgisi

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

RGB renk modeli

#B3D676 color RGB value is (179,214,118).

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

RGB bağlantıları ve doygunluk

R 179 of 255 = 70%
G 214 of 255 = 84%
B 118 of 255 = 46%

179
214
118

R + G + B ~ 67%. #B3D676 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
179 + 214 + 118 = 511 (100%)
R 179 of 511 ~ 35.03%
G 214 of 511 ~ 41.88%
B 118 of 511 ~ 23.09%

%35.03
%41.88
%23.09

CMYK RENK MODELİ

#B3D676 rengi CMYK tonu (16,0,45,16).

  • camgöbeği tonu 16.36%
  • eflatun tonu 0.00%
  • sarı tonu 44.86%
  • ana renk tonu 16.08%
CMYK:
(16,0,45,16)
C16M0Y45K16 
(16%,0%,45%,16%)
(0.16/0.00/0.45/0.16)	

CMYK yüzdeleri

%16.36
%0
%44.86
%16.08

Codes

Color #B3D676 in popluar color models

B3D676
RGB179214118
HSL82°53.93%65.10%
HSB/HSV82°44.86%83.92%
CMYK16.36%0.00%44.86%
16.08%

Color #B3D676 in popluar number systems.

HEXB3D676
Decimal179214118
Binary10110011110101101110110
Octal263326166

Shades and tints

Shades of #B3D676

#B3D676
(179,214,118)
#A3C36C
(163,195,108)
#93B062
(147,176,98)
#839D58
(131,157,88)
#738A4E
(115,138,78)
#637744
(99,119,68)
#53643A
(83,100,58)
#435130
(67,81,48)
#333E26
(51,62,38)
#232B1C
(35,43,28)
#131812
(19,24,18)
#000000
(0,0,0)

Tints of #B3D676

#B3D676
(179,214,118)
#B9D982
(185,217,130)
#BFDC8E
(191,220,142)
#C5DF9A
(197,223,154)
#CBE2A6
(203,226,166)
#D1E5B2
(209,229,178)
#D7E8BE
(215,232,190)
#DDEBCA
(221,235,202)
#E3EED6
(227,238,214)
#E9F1E2
(233,241,226)
#EFF4EE
(239,244,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B3D676; }

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

This text font color is #B3D676.


Background Color

.myBgColor { background-color: #B3D676; }

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

This div background color is #B3D676.


Border color

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

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

This div border color is #B3D676.


Opacity

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

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

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

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

This text has shadow with #B3D676 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B3D676 on black background.


Color preview on white background

This text has color #B3D676 on white background.



Black color preview on #B3D676 background

This text has black color on #B3D676 background.


White color preview on #B3D676 background

This text has white color on #B3D676 background.