COLOR #B5E3B1

HEX: #B5E3B1
RGB: (181,227,177)

Renk bilgisi

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

RGB renk modeli

#B5E3B1 color RGB value is (181,227,177).

  • kırmız ton 181;
  • yeşil ton 227;
  • mavi ton 177.
RGB:
(181,227,177)
(71%,89%,69%)

RGB bağlantıları ve doygunluk

R 181 of 255 = 71%
G 227 of 255 = 89%
B 177 of 255 = 69%

181
227
177

R + G + B ~ 76%. #B5E3B1 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
181 + 227 + 177 = 585 (100%)
R 181 of 585 ~ 30.94%
G 227 of 585 ~ 38.8%
B 177 of 585 ~ 30.26%

%30.94
%38.8
%30.26

CMYK RENK MODELİ

#B5E3B1 rengi CMYK tonu (20,0,22,11).

  • camgöbeği tonu 20.26%
  • eflatun tonu 0.00%
  • sarı tonu 22.03%
  • ana renk tonu 10.98%
CMYK:
(20,0,22,11)
C20M0Y22K11 
(20%,0%,22%,11%)
(0.20/0.00/0.22/0.11)	

CMYK yüzdeleri

%20.26
%0
%22.03
%10.98

Codes

Color #B5E3B1 in popluar color models

B5E3B1
RGB181227177
HSL115°47.17%79.22%
HSB/HSV115°22.03%89.02%
CMYK20.26%0.00%22.03%
10.98%

Color #B5E3B1 in popluar number systems.

HEXB5E3B1
Decimal181227177
Binary101101011110001110110001
Octal265343261

Shades and tints

Shades of #B5E3B1

#B5E3B1
(181,227,177)
#A5CFA1
(165,207,161)
#95BB91
(149,187,145)
#85A781
(133,167,129)
#759371
(117,147,113)
#657F61
(101,127,97)
#556B51
(85,107,81)
#455741
(69,87,65)
#354331
(53,67,49)
#252F21
(37,47,33)
#151B11
(21,27,17)
#000000
(0,0,0)

Tints of #B5E3B1

#B5E3B1
(181,227,177)
#BBE5B8
(187,229,184)
#C1E7BF
(193,231,191)
#C7E9C6
(199,233,198)
#CDEBCD
(205,235,205)
#D3EDD4
(211,237,212)
#D9EFDB
(217,239,219)
#DFF1E2
(223,241,226)
#E5F3E9
(229,243,233)
#EBF5F0
(235,245,240)
#F1F7F7
(241,247,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B5E3B1 color. Also use rgb(181,227,177) instead hex code.

Text Font Color

.myTextColor { color: #B5E3B1; }

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

This text font color is #B5E3B1.


Background Color

.myBgColor { background-color: #B5E3B1; }

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

This div background color is #B5E3B1.


Border color

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

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

This div border color is #B5E3B1.


Opacity

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

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

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

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

This text has shadow with #B5E3B1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B5E3B1 on black background.


Color preview on white background

This text has color #B5E3B1 on white background.



Black color preview on #B5E3B1 background

This text has black color on #B5E3B1 background.


White color preview on #B5E3B1 background

This text has white color on #B5E3B1 background.