COLOR #B4E9AB

HEX: #B4E9AB
RGB: (180,233,171)

Renk bilgisi

#B4E9AB contains mainly red and green colors. #B4E9AB ‘ nin web güvenlik rengi #CCFF99 (ya da #CF9) dir.

RGB renk modeli

#B4E9AB color RGB value is (180,233,171).

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

RGB bağlantıları ve doygunluk

R 180 of 255 = 71%
G 233 of 255 = 91%
B 171 of 255 = 67%

180
233
171

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

Yüzdelerle RGB renk parçaları

R + G + B =
180 + 233 + 171 = 584 (100%)
R 180 of 584 ~ 30.82%
G 233 of 584 ~ 39.9%
B 171 of 584 ~ 29.28%

%30.82
%39.9
%29.28

CMYK RENK MODELİ

#B4E9AB rengi CMYK tonu (23,0,27,9).

  • camgöbeği tonu 22.75%
  • eflatun tonu 0.00%
  • sarı tonu 26.61%
  • ana renk tonu 8.63%
CMYK:
(23,0,27,9)
C23M0Y27K9 
(23%,0%,27%,9%)
(0.23/0.00/0.27/0.09)	

CMYK yüzdeleri

%22.75
%0
%26.61
%8.63

Codes

Color #B4E9AB in popluar color models

B4E9AB
RGB180233171
HSL111°58.49%79.22%
HSB/HSV111°26.61%91.37%
CMYK22.75%0.00%26.61%
8.63%

Color #B4E9AB in popluar number systems.

HEXB4E9AB
Decimal180233171
Binary101101001110100110101011
Octal264351253

Shades and tints

Shades of #B4E9AB

#B4E9AB
(180,233,171)
#A4D49C
(164,212,156)
#94BF8D
(148,191,141)
#84AA7E
(132,170,126)
#74956F
(116,149,111)
#648060
(100,128,96)
#546B51
(84,107,81)
#445642
(68,86,66)
#344133
(52,65,51)
#242C24
(36,44,36)
#141715
(20,23,21)
#000000
(0,0,0)

Tints of #B4E9AB

#B4E9AB
(180,233,171)
#BAEBB2
(186,235,178)
#C0EDB9
(192,237,185)
#C6EFC0
(198,239,192)
#CCF1C7
(204,241,199)
#D2F3CE
(210,243,206)
#D8F5D5
(216,245,213)
#DEF7DC
(222,247,220)
#E4F9E3
(228,249,227)
#EAFBEA
(234,251,234)
#F0FDF1
(240,253,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B4E9AB; }

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

This text font color is #B4E9AB.


Background Color

.myBgColor { background-color: #B4E9AB; }

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

This div background color is #B4E9AB.


Border color

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

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

This div border color is #B4E9AB.


Opacity

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

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

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

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

This text has shadow with #B4E9AB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B4E9AB on black background.


Color preview on white background

This text has color #B4E9AB on white background.



Black color preview on #B4E9AB background

This text has black color on #B4E9AB background.


White color preview on #B4E9AB background

This text has white color on #B4E9AB background.