COLOR #B6C389

HEX: #B6C389
RGB: (182,195,137)

Renk bilgisi

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

RGB renk modeli

#B6C389 color RGB value is (182,195,137).

  • kırmız ton 182;
  • yeşil ton 195;
  • mavi ton 137.
RGB:
(182,195,137)
(71%,76%,54%)

RGB bağlantıları ve doygunluk

R 182 of 255 = 71%
G 195 of 255 = 76%
B 137 of 255 = 54%

182
195
137

R + G + B ~ 67%. #B6C389 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
182 + 195 + 137 = 514 (100%)
R 182 of 514 ~ 35.41%
G 195 of 514 ~ 37.94%
B 137 of 514 ~ 26.65%

%35.41
%37.94
%26.65

CMYK RENK MODELİ

#B6C389 rengi CMYK tonu (7,0,30,24).

  • camgöbeği tonu 6.67%
  • eflatun tonu 0.00%
  • sarı tonu 29.74%
  • ana renk tonu 23.53%
CMYK:
(7,0,30,24)
C7M0Y30K24 
(7%,0%,30%,24%)
(0.07/0.00/0.30/0.24)	

CMYK yüzdeleri

%6.67
%0
%29.74
%23.53

Codes

Color #B6C389 in popluar color models

B6C389
RGB182195137
HSL73°32.58%65.10%
HSB/HSV73°29.74%76.47%
CMYK6.67%0.00%29.74%
23.53%

Color #B6C389 in popluar number systems.

HEXB6C389
Decimal182195137
Binary101101101100001110001001
Octal266303211

Shades and tints

Shades of #B6C389

#B6C389
(182,195,137)
#A6B27D
(166,178,125)
#96A171
(150,161,113)
#869065
(134,144,101)
#767F59
(118,127,89)
#666E4D
(102,110,77)
#565D41
(86,93,65)
#464C35
(70,76,53)
#363B29
(54,59,41)
#262A1D
(38,42,29)
#161911
(22,25,17)
#000000
(0,0,0)

Tints of #B6C389

#B6C389
(182,195,137)
#BCC893
(188,200,147)
#C2CD9D
(194,205,157)
#C8D2A7
(200,210,167)
#CED7B1
(206,215,177)
#D4DCBB
(212,220,187)
#DAE1C5
(218,225,197)
#E0E6CF
(224,230,207)
#E6EBD9
(230,235,217)
#ECF0E3
(236,240,227)
#F2F5ED
(242,245,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B6C389 color. Also use rgb(182,195,137) instead hex code.

Text Font Color

.myTextColor { color: #B6C389; }

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

This text font color is #B6C389.


Background Color

.myBgColor { background-color: #B6C389; }

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

This div background color is #B6C389.


Border color

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

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

This div border color is #B6C389.


Opacity

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

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

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

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

This text has shadow with #B6C389 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B6C389 on black background.


Color preview on white background

This text has color #B6C389 on white background.



Black color preview on #B6C389 background

This text has black color on #B6C389 background.


White color preview on #B6C389 background

This text has white color on #B6C389 background.