COLOR #B2E384

HEX: #B2E384
RGB: (178,227,132)

Renk bilgisi

#B2E384 contains mainly red and green colors. #B2E384 ‘ nin web güvenlik rengi #99CC99 (ya da #9C9) dir.

RGB renk modeli

#B2E384 color RGB value is (178,227,132).

  • kırmız ton 178;
  • yeşil ton 227;
  • mavi ton 132.
RGB:
(178,227,132)
(70%,89%,52%)

RGB bağlantıları ve doygunluk

R 178 of 255 = 70%
G 227 of 255 = 89%
B 132 of 255 = 52%

178
227
132

R + G + B ~ 70%. #B2E384 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
178 + 227 + 132 = 537 (100%)
R 178 of 537 ~ 33.15%
G 227 of 537 ~ 42.27%
B 132 of 537 ~ 24.58%

%33.15
%42.27
%24.58

CMYK RENK MODELİ

#B2E384 rengi CMYK tonu (22,0,42,11).

  • camgöbeği tonu 21.59%
  • eflatun tonu 0.00%
  • sarı tonu 41.85%
  • ana renk tonu 10.98%
CMYK:
(22,0,42,11)
C22M0Y42K11 
(22%,0%,42%,11%)
(0.22/0.00/0.42/0.11)	

CMYK yüzdeleri

%21.59
%0
%41.85
%10.98

Codes

Color #B2E384 in popluar color models

B2E384
RGB178227132
HSL91°62.91%70.39%
HSB/HSV91°41.85%89.02%
CMYK21.59%0.00%41.85%
10.98%

Color #B2E384 in popluar number systems.

HEXB2E384
Decimal178227132
Binary101100101110001110000100
Octal262343204

Shades and tints

Shades of #B2E384

#B2E384
(178,227,132)
#A2CF78
(162,207,120)
#92BB6C
(146,187,108)
#82A760
(130,167,96)
#729354
(114,147,84)
#627F48
(98,127,72)
#526B3C
(82,107,60)
#425730
(66,87,48)
#324324
(50,67,36)
#222F18
(34,47,24)
#121B0C
(18,27,12)
#000000
(0,0,0)

Tints of #B2E384

#B2E384
(178,227,132)
#B9E58F
(185,229,143)
#C0E79A
(192,231,154)
#C7E9A5
(199,233,165)
#CEEBB0
(206,235,176)
#D5EDBB
(213,237,187)
#DCEFC6
(220,239,198)
#E3F1D1
(227,241,209)
#EAF3DC
(234,243,220)
#F1F5E7
(241,245,231)
#F8F7F2
(248,247,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B2E384 color. Also use rgb(178,227,132) instead hex code.

Text Font Color

.myTextColor { color: #B2E384; }

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

This text font color is #B2E384.


Background Color

.myBgColor { background-color: #B2E384; }

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

This div background color is #B2E384.


Border color

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

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

This div border color is #B2E384.


Opacity

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

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

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

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

This text has shadow with #B2E384 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B2E384 on black background.


Color preview on white background

This text has color #B2E384 on white background.



Black color preview on #B2E384 background

This text has black color on #B2E384 background.


White color preview on #B2E384 background

This text has white color on #B2E384 background.