COLOR #B4E2B9

HEX: #B4E2B9
RGB: (180,226,185)

Renk bilgisi

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

RGB renk modeli

#B4E2B9 color RGB value is (180,226,185).

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

RGB bağlantıları ve doygunluk

R 180 of 255 = 71%
G 226 of 255 = 89%
B 185 of 255 = 73%

180
226
185

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

Yüzdelerle RGB renk parçaları

R + G + B =
180 + 226 + 185 = 591 (100%)
R 180 of 591 ~ 30.46%
G 226 of 591 ~ 38.24%
B 185 of 591 ~ 31.3%

%30.46
%38.24
%31.3

CMYK RENK MODELİ

#B4E2B9 rengi CMYK tonu (20,0,18,11).

  • camgöbeği tonu 20.35%
  • eflatun tonu 0.00%
  • sarı tonu 18.14%
  • ana renk tonu 11.37%
CMYK:
(20,0,18,11)
C20M0Y18K11 
(20%,0%,18%,11%)
(0.20/0.00/0.18/0.11)	

CMYK yüzdeleri

%20.35
%0
%18.14
%11.37

Codes

Color #B4E2B9 in popluar color models

B4E2B9
RGB180226185
HSL127°44.23%79.61%
HSB/HSV127°20.35%88.63%
CMYK20.35%0.00%18.14%
11.37%

Color #B4E2B9 in popluar number systems.

HEXB4E2B9
Decimal180226185
Binary101101001110001010111001
Octal264342271

Shades and tints

Shades of #B4E2B9

#B4E2B9
(180,226,185)
#A4CEA9
(164,206,169)
#94BA99
(148,186,153)
#84A689
(132,166,137)
#749279
(116,146,121)
#647E69
(100,126,105)
#546A59
(84,106,89)
#445649
(68,86,73)
#344239
(52,66,57)
#242E29
(36,46,41)
#141A19
(20,26,25)
#000000
(0,0,0)

Tints of #B4E2B9

#B4E2B9
(180,226,185)
#BAE4BF
(186,228,191)
#C0E6C5
(192,230,197)
#C6E8CB
(198,232,203)
#CCEAD1
(204,234,209)
#D2ECD7
(210,236,215)
#D8EEDD
(216,238,221)
#DEF0E3
(222,240,227)
#E4F2E9
(228,242,233)
#EAF4EF
(234,244,239)
#F0F6F5
(240,246,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B4E2B9; }

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

This text font color is #B4E2B9.


Background Color

.myBgColor { background-color: #B4E2B9; }

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

This div background color is #B4E2B9.


Border color

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

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

This div border color is #B4E2B9.


Opacity

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

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

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

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

This text has shadow with #B4E2B9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B4E2B9 on black background.


Color preview on white background

This text has color #B4E2B9 on white background.



Black color preview on #B4E2B9 background

This text has black color on #B4E2B9 background.


White color preview on #B4E2B9 background

This text has white color on #B4E2B9 background.