COLOR #B5E5A7

HEX: #B5E5A7
RGB: (181,229,167)

Renk bilgisi

#B5E5A7 contains mainly red and green colors. #B5E5A7 ‘ nin web güvenlik rengi #CCCC99 (ya da #CC9) dir.

RGB renk modeli

#B5E5A7 color RGB value is (181,229,167).

  • kırmız ton 181;
  • yeşil ton 229;
  • mavi ton 167.
RGB:
(181,229,167)
(71%,90%,65%)

RGB bağlantıları ve doygunluk

R 181 of 255 = 71%
G 229 of 255 = 90%
B 167 of 255 = 65%

181
229
167

R + G + B ~ 75%. #B5E5A7 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
181 + 229 + 167 = 577 (100%)
R 181 of 577 ~ 31.37%
G 229 of 577 ~ 39.69%
B 167 of 577 ~ 28.94%

%31.37
%39.69
%28.94

CMYK RENK MODELİ

#B5E5A7 rengi CMYK tonu (21,0,27,10).

  • camgöbeği tonu 20.96%
  • eflatun tonu 0.00%
  • sarı tonu 27.07%
  • ana renk tonu 10.20%
CMYK:
(21,0,27,10)
C21M0Y27K10 
(21%,0%,27%,10%)
(0.21/0.00/0.27/0.10)	

CMYK yüzdeleri

%20.96
%0
%27.07
%10.2

Codes

Color #B5E5A7 in popluar color models

B5E5A7
RGB181229167
HSL106°54.39%77.65%
HSB/HSV106°27.07%89.80%
CMYK20.96%0.00%27.07%
10.20%

Color #B5E5A7 in popluar number systems.

HEXB5E5A7
Decimal181229167
Binary101101011110010110100111
Octal265345247

Shades and tints

Shades of #B5E5A7

#B5E5A7
(181,229,167)
#A5D198
(165,209,152)
#95BD89
(149,189,137)
#85A97A
(133,169,122)
#75956B
(117,149,107)
#65815C
(101,129,92)
#556D4D
(85,109,77)
#45593E
(69,89,62)
#35452F
(53,69,47)
#253120
(37,49,32)
#151D11
(21,29,17)
#000000
(0,0,0)

Tints of #B5E5A7

#B5E5A7
(181,229,167)
#BBE7AF
(187,231,175)
#C1E9B7
(193,233,183)
#C7EBBF
(199,235,191)
#CDEDC7
(205,237,199)
#D3EFCF
(211,239,207)
#D9F1D7
(217,241,215)
#DFF3DF
(223,243,223)
#E5F5E7
(229,245,231)
#EBF7EF
(235,247,239)
#F1F9F7
(241,249,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B5E5A7 color. Also use rgb(181,229,167) instead hex code.

Text Font Color

.myTextColor { color: #B5E5A7; }

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

This text font color is #B5E5A7.


Background Color

.myBgColor { background-color: #B5E5A7; }

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

This div background color is #B5E5A7.


Border color

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

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

This div border color is #B5E5A7.


Opacity

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

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

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

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

This text has shadow with #B5E5A7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B5E5A7 on black background.


Color preview on white background

This text has color #B5E5A7 on white background.



Black color preview on #B5E5A7 background

This text has black color on #B5E5A7 background.


White color preview on #B5E5A7 background

This text has white color on #B5E5A7 background.