COLOR #B2E5B1

HEX: #B2E5B1
RGB: (178,229,177)

Renk bilgisi

#B2E5B1 contains red, green and blue colors in about the same proportion. #B2E5B1 ‘ nin web güvenlik rengi #99CC99 (ya da #9C9) dir.

RGB renk modeli

#B2E5B1 color RGB value is (178,229,177).

  • kırmız ton 178;
  • yeşil ton 229;
  • mavi ton 177.
RGB: (178,229,177) (70%,90%,69%)

RGB bağlantıları ve doygunluk

R 178 of 255 = 70%
G 229 of 255 = 90%
B 177 of 255 = 69%

178
229
177

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

Yüzdelerle RGB renk parçaları

R + G + B =
178 + 229 + 177 = 584 (100%)
R 178 of 584 ~ 30.48%
G 229 of 584 ~ 39.21%
B 177 of 584 ~ 30.31%

%30.48
%39.21
%30.31

CMYK RENK MODELİ

#B2E5B1 rengi CMYK tonu (22,0,23,10).

  • camgöbeği tonu 22.27%
  • eflatun tonu 0.00%
  • sarı tonu 22.71%
  • ana renk tonu 10.20%
CMYK: (22,0,23,10) C22M0Y23K10 (22%,0%,23%,10%) (0.22/0.00/0.23/0.10)

CMYK yüzdeleri

%22.27
%0
%22.71
%10.2

Codes

Color #B2E5B1 in popluar color models

B2E5B1
RGB178229177
HSL119°50.00%79.61%
HSB/HSV119°22.71%89.80%
CMYK22.27%0.00%22.71%
10.20%

Color #B2E5B1 in popluar number systems.

HEXB2E5B1
Decimal178229177
Binary101100101110010110110001
Octal262345261

Shades and tints

Shades of #B2E5B1

#B2E5B1
(178,229,177)
#A2D1A1
(162,209,161)
#92BD91
(146,189,145)
#82A981
(130,169,129)
#729571
(114,149,113)
#628161
(98,129,97)
#526D51
(82,109,81)
#425941
(66,89,65)
#324531
(50,69,49)
#223121
(34,49,33)
#121D11
(18,29,17)
#000000
(0,0,0)

Tints of #B2E5B1

#B2E5B1
(178,229,177)
#B9E7B8
(185,231,184)
#C0E9BF
(192,233,191)
#C7EBC6
(199,235,198)
#CEEDCD
(206,237,205)
#D5EFD4
(213,239,212)
#DCF1DB
(220,241,219)
#E3F3E2
(227,243,226)
#EAF5E9
(234,245,233)
#F1F7F0
(241,247,240)
#F8F9F7
(248,249,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B2E5B1 color. Also use rgb(178,229,177) instead hex code.

Text Font Color

.myTextColor { color: #B2E5B1; }

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

This text font color is #B2E5B1.


Background Color

.myBgColor { background-color: #B2E5B1; }

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

This div background color is #B2E5B1.


Border color

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

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

This div border color is #B2E5B1.


Opacity

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

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

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

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

This text has shadow with #B2E5B1 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #B2E5B1 on black background.


Color preview on white background

This text has color #B2E5B1 on white background.



Black color preview on #B2E5B1 background

This text has black color on #B2E5B1 background.


White color preview on #B2E5B1 background

This text has white color on #B2E5B1 background.