COLOR #B4E2B4

HEX: #B4E2B4
RGB: (180,226,180)

Renk bilgisi

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

RGB renk modeli

#B4E2B4 color RGB value is (180,226,180).

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

RGB bağlantıları ve doygunluk

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

180
226
180

R + G + B ~ 77%. #B4E2B4 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
180 + 226 + 180 = 586 (100%)
R 180 of 586 ~ 30.72%
G 226 of 586 ~ 38.57%
B 180 of 586 ~ 30.72%

%30.72
%38.57
%30.72

CMYK RENK MODELİ

#B4E2B4 rengi CMYK tonu (20,0,20,11).

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

CMYK yüzdeleri

%20.35
%0
%20.35
%11.37

Codes

Color #B4E2B4 in popluar color models

B4E2B4
RGB180226180
HSL120°44.23%79.61%
HSB/HSV120°20.35%88.63%
CMYK20.35%0.00%20.35%
11.37%

Color #B4E2B4 in popluar number systems.

HEXB4E2B4
Decimal180226180
Binary101101001110001010110100
Octal264342264

Shades and tints

Shades of #B4E2B4

#B4E2B4
(180,226,180)
#A4CEA4
(164,206,164)
#94BA94
(148,186,148)
#84A684
(132,166,132)
#749274
(116,146,116)
#647E64
(100,126,100)
#546A54
(84,106,84)
#445644
(68,86,68)
#344234
(52,66,52)
#242E24
(36,46,36)
#141A14
(20,26,20)
#000000
(0,0,0)

Tints of #B4E2B4

#B4E2B4
(180,226,180)
#BAE4BA
(186,228,186)
#C0E6C0
(192,230,192)
#C6E8C6
(198,232,198)
#CCEACC
(204,234,204)
#D2ECD2
(210,236,210)
#D8EED8
(216,238,216)
#DEF0DE
(222,240,222)
#E4F2E4
(228,242,228)
#EAF4EA
(234,244,234)
#F0F6F0
(240,246,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B4E2B4; }

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

This text font color is #B4E2B4.


Background Color

.myBgColor { background-color: #B4E2B4; }

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

This div background color is #B4E2B4.


Border color

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

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

This div border color is #B4E2B4.


Opacity

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

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

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

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

This text has shadow with #B4E2B4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B4E2B4 on black background.


Color preview on white background

This text has color #B4E2B4 on white background.



Black color preview on #B4E2B4 background

This text has black color on #B4E2B4 background.


White color preview on #B4E2B4 background

This text has white color on #B4E2B4 background.