COLOR #B1F9A4

HEX: #B1F9A4
RGB: (177,249,164)

Renk bilgisi

#B1F9A4 contains mainly green color. #B1F9A4 ‘ nin web güvenlik rengi #99FF99 (ya da #9F9) dir.

RGB renk modeli

#B1F9A4 color RGB value is (177,249,164).

  • kırmız ton 177;
  • yeşil ton 249;
  • mavi ton 164.
RGB:
(177,249,164)
(69%,98%,64%)

RGB bağlantıları ve doygunluk

R 177 of 255 = 69%
G 249 of 255 = 98%
B 164 of 255 = 64%

177
249
164

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

Yüzdelerle RGB renk parçaları

R + G + B =
177 + 249 + 164 = 590 (100%)
R 177 of 590 ~ 30%
G 249 of 590 ~ 42.2%
B 164 of 590 ~ 27.8%

%30
%42.2
%27.8

CMYK RENK MODELİ

#B1F9A4 rengi CMYK tonu (29,0,34,2).

  • camgöbeği tonu 28.92%
  • eflatun tonu 0.00%
  • sarı tonu 34.14%
  • ana renk tonu 2.35%
CMYK:
(29,0,34,2)
C29M0Y34K2 
(29%,0%,34%,2%)
(0.29/0.00/0.34/0.02)	

CMYK yüzdeleri

%28.92
%0
%34.14
%2.35

Codes

Color #B1F9A4 in popluar color models

B1F9A4
RGB177249164
HSL111°87.63%80.98%
HSB/HSV111°34.14%97.65%
CMYK28.92%0.00%34.14%
2.35%

Color #B1F9A4 in popluar number systems.

HEXB1F9A4
Decimal177249164
Binary101100011111100110100100
Octal261371244

Shades and tints

Shades of #B1F9A4

#B1F9A4
(177,249,164)
#A1E396
(161,227,150)
#91CD88
(145,205,136)
#81B77A
(129,183,122)
#71A16C
(113,161,108)
#618B5E
(97,139,94)
#517550
(81,117,80)
#415F42
(65,95,66)
#314934
(49,73,52)
#213326
(33,51,38)
#111D18
(17,29,24)
#000000
(0,0,0)

Tints of #B1F9A4

#B1F9A4
(177,249,164)
#B8F9AC
(184,249,172)
#BFF9B4
(191,249,180)
#C6F9BC
(198,249,188)
#CDF9C4
(205,249,196)
#D4F9CC
(212,249,204)
#DBF9D4
(219,249,212)
#E2F9DC
(226,249,220)
#E9F9E4
(233,249,228)
#F0F9EC
(240,249,236)
#F7F9F4
(247,249,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B1F9A4 color. Also use rgb(177,249,164) instead hex code.

Text Font Color

.myTextColor { color: #B1F9A4; }

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

This text font color is #B1F9A4.


Background Color

.myBgColor { background-color: #B1F9A4; }

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

This div background color is #B1F9A4.


Border color

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

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

This div border color is #B1F9A4.


Opacity

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

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

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

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

This text has shadow with #B1F9A4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B1F9A4 on black background.


Color preview on white background

This text has color #B1F9A4 on white background.



Black color preview on #B1F9A4 background

This text has black color on #B1F9A4 background.


White color preview on #B1F9A4 background

This text has white color on #B1F9A4 background.