COLOR #B6E995

HEX: #B6E995
RGB: (182,233,149)

Renk bilgisi

#B6E995 contains mainly red and green colors. #B6E995 ‘ nin web güvenlik rengi #CCFF99 (ya da #CF9) dir.

RGB renk modeli

#B6E995 color RGB value is (182,233,149).

  • kırmız ton 182;
  • yeşil ton 233;
  • mavi ton 149.
RGB:
(182,233,149)
(71%,91%,58%)

RGB bağlantıları ve doygunluk

R 182 of 255 = 71%
G 233 of 255 = 91%
B 149 of 255 = 58%

182
233
149

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

Yüzdelerle RGB renk parçaları

R + G + B =
182 + 233 + 149 = 564 (100%)
R 182 of 564 ~ 32.27%
G 233 of 564 ~ 41.31%
B 149 of 564 ~ 26.42%

%32.27
%41.31
%26.42

CMYK RENK MODELİ

#B6E995 rengi CMYK tonu (22,0,36,9).

  • camgöbeği tonu 21.89%
  • eflatun tonu 0.00%
  • sarı tonu 36.05%
  • ana renk tonu 8.63%
CMYK:
(22,0,36,9)
C22M0Y36K9 
(22%,0%,36%,9%)
(0.22/0.00/0.36/0.09)	

CMYK yüzdeleri

%21.89
%0
%36.05
%8.63

Codes

Color #B6E995 in popluar color models

B6E995
RGB182233149
HSL96°65.63%74.90%
HSB/HSV96°36.05%91.37%
CMYK21.89%0.00%36.05%
8.63%

Color #B6E995 in popluar number systems.

HEXB6E995
Decimal182233149
Binary101101101110100110010101
Octal266351225

Shades and tints

Shades of #B6E995

#B6E995
(182,233,149)
#A6D488
(166,212,136)
#96BF7B
(150,191,123)
#86AA6E
(134,170,110)
#769561
(118,149,97)
#668054
(102,128,84)
#566B47
(86,107,71)
#46563A
(70,86,58)
#36412D
(54,65,45)
#262C20
(38,44,32)
#161713
(22,23,19)
#000000
(0,0,0)

Tints of #B6E995

#B6E995
(182,233,149)
#BCEB9E
(188,235,158)
#C2EDA7
(194,237,167)
#C8EFB0
(200,239,176)
#CEF1B9
(206,241,185)
#D4F3C2
(212,243,194)
#DAF5CB
(218,245,203)
#E0F7D4
(224,247,212)
#E6F9DD
(230,249,221)
#ECFBE6
(236,251,230)
#F2FDEF
(242,253,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B6E995 color. Also use rgb(182,233,149) instead hex code.

Text Font Color

.myTextColor { color: #B6E995; }

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

This text font color is #B6E995.


Background Color

.myBgColor { background-color: #B6E995; }

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

This div background color is #B6E995.


Border color

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

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

This div border color is #B6E995.


Opacity

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

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

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

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

This text has shadow with #B6E995 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B6E995 on black background.


Color preview on white background

This text has color #B6E995 on white background.



Black color preview on #B6E995 background

This text has black color on #B6E995 background.


White color preview on #B6E995 background

This text has white color on #B6E995 background.