COLOR #B4E3B7

HEX: #B4E3B7
RGB: (180,227,183)

Renk bilgisi

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

RGB renk modeli

#B4E3B7 color RGB value is (180,227,183).

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

RGB bağlantıları ve doygunluk

R 180 of 255 = 71%
G 227 of 255 = 89%
B 183 of 255 = 72%

180
227
183

R + G + B ~ 77%. #B4E3B7 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
180 + 227 + 183 = 590 (100%)
R 180 of 590 ~ 30.51%
G 227 of 590 ~ 38.47%
B 183 of 590 ~ 31.02%

%30.51
%38.47
%31.02

CMYK RENK MODELİ

#B4E3B7 rengi CMYK tonu (21,0,19,11).

  • camgöbeği tonu 20.70%
  • eflatun tonu 0.00%
  • sarı tonu 19.38%
  • ana renk tonu 10.98%
CMYK:
(21,0,19,11)
C21M0Y19K11 
(21%,0%,19%,11%)
(0.21/0.00/0.19/0.11)	

CMYK yüzdeleri

%20.7
%0
%19.38
%10.98

Codes

Color #B4E3B7 in popluar color models

B4E3B7
RGB180227183
HSL124°45.63%79.80%
HSB/HSV124°20.70%89.02%
CMYK20.70%0.00%19.38%
10.98%

Color #B4E3B7 in popluar number systems.

HEXB4E3B7
Decimal180227183
Binary101101001110001110110111
Octal264343267

Shades and tints

Shades of #B4E3B7

#B4E3B7
(180,227,183)
#A4CFA7
(164,207,167)
#94BB97
(148,187,151)
#84A787
(132,167,135)
#749377
(116,147,119)
#647F67
(100,127,103)
#546B57
(84,107,87)
#445747
(68,87,71)
#344337
(52,67,55)
#242F27
(36,47,39)
#141B17
(20,27,23)
#000000
(0,0,0)

Tints of #B4E3B7

#B4E3B7
(180,227,183)
#BAE5BD
(186,229,189)
#C0E7C3
(192,231,195)
#C6E9C9
(198,233,201)
#CCEBCF
(204,235,207)
#D2EDD5
(210,237,213)
#D8EFDB
(216,239,219)
#DEF1E1
(222,241,225)
#E4F3E7
(228,243,231)
#EAF5ED
(234,245,237)
#F0F7F3
(240,247,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B4E3B7; }

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

This text font color is #B4E3B7.


Background Color

.myBgColor { background-color: #B4E3B7; }

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

This div background color is #B4E3B7.


Border color

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

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

This div border color is #B4E3B7.


Opacity

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

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

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

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

This text has shadow with #B4E3B7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B4E3B7 on black background.


Color preview on white background

This text has color #B4E3B7 on white background.



Black color preview on #B4E3B7 background

This text has black color on #B4E3B7 background.


White color preview on #B4E3B7 background

This text has white color on #B4E3B7 background.