COLOR #B6D585

HEX: #B6D585
RGB: (182,213,133)

Renk bilgisi

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

RGB renk modeli

#B6D585 color RGB value is (182,213,133).

  • kırmız ton 182;
  • yeşil ton 213;
  • mavi ton 133.
RGB:
(182,213,133)
(71%,84%,52%)

RGB bağlantıları ve doygunluk

R 182 of 255 = 71%
G 213 of 255 = 84%
B 133 of 255 = 52%

182
213
133

R + G + B ~ 69%. #B6D585 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
182 + 213 + 133 = 528 (100%)
R 182 of 528 ~ 34.47%
G 213 of 528 ~ 40.34%
B 133 of 528 ~ 25.19%

%34.47
%40.34
%25.19

CMYK RENK MODELİ

#B6D585 rengi CMYK tonu (15,0,38,16).

  • camgöbeği tonu 14.55%
  • eflatun tonu 0.00%
  • sarı tonu 37.56%
  • ana renk tonu 16.47%
CMYK:
(15,0,38,16)
C15M0Y38K16 
(15%,0%,38%,16%)
(0.15/0.00/0.38/0.16)	

CMYK yüzdeleri

%14.55
%0
%37.56
%16.47

Codes

Color #B6D585 in popluar color models

B6D585
RGB182213133
HSL83°48.78%67.84%
HSB/HSV83°37.56%83.53%
CMYK14.55%0.00%37.56%
16.47%

Color #B6D585 in popluar number systems.

HEXB6D585
Decimal182213133
Binary101101101101010110000101
Octal266325205

Shades and tints

Shades of #B6D585

#B6D585
(182,213,133)
#A6C279
(166,194,121)
#96AF6D
(150,175,109)
#869C61
(134,156,97)
#768955
(118,137,85)
#667649
(102,118,73)
#56633D
(86,99,61)
#465031
(70,80,49)
#363D25
(54,61,37)
#262A19
(38,42,25)
#16170D
(22,23,13)
#000000
(0,0,0)

Tints of #B6D585

#B6D585
(182,213,133)
#BCD890
(188,216,144)
#C2DB9B
(194,219,155)
#C8DEA6
(200,222,166)
#CEE1B1
(206,225,177)
#D4E4BC
(212,228,188)
#DAE7C7
(218,231,199)
#E0EAD2
(224,234,210)
#E6EDDD
(230,237,221)
#ECF0E8
(236,240,232)
#F2F3F3
(242,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B6D585 color. Also use rgb(182,213,133) instead hex code.

Text Font Color

.myTextColor { color: #B6D585; }

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

This text font color is #B6D585.


Background Color

.myBgColor { background-color: #B6D585; }

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

This div background color is #B6D585.


Border color

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

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

This div border color is #B6D585.


Opacity

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

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

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

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

This text has shadow with #B6D585 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B6D585 on black background.


Color preview on white background

This text has color #B6D585 on white background.



Black color preview on #B6D585 background

This text has black color on #B6D585 background.


White color preview on #B6D585 background

This text has white color on #B6D585 background.