COLOR #B6D995

HEX: #B6D995
RGB: (182,217,149)

Renk bilgisi

#B6D995 contains mainly red and green colors. #B6D995 ‘ nin web güvenlik rengi #CCCC99 (ya da #CC9) dir.

RGB renk modeli

#B6D995 color RGB value is (182,217,149).

  • kırmız ton 182;
  • yeşil ton 217;
  • mavi ton 149.
RGB:
(182,217,149)
(71%,85%,58%)

RGB bağlantıları ve doygunluk

R 182 of 255 = 71%
G 217 of 255 = 85%
B 149 of 255 = 58%

182
217
149

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

Yüzdelerle RGB renk parçaları

R + G + B =
182 + 217 + 149 = 548 (100%)
R 182 of 548 ~ 33.21%
G 217 of 548 ~ 39.6%
B 149 of 548 ~ 27.19%

%33.21
%39.6
%27.19

CMYK RENK MODELİ

#B6D995 rengi CMYK tonu (16,0,31,15).

  • camgöbeği tonu 16.13%
  • eflatun tonu 0.00%
  • sarı tonu 31.34%
  • ana renk tonu 14.90%
CMYK:
(16,0,31,15)
C16M0Y31K15 
(16%,0%,31%,15%)
(0.16/0.00/0.31/0.15)	

CMYK yüzdeleri

%16.13
%0
%31.34
%14.9

Codes

Color #B6D995 in popluar color models

B6D995
RGB182217149
HSL91°47.22%71.76%
HSB/HSV91°31.34%85.10%
CMYK16.13%0.00%31.34%
14.90%

Color #B6D995 in popluar number systems.

HEXB6D995
Decimal182217149
Binary101101101101100110010101
Octal266331225

Shades and tints

Shades of #B6D995

#B6D995
(182,217,149)
#A6C688
(166,198,136)
#96B37B
(150,179,123)
#86A06E
(134,160,110)
#768D61
(118,141,97)
#667A54
(102,122,84)
#566747
(86,103,71)
#46543A
(70,84,58)
#36412D
(54,65,45)
#262E20
(38,46,32)
#161B13
(22,27,19)
#000000
(0,0,0)

Tints of #B6D995

#B6D995
(182,217,149)
#BCDC9E
(188,220,158)
#C2DFA7
(194,223,167)
#C8E2B0
(200,226,176)
#CEE5B9
(206,229,185)
#D4E8C2
(212,232,194)
#DAEBCB
(218,235,203)
#E0EED4
(224,238,212)
#E6F1DD
(230,241,221)
#ECF4E6
(236,244,230)
#F2F7EF
(242,247,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B6D995 color. Also use rgb(182,217,149) instead hex code.

Text Font Color

.myTextColor { color: #B6D995; }

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

This text font color is #B6D995.


Background Color

.myBgColor { background-color: #B6D995; }

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

This div background color is #B6D995.


Border color

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

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

This div border color is #B6D995.


Opacity

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

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

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

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

This text has shadow with #B6D995 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B6D995 on black background.


Color preview on white background

This text has color #B6D995 on white background.



Black color preview on #B6D995 background

This text has black color on #B6D995 background.


White color preview on #B6D995 background

This text has white color on #B6D995 background.