COLOR #B6E397

HEX: #B6E397
RGB: (182,227,151)

Renk bilgisi

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

RGB renk modeli

#B6E397 color RGB value is (182,227,151).

  • kırmız ton 182;
  • yeşil ton 227;
  • mavi ton 151.
RGB:
(182,227,151)
(71%,89%,59%)

RGB bağlantıları ve doygunluk

R 182 of 255 = 71%
G 227 of 255 = 89%
B 151 of 255 = 59%

182
227
151

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

Yüzdelerle RGB renk parçaları

R + G + B =
182 + 227 + 151 = 560 (100%)
R 182 of 560 ~ 32.5%
G 227 of 560 ~ 40.54%
B 151 of 560 ~ 26.96%

%32.5
%40.54
%26.96

CMYK RENK MODELİ

#B6E397 rengi CMYK tonu (20,0,33,11).

  • camgöbeği tonu 19.82%
  • eflatun tonu 0.00%
  • sarı tonu 33.48%
  • ana renk tonu 10.98%
CMYK:
(20,0,33,11)
C20M0Y33K11 
(20%,0%,33%,11%)
(0.20/0.00/0.33/0.11)	

CMYK yüzdeleri

%19.82
%0
%33.48
%10.98

Codes

Color #B6E397 in popluar color models

B6E397
RGB182227151
HSL96°57.58%74.12%
HSB/HSV96°33.48%89.02%
CMYK19.82%0.00%33.48%
10.98%

Color #B6E397 in popluar number systems.

HEXB6E397
Decimal182227151
Binary101101101110001110010111
Octal266343227

Shades and tints

Shades of #B6E397

#B6E397
(182,227,151)
#A6CF8A
(166,207,138)
#96BB7D
(150,187,125)
#86A770
(134,167,112)
#769363
(118,147,99)
#667F56
(102,127,86)
#566B49
(86,107,73)
#46573C
(70,87,60)
#36432F
(54,67,47)
#262F22
(38,47,34)
#161B15
(22,27,21)
#000000
(0,0,0)

Tints of #B6E397

#B6E397
(182,227,151)
#BCE5A0
(188,229,160)
#C2E7A9
(194,231,169)
#C8E9B2
(200,233,178)
#CEEBBB
(206,235,187)
#D4EDC4
(212,237,196)
#DAEFCD
(218,239,205)
#E0F1D6
(224,241,214)
#E6F3DF
(230,243,223)
#ECF5E8
(236,245,232)
#F2F7F1
(242,247,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B6E397 color. Also use rgb(182,227,151) instead hex code.

Text Font Color

.myTextColor { color: #B6E397; }

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

This text font color is #B6E397.


Background Color

.myBgColor { background-color: #B6E397; }

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

This div background color is #B6E397.


Border color

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

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

This div border color is #B6E397.


Opacity

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

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

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

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

This text has shadow with #B6E397 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B6E397 on black background.


Color preview on white background

This text has color #B6E397 on white background.



Black color preview on #B6E397 background

This text has black color on #B6E397 background.


White color preview on #B6E397 background

This text has white color on #B6E397 background.