COLOR #B1D399

HEX: #B1D399
RGB: (177,211,153)

Renk bilgisi

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

RGB renk modeli

#B1D399 color RGB value is (177,211,153).

  • kırmız ton 177;
  • yeşil ton 211;
  • mavi ton 153.
RGB:
(177,211,153)
(69%,83%,60%)

RGB bağlantıları ve doygunluk

R 177 of 255 = 69%
G 211 of 255 = 83%
B 153 of 255 = 60%

177
211
153

R + G + B ~ 71%. #B1D399 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
177 + 211 + 153 = 541 (100%)
R 177 of 541 ~ 32.72%
G 211 of 541 ~ 39%
B 153 of 541 ~ 28.28%

%32.72
%39
%28.28

CMYK RENK MODELİ

#B1D399 rengi CMYK tonu (16,0,27,17).

  • camgöbeği tonu 16.11%
  • eflatun tonu 0.00%
  • sarı tonu 27.49%
  • ana renk tonu 17.25%
CMYK:
(16,0,27,17)
C16M0Y27K17 
(16%,0%,27%,17%)
(0.16/0.00/0.27/0.17)	

CMYK yüzdeleri

%16.11
%0
%27.49
%17.25

Codes

Color #B1D399 in popluar color models

B1D399
RGB177211153
HSL95°39.73%71.37%
HSB/HSV95°27.49%82.75%
CMYK16.11%0.00%27.49%
17.25%

Color #B1D399 in popluar number systems.

HEXB1D399
Decimal177211153
Binary101100011101001110011001
Octal261323231

Shades and tints

Shades of #B1D399

#B1D399
(177,211,153)
#A1C08C
(161,192,140)
#91AD7F
(145,173,127)
#819A72
(129,154,114)
#718765
(113,135,101)
#617458
(97,116,88)
#51614B
(81,97,75)
#414E3E
(65,78,62)
#313B31
(49,59,49)
#212824
(33,40,36)
#111517
(17,21,23)
#000000
(0,0,0)

Tints of #B1D399

#B1D399
(177,211,153)
#B8D7A2
(184,215,162)
#BFDBAB
(191,219,171)
#C6DFB4
(198,223,180)
#CDE3BD
(205,227,189)
#D4E7C6
(212,231,198)
#DBEBCF
(219,235,207)
#E2EFD8
(226,239,216)
#E9F3E1
(233,243,225)
#F0F7EA
(240,247,234)
#F7FBF3
(247,251,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B1D399 color. Also use rgb(177,211,153) instead hex code.

Text Font Color

.myTextColor { color: #B1D399; }

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

This text font color is #B1D399.


Background Color

.myBgColor { background-color: #B1D399; }

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

This div background color is #B1D399.


Border color

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

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

This div border color is #B1D399.


Opacity

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

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

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

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

This text has shadow with #B1D399 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B1D399 on black background.


Color preview on white background

This text has color #B1D399 on white background.



Black color preview on #B1D399 background

This text has black color on #B1D399 background.


White color preview on #B1D399 background

This text has white color on #B1D399 background.