COLOR #B4E5B9

HEX: #B4E5B9
RGB: (180,229,185)

Renk bilgisi

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

RGB renk modeli

#B4E5B9 color RGB value is (180,229,185).

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

RGB bağlantıları ve doygunluk

R 180 of 255 = 71%
G 229 of 255 = 90%
B 185 of 255 = 73%

180
229
185

R + G + B ~ 78%. #B4E5B9 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
180 + 229 + 185 = 594 (100%)
R 180 of 594 ~ 30.3%
G 229 of 594 ~ 38.55%
B 185 of 594 ~ 31.14%

%30.3
%38.55
%31.14

CMYK RENK MODELİ

#B4E5B9 rengi CMYK tonu (21,0,19,10).

  • camgöbeği tonu 21.40%
  • eflatun tonu 0.00%
  • sarı tonu 19.21%
  • ana renk tonu 10.20%
CMYK:
(21,0,19,10)
C21M0Y19K10 
(21%,0%,19%,10%)
(0.21/0.00/0.19/0.10)	

CMYK yüzdeleri

%21.4
%0
%19.21
%10.2

Codes

Color #B4E5B9 in popluar color models

B4E5B9
RGB180229185
HSL126°48.51%80.20%
HSB/HSV126°21.40%89.80%
CMYK21.40%0.00%19.21%
10.20%

Color #B4E5B9 in popluar number systems.

HEXB4E5B9
Decimal180229185
Binary101101001110010110111001
Octal264345271

Shades and tints

Shades of #B4E5B9

#B4E5B9
(180,229,185)
#A4D1A9
(164,209,169)
#94BD99
(148,189,153)
#84A989
(132,169,137)
#749579
(116,149,121)
#648169
(100,129,105)
#546D59
(84,109,89)
#445949
(68,89,73)
#344539
(52,69,57)
#243129
(36,49,41)
#141D19
(20,29,25)
#000000
(0,0,0)

Tints of #B4E5B9

#B4E5B9
(180,229,185)
#BAE7BF
(186,231,191)
#C0E9C5
(192,233,197)
#C6EBCB
(198,235,203)
#CCEDD1
(204,237,209)
#D2EFD7
(210,239,215)
#D8F1DD
(216,241,221)
#DEF3E3
(222,243,227)
#E4F5E9
(228,245,233)
#EAF7EF
(234,247,239)
#F0F9F5
(240,249,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B4E5B9; }

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

This text font color is #B4E5B9.


Background Color

.myBgColor { background-color: #B4E5B9; }

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

This div background color is #B4E5B9.


Border color

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

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

This div border color is #B4E5B9.


Opacity

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

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

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

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

This text has shadow with #B4E5B9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B4E5B9 on black background.


Color preview on white background

This text has color #B4E5B9 on white background.



Black color preview on #B4E5B9 background

This text has black color on #B4E5B9 background.


White color preview on #B4E5B9 background

This text has white color on #B4E5B9 background.