COLOR #B4E5AB

HEX: #B4E5AB
RGB: (180,229,171)

Renk bilgisi

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

RGB renk modeli

#B4E5AB color RGB value is (180,229,171).

  • kırmız ton 180;
  • yeşil ton 229;
  • mavi ton 171.
RGB:
(180,229,171)
(71%,90%,67%)

RGB bağlantıları ve doygunluk

R 180 of 255 = 71%
G 229 of 255 = 90%
B 171 of 255 = 67%

180
229
171

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

Yüzdelerle RGB renk parçaları

R + G + B =
180 + 229 + 171 = 580 (100%)
R 180 of 580 ~ 31.03%
G 229 of 580 ~ 39.48%
B 171 of 580 ~ 29.48%

%31.03
%39.48
%29.48

CMYK RENK MODELİ

#B4E5AB rengi CMYK tonu (21,0,25,10).

  • camgöbeği tonu 21.40%
  • eflatun tonu 0.00%
  • sarı tonu 25.33%
  • ana renk tonu 10.20%
CMYK:
(21,0,25,10)
C21M0Y25K10 
(21%,0%,25%,10%)
(0.21/0.00/0.25/0.10)	

CMYK yüzdeleri

%21.4
%0
%25.33
%10.2

Codes

Color #B4E5AB in popluar color models

B4E5AB
RGB180229171
HSL111°52.73%78.43%
HSB/HSV111°25.33%89.80%
CMYK21.40%0.00%25.33%
10.20%

Color #B4E5AB in popluar number systems.

HEXB4E5AB
Decimal180229171
Binary101101001110010110101011
Octal264345253

Shades and tints

Shades of #B4E5AB

#B4E5AB
(180,229,171)
#A4D19C
(164,209,156)
#94BD8D
(148,189,141)
#84A97E
(132,169,126)
#74956F
(116,149,111)
#648160
(100,129,96)
#546D51
(84,109,81)
#445942
(68,89,66)
#344533
(52,69,51)
#243124
(36,49,36)
#141D15
(20,29,21)
#000000
(0,0,0)

Tints of #B4E5AB

#B4E5AB
(180,229,171)
#BAE7B2
(186,231,178)
#C0E9B9
(192,233,185)
#C6EBC0
(198,235,192)
#CCEDC7
(204,237,199)
#D2EFCE
(210,239,206)
#D8F1D5
(216,241,213)
#DEF3DC
(222,243,220)
#E4F5E3
(228,245,227)
#EAF7EA
(234,247,234)
#F0F9F1
(240,249,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B4E5AB color. Also use rgb(180,229,171) instead hex code.

Text Font Color

.myTextColor { color: #B4E5AB; }

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

This text font color is #B4E5AB.


Background Color

.myBgColor { background-color: #B4E5AB; }

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

This div background color is #B4E5AB.


Border color

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

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

This div border color is #B4E5AB.


Opacity

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

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

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

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

This text has shadow with #B4E5AB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B4E5AB on black background.


Color preview on white background

This text has color #B4E5AB on white background.



Black color preview on #B4E5AB background

This text has black color on #B4E5AB background.


White color preview on #B4E5AB background

This text has white color on #B4E5AB background.