COLOR #B4E39D

HEX: #B4E39D
RGB: (180,227,157)

Renk bilgisi

#B4E39D contains mainly red and green colors. #B4E39D ‘ nin web güvenlik rengi #CCCC99 (ya da #CC9) dir.

RGB renk modeli

#B4E39D color RGB value is (180,227,157).

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

RGB bağlantıları ve doygunluk

R 180 of 255 = 71%
G 227 of 255 = 89%
B 157 of 255 = 62%

180
227
157

R + G + B ~ 74%. #B4E39D is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
180 + 227 + 157 = 564 (100%)
R 180 of 564 ~ 31.91%
G 227 of 564 ~ 40.25%
B 157 of 564 ~ 27.84%

%31.91
%40.25
%27.84

CMYK RENK MODELİ

#B4E39D rengi CMYK tonu (21,0,31,11).

  • camgöbeği tonu 20.70%
  • eflatun tonu 0.00%
  • sarı tonu 30.84%
  • ana renk tonu 10.98%
CMYK:
(21,0,31,11)
C21M0Y31K11 
(21%,0%,31%,11%)
(0.21/0.00/0.31/0.11)	

CMYK yüzdeleri

%20.7
%0
%30.84
%10.98

Codes

Color #B4E39D in popluar color models

B4E39D
RGB180227157
HSL100°55.56%75.29%
HSB/HSV100°30.84%89.02%
CMYK20.70%0.00%30.84%
10.98%

Color #B4E39D in popluar number systems.

HEXB4E39D
Decimal180227157
Binary101101001110001110011101
Octal264343235

Shades and tints

Shades of #B4E39D

#B4E39D
(180,227,157)
#A4CF8F
(164,207,143)
#94BB81
(148,187,129)
#84A773
(132,167,115)
#749365
(116,147,101)
#647F57
(100,127,87)
#546B49
(84,107,73)
#44573B
(68,87,59)
#34432D
(52,67,45)
#242F1F
(36,47,31)
#141B11
(20,27,17)
#000000
(0,0,0)

Tints of #B4E39D

#B4E39D
(180,227,157)
#BAE5A5
(186,229,165)
#C0E7AD
(192,231,173)
#C6E9B5
(198,233,181)
#CCEBBD
(204,235,189)
#D2EDC5
(210,237,197)
#D8EFCD
(216,239,205)
#DEF1D5
(222,241,213)
#E4F3DD
(228,243,221)
#EAF5E5
(234,245,229)
#F0F7ED
(240,247,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B4E39D; }

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

This text font color is #B4E39D.


Background Color

.myBgColor { background-color: #B4E39D; }

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

This div background color is #B4E39D.


Border color

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

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

This div border color is #B4E39D.


Opacity

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

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

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

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

This text has shadow with #B4E39D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B4E39D on black background.


Color preview on white background

This text has color #B4E39D on white background.



Black color preview on #B4E39D background

This text has black color on #B4E39D background.


White color preview on #B4E39D background

This text has white color on #B4E39D background.