COLOR #B6E5B0

HEX: #B6E5B0
RGB: (182,229,176)

Renk bilgisi

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

RGB renk modeli

#B6E5B0 color RGB value is (182,229,176).

  • kırmız ton 182;
  • yeşil ton 229;
  • mavi ton 176.
RGB:
(182,229,176)
(71%,90%,69%)

RGB bağlantıları ve doygunluk

R 182 of 255 = 71%
G 229 of 255 = 90%
B 176 of 255 = 69%

182
229
176

R + G + B ~ 77%. #B6E5B0 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
182 + 229 + 176 = 587 (100%)
R 182 of 587 ~ 31.01%
G 229 of 587 ~ 39.01%
B 176 of 587 ~ 29.98%

%31.01
%39.01
%29.98

CMYK RENK MODELİ

#B6E5B0 rengi CMYK tonu (21,0,23,10).

  • camgöbeği tonu 20.52%
  • eflatun tonu 0.00%
  • sarı tonu 23.14%
  • ana renk tonu 10.20%
CMYK:
(21,0,23,10)
C21M0Y23K10 
(21%,0%,23%,10%)
(0.21/0.00/0.23/0.10)	

CMYK yüzdeleri

%20.52
%0
%23.14
%10.2

Codes

Color #B6E5B0 in popluar color models

B6E5B0
RGB182229176
HSL113°50.48%79.41%
HSB/HSV113°23.14%89.80%
CMYK20.52%0.00%23.14%
10.20%

Color #B6E5B0 in popluar number systems.

HEXB6E5B0
Decimal182229176
Binary101101101110010110110000
Octal266345260

Shades and tints

Shades of #B6E5B0

#B6E5B0
(182,229,176)
#A6D1A0
(166,209,160)
#96BD90
(150,189,144)
#86A980
(134,169,128)
#769570
(118,149,112)
#668160
(102,129,96)
#566D50
(86,109,80)
#465940
(70,89,64)
#364530
(54,69,48)
#263120
(38,49,32)
#161D10
(22,29,16)
#000000
(0,0,0)

Tints of #B6E5B0

#B6E5B0
(182,229,176)
#BCE7B7
(188,231,183)
#C2E9BE
(194,233,190)
#C8EBC5
(200,235,197)
#CEEDCC
(206,237,204)
#D4EFD3
(212,239,211)
#DAF1DA
(218,241,218)
#E0F3E1
(224,243,225)
#E6F5E8
(230,245,232)
#ECF7EF
(236,247,239)
#F2F9F6
(242,249,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B6E5B0 color. Also use rgb(182,229,176) instead hex code.

Text Font Color

.myTextColor { color: #B6E5B0; }

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

This text font color is #B6E5B0.


Background Color

.myBgColor { background-color: #B6E5B0; }

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

This div background color is #B6E5B0.


Border color

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

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

This div border color is #B6E5B0.


Opacity

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

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

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

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

This text has shadow with #B6E5B0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B6E5B0 on black background.


Color preview on white background

This text has color #B6E5B0 on white background.



Black color preview on #B6E5B0 background

This text has black color on #B6E5B0 background.


White color preview on #B6E5B0 background

This text has white color on #B6E5B0 background.