COLOR #B5E6B0

HEX: #B5E6B0
RGB: (181,230,176)

Renk bilgisi

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

RGB renk modeli

#B5E6B0 color RGB value is (181,230,176).

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

RGB bağlantıları ve doygunluk

R 181 of 255 = 71%
G 230 of 255 = 90%
B 176 of 255 = 69%

181
230
176

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

Yüzdelerle RGB renk parçaları

R + G + B =
181 + 230 + 176 = 587 (100%)
R 181 of 587 ~ 30.83%
G 230 of 587 ~ 39.18%
B 176 of 587 ~ 29.98%

%30.83
%39.18
%29.98

CMYK RENK MODELİ

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

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

CMYK yüzdeleri

%21.3
%0
%23.48
%9.8

Codes

Color #B5E6B0 in popluar color models

B5E6B0
RGB181230176
HSL114°51.92%79.61%
HSB/HSV114°23.48%90.20%
CMYK21.30%0.00%23.48%
9.80%

Color #B5E6B0 in popluar number systems.

HEXB5E6B0
Decimal181230176
Binary101101011110011010110000
Octal265346260

Shades and tints

Shades of #B5E6B0

#B5E6B0
(181,230,176)
#A5D2A0
(165,210,160)
#95BE90
(149,190,144)
#85AA80
(133,170,128)
#759670
(117,150,112)
#658260
(101,130,96)
#556E50
(85,110,80)
#455A40
(69,90,64)
#354630
(53,70,48)
#253220
(37,50,32)
#151E10
(21,30,16)
#000000
(0,0,0)

Tints of #B5E6B0

#B5E6B0
(181,230,176)
#BBE8B7
(187,232,183)
#C1EABE
(193,234,190)
#C7ECC5
(199,236,197)
#CDEECC
(205,238,204)
#D3F0D3
(211,240,211)
#D9F2DA
(217,242,218)
#DFF4E1
(223,244,225)
#E5F6E8
(229,246,232)
#EBF8EF
(235,248,239)
#F1FAF6
(241,250,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B5E6B0 color. Also use rgb(181,230,176) instead hex code.

Text Font Color

.myTextColor { color: #B5E6B0; }

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

This text font color is #B5E6B0.


Background Color

.myBgColor { background-color: #B5E6B0; }

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

This div background color is #B5E6B0.


Border color

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

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

This div border color is #B5E6B0.


Opacity

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

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

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

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

This text has shadow with #B5E6B0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B5E6B0 on black background.


Color preview on white background

This text has color #B5E6B0 on white background.



Black color preview on #B5E6B0 background

This text has black color on #B5E6B0 background.


White color preview on #B5E6B0 background

This text has white color on #B5E6B0 background.