COLOR #B4E38D

HEX: #B4E38D
RGB: (180,227,141)

Renk bilgisi

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

RGB renk modeli

#B4E38D color RGB value is (180,227,141).

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

RGB bağlantıları ve doygunluk

R 180 of 255 = 71%
G 227 of 255 = 89%
B 141 of 255 = 55%

180
227
141

R + G + B ~ 72%. #B4E38D is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
180 + 227 + 141 = 548 (100%)
R 180 of 548 ~ 32.85%
G 227 of 548 ~ 41.42%
B 141 of 548 ~ 25.73%

%32.85
%41.42
%25.73

CMYK RENK MODELİ

#B4E38D rengi CMYK tonu (21,0,38,11).

  • camgöbeği tonu 20.70%
  • eflatun tonu 0.00%
  • sarı tonu 37.89%
  • ana renk tonu 10.98%
CMYK:
(21,0,38,11)
C21M0Y38K11 
(21%,0%,38%,11%)
(0.21/0.00/0.38/0.11)	

CMYK yüzdeleri

%20.7
%0
%37.89
%10.98

Codes

Color #B4E38D in popluar color models

B4E38D
RGB180227141
HSL93°60.56%72.16%
HSB/HSV93°37.89%89.02%
CMYK20.70%0.00%37.89%
10.98%

Color #B4E38D in popluar number systems.

HEXB4E38D
Decimal180227141
Binary101101001110001110001101
Octal264343215

Shades and tints

Shades of #B4E38D

#B4E38D
(180,227,141)
#A4CF81
(164,207,129)
#94BB75
(148,187,117)
#84A769
(132,167,105)
#74935D
(116,147,93)
#647F51
(100,127,81)
#546B45
(84,107,69)
#445739
(68,87,57)
#34432D
(52,67,45)
#242F21
(36,47,33)
#141B15
(20,27,21)
#000000
(0,0,0)

Tints of #B4E38D

#B4E38D
(180,227,141)
#BAE597
(186,229,151)
#C0E7A1
(192,231,161)
#C6E9AB
(198,233,171)
#CCEBB5
(204,235,181)
#D2EDBF
(210,237,191)
#D8EFC9
(216,239,201)
#DEF1D3
(222,241,211)
#E4F3DD
(228,243,221)
#EAF5E7
(234,245,231)
#F0F7F1
(240,247,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B4E38D; }

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

This text font color is #B4E38D.


Background Color

.myBgColor { background-color: #B4E38D; }

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

This div background color is #B4E38D.


Border color

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

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

This div border color is #B4E38D.


Opacity

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

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

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

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

This text has shadow with #B4E38D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B4E38D on black background.


Color preview on white background

This text has color #B4E38D on white background.



Black color preview on #B4E38D background

This text has black color on #B4E38D background.


White color preview on #B4E38D background

This text has white color on #B4E38D background.