COLOR #B6D299

HEX: #B6D299
RGB: (182,210,153)

Renk bilgisi

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

RGB renk modeli

#B6D299 color RGB value is (182,210,153).

  • kırmız ton 182;
  • yeşil ton 210;
  • mavi ton 153.
RGB:
(182,210,153)
(71%,82%,60%)

RGB bağlantıları ve doygunluk

R 182 of 255 = 71%
G 210 of 255 = 82%
B 153 of 255 = 60%

182
210
153

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

Yüzdelerle RGB renk parçaları

R + G + B =
182 + 210 + 153 = 545 (100%)
R 182 of 545 ~ 33.39%
G 210 of 545 ~ 38.53%
B 153 of 545 ~ 28.07%

%33.39
%38.53
%28.07

CMYK RENK MODELİ

#B6D299 rengi CMYK tonu (13,0,27,18).

  • camgöbeği tonu 13.33%
  • eflatun tonu 0.00%
  • sarı tonu 27.14%
  • ana renk tonu 17.65%
CMYK:
(13,0,27,18)
C13M0Y27K18 
(13%,0%,27%,18%)
(0.13/0.00/0.27/0.18)	

CMYK yüzdeleri

%13.33
%0
%27.14
%17.65

Codes

Color #B6D299 in popluar color models

B6D299
RGB182210153
HSL89°38.78%71.18%
HSB/HSV89°27.14%82.35%
CMYK13.33%0.00%27.14%
17.65%

Color #B6D299 in popluar number systems.

HEXB6D299
Decimal182210153
Binary101101101101001010011001
Octal266322231

Shades and tints

Shades of #B6D299

#B6D299
(182,210,153)
#A6BF8C
(166,191,140)
#96AC7F
(150,172,127)
#869972
(134,153,114)
#768665
(118,134,101)
#667358
(102,115,88)
#56604B
(86,96,75)
#464D3E
(70,77,62)
#363A31
(54,58,49)
#262724
(38,39,36)
#161417
(22,20,23)
#000000
(0,0,0)

Tints of #B6D299

#B6D299
(182,210,153)
#BCD6A2
(188,214,162)
#C2DAAB
(194,218,171)
#C8DEB4
(200,222,180)
#CEE2BD
(206,226,189)
#D4E6C6
(212,230,198)
#DAEACF
(218,234,207)
#E0EED8
(224,238,216)
#E6F2E1
(230,242,225)
#ECF6EA
(236,246,234)
#F2FAF3
(242,250,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B6D299 color. Also use rgb(182,210,153) instead hex code.

Text Font Color

.myTextColor { color: #B6D299; }

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

This text font color is #B6D299.


Background Color

.myBgColor { background-color: #B6D299; }

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

This div background color is #B6D299.


Border color

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

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

This div border color is #B6D299.


Opacity

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

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

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

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

This text has shadow with #B6D299 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B6D299 on black background.


Color preview on white background

This text has color #B6D299 on white background.



Black color preview on #B6D299 background

This text has black color on #B6D299 background.


White color preview on #B6D299 background

This text has white color on #B6D299 background.