COLOR #B4E09C

HEX: #B4E09C
RGB: (180,224,156)

Renk bilgisi

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

RGB renk modeli

#B4E09C color RGB value is (180,224,156).

  • kırmız ton 180;
  • yeşil ton 224;
  • mavi ton 156.
RGB:
(180,224,156)
(71%,88%,61%)

RGB bağlantıları ve doygunluk

R 180 of 255 = 71%
G 224 of 255 = 88%
B 156 of 255 = 61%

180
224
156

R + G + B ~ 73%. #B4E09C is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
180 + 224 + 156 = 560 (100%)
R 180 of 560 ~ 32.14%
G 224 of 560 ~ 40%
B 156 of 560 ~ 27.86%

%32.14
%40
%27.86

CMYK RENK MODELİ

#B4E09C rengi CMYK tonu (20,0,30,12).

  • camgöbeği tonu 19.64%
  • eflatun tonu 0.00%
  • sarı tonu 30.36%
  • ana renk tonu 12.16%
CMYK:
(20,0,30,12)
C20M0Y30K12 
(20%,0%,30%,12%)
(0.20/0.00/0.30/0.12)	

CMYK yüzdeleri

%19.64
%0
%30.36
%12.16

Codes

Color #B4E09C in popluar color models

B4E09C
RGB180224156
HSL99°52.31%74.51%
HSB/HSV99°30.36%87.84%
CMYK19.64%0.00%30.36%
12.16%

Color #B4E09C in popluar number systems.

HEXB4E09C
Decimal180224156
Binary101101001110000010011100
Octal264340234

Shades and tints

Shades of #B4E09C

#B4E09C
(180,224,156)
#A4CC8E
(164,204,142)
#94B880
(148,184,128)
#84A472
(132,164,114)
#749064
(116,144,100)
#647C56
(100,124,86)
#546848
(84,104,72)
#44543A
(68,84,58)
#34402C
(52,64,44)
#242C1E
(36,44,30)
#141810
(20,24,16)
#000000
(0,0,0)

Tints of #B4E09C

#B4E09C
(180,224,156)
#BAE2A5
(186,226,165)
#C0E4AE
(192,228,174)
#C6E6B7
(198,230,183)
#CCE8C0
(204,232,192)
#D2EAC9
(210,234,201)
#D8ECD2
(216,236,210)
#DEEEDB
(222,238,219)
#E4F0E4
(228,240,228)
#EAF2ED
(234,242,237)
#F0F4F6
(240,244,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B4E09C; }

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

This text font color is #B4E09C.


Background Color

.myBgColor { background-color: #B4E09C; }

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

This div background color is #B4E09C.


Border color

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

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

This div border color is #B4E09C.


Opacity

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

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

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

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

This text has shadow with #B4E09C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B4E09C on black background.


Color preview on white background

This text has color #B4E09C on white background.



Black color preview on #B4E09C background

This text has black color on #B4E09C background.


White color preview on #B4E09C background

This text has white color on #B4E09C background.