COLOR #B6E6BA

HEX: #B6E6BA
RGB: (182,230,186)

Renk bilgisi

#B6E6BA contains red, green and blue colors in about the same proportion. #B6E6BA ‘ nin web güvenlik rengi #CCCCCC (ya da #CCC) dir.

RGB renk modeli

#B6E6BA color RGB value is (182,230,186).

  • kırmız ton 182;
  • yeşil ton 230;
  • mavi ton 186.
RGB:
(182,230,186)
(71%,90%,73%)

RGB bağlantıları ve doygunluk

R 182 of 255 = 71%
G 230 of 255 = 90%
B 186 of 255 = 73%

182
230
186

R + G + B ~ 78%. #B6E6BA is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
182 + 230 + 186 = 598 (100%)
R 182 of 598 ~ 30.43%
G 230 of 598 ~ 38.46%
B 186 of 598 ~ 31.1%

%30.43
%38.46
%31.1

CMYK RENK MODELİ

#B6E6BA rengi CMYK tonu (21,0,19,10).

  • camgöbeği tonu 20.87%
  • eflatun tonu 0.00%
  • sarı tonu 19.13%
  • ana renk tonu 9.80%
CMYK:
(21,0,19,10)
C21M0Y19K10 
(21%,0%,19%,10%)
(0.21/0.00/0.19/0.10)	

CMYK yüzdeleri

%20.87
%0
%19.13
%9.8

Codes

Color #B6E6BA in popluar color models

B6E6BA
RGB182230186
HSL125°48.98%80.78%
HSB/HSV125°20.87%90.20%
CMYK20.87%0.00%19.13%
9.80%

Color #B6E6BA in popluar number systems.

HEXB6E6BA
Decimal182230186
Binary101101101110011010111010
Octal266346272

Shades and tints

Shades of #B6E6BA

#B6E6BA
(182,230,186)
#A6D2AA
(166,210,170)
#96BE9A
(150,190,154)
#86AA8A
(134,170,138)
#76967A
(118,150,122)
#66826A
(102,130,106)
#566E5A
(86,110,90)
#465A4A
(70,90,74)
#36463A
(54,70,58)
#26322A
(38,50,42)
#161E1A
(22,30,26)
#000000
(0,0,0)

Tints of #B6E6BA

#B6E6BA
(182,230,186)
#BCE8C0
(188,232,192)
#C2EAC6
(194,234,198)
#C8ECCC
(200,236,204)
#CEEED2
(206,238,210)
#D4F0D8
(212,240,216)
#DAF2DE
(218,242,222)
#E0F4E4
(224,244,228)
#E6F6EA
(230,246,234)
#ECF8F0
(236,248,240)
#F2FAF6
(242,250,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B6E6BA color. Also use rgb(182,230,186) instead hex code.

Text Font Color

.myTextColor { color: #B6E6BA; }

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

This text font color is #B6E6BA.


Background Color

.myBgColor { background-color: #B6E6BA; }

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

This div background color is #B6E6BA.


Border color

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

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

This div border color is #B6E6BA.


Opacity

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

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

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

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

This text has shadow with #B6E6BA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B6E6BA on black background.


Color preview on white background

This text has color #B6E6BA on white background.



Black color preview on #B6E6BA background

This text has black color on #B6E6BA background.


White color preview on #B6E6BA background

This text has white color on #B6E6BA background.