COLOR #B6E6BE

HEX: #B6E6BE
RGB: (182,230,190)

Renk bilgisi

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

RGB renk modeli

#B6E6BE color RGB value is (182,230,190).

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

RGB bağlantıları ve doygunluk

R 182 of 255 = 71%
G 230 of 255 = 90%
B 190 of 255 = 75%

182
230
190

R + G + B ~ 79%. #B6E6BE is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
182 + 230 + 190 = 602 (100%)
R 182 of 602 ~ 30.23%
G 230 of 602 ~ 38.21%
B 190 of 602 ~ 31.56%

%30.23
%38.21
%31.56

CMYK RENK MODELİ

#B6E6BE rengi CMYK tonu (21,0,17,10).

  • camgöbeği tonu 20.87%
  • eflatun tonu 0.00%
  • sarı tonu 17.39%
  • ana renk tonu 9.80%
CMYK:
(21,0,17,10)
C21M0Y17K10 
(21%,0%,17%,10%)
(0.21/0.00/0.17/0.10)	

CMYK yüzdeleri

%20.87
%0
%17.39
%9.8

Codes

Color #B6E6BE in popluar color models

B6E6BE
RGB182230190
HSL130°48.98%80.78%
HSB/HSV130°20.87%90.20%
CMYK20.87%0.00%17.39%
9.80%

Color #B6E6BE in popluar number systems.

HEXB6E6BE
Decimal182230190
Binary101101101110011010111110
Octal266346276

Shades and tints

Shades of #B6E6BE

#B6E6BE
(182,230,190)
#A6D2AD
(166,210,173)
#96BE9C
(150,190,156)
#86AA8B
(134,170,139)
#76967A
(118,150,122)
#668269
(102,130,105)
#566E58
(86,110,88)
#465A47
(70,90,71)
#364636
(54,70,54)
#263225
(38,50,37)
#161E14
(22,30,20)
#000000
(0,0,0)

Tints of #B6E6BE

#B6E6BE
(182,230,190)
#BCE8C3
(188,232,195)
#C2EAC8
(194,234,200)
#C8ECCD
(200,236,205)
#CEEED2
(206,238,210)
#D4F0D7
(212,240,215)
#DAF2DC
(218,242,220)
#E0F4E1
(224,244,225)
#E6F6E6
(230,246,230)
#ECF8EB
(236,248,235)
#F2FAF0
(242,250,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B6E6BE; }

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

This text font color is #B6E6BE.


Background Color

.myBgColor { background-color: #B6E6BE; }

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

This div background color is #B6E6BE.


Border color

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

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

This div border color is #B6E6BE.


Opacity

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

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

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

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

This text has shadow with #B6E6BE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B6E6BE on black background.


Color preview on white background

This text has color #B6E6BE on white background.



Black color preview on #B6E6BE background

This text has black color on #B6E6BE background.


White color preview on #B6E6BE background

This text has white color on #B6E6BE background.