COLOR #B4E4AD

HEX: #B4E4AD
RGB: (180,228,173)

Renk bilgisi

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

RGB renk modeli

#B4E4AD color RGB value is (180,228,173).

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

RGB bağlantıları ve doygunluk

R 180 of 255 = 71%
G 228 of 255 = 89%
B 173 of 255 = 68%

180
228
173

R + G + B ~ 76%. #B4E4AD is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
180 + 228 + 173 = 581 (100%)
R 180 of 581 ~ 30.98%
G 228 of 581 ~ 39.24%
B 173 of 581 ~ 29.78%

%30.98
%39.24
%29.78

CMYK RENK MODELİ

#B4E4AD rengi CMYK tonu (21,0,24,11).

  • camgöbeği tonu 21.05%
  • eflatun tonu 0.00%
  • sarı tonu 24.12%
  • ana renk tonu 10.59%
CMYK:
(21,0,24,11)
C21M0Y24K11 
(21%,0%,24%,11%)
(0.21/0.00/0.24/0.11)	

CMYK yüzdeleri

%21.05
%0
%24.12
%10.59

Codes

Color #B4E4AD in popluar color models

B4E4AD
RGB180228173
HSL112°50.46%78.63%
HSB/HSV112°24.12%89.41%
CMYK21.05%0.00%24.12%
10.59%

Color #B4E4AD in popluar number systems.

HEXB4E4AD
Decimal180228173
Binary101101001110010010101101
Octal264344255

Shades and tints

Shades of #B4E4AD

#B4E4AD
(180,228,173)
#A4D09E
(164,208,158)
#94BC8F
(148,188,143)
#84A880
(132,168,128)
#749471
(116,148,113)
#648062
(100,128,98)
#546C53
(84,108,83)
#445844
(68,88,68)
#344435
(52,68,53)
#243026
(36,48,38)
#141C17
(20,28,23)
#000000
(0,0,0)

Tints of #B4E4AD

#B4E4AD
(180,228,173)
#BAE6B4
(186,230,180)
#C0E8BB
(192,232,187)
#C6EAC2
(198,234,194)
#CCECC9
(204,236,201)
#D2EED0
(210,238,208)
#D8F0D7
(216,240,215)
#DEF2DE
(222,242,222)
#E4F4E5
(228,244,229)
#EAF6EC
(234,246,236)
#F0F8F3
(240,248,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B4E4AD; }

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

This text font color is #B4E4AD.


Background Color

.myBgColor { background-color: #B4E4AD; }

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

This div background color is #B4E4AD.


Border color

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

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

This div border color is #B4E4AD.


Opacity

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

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

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

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

This text has shadow with #B4E4AD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B4E4AD on black background.


Color preview on white background

This text has color #B4E4AD on white background.



Black color preview on #B4E4AD background

This text has black color on #B4E4AD background.


White color preview on #B4E4AD background

This text has white color on #B4E4AD background.