COLOR #B9CC96

HEX: #B9CC96
RGB: (185,204,150)

Renk bilgisi

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

RGB renk modeli

#B9CC96 color RGB value is (185,204,150).

  • kırmız ton 185;
  • yeşil ton 204;
  • mavi ton 150.
RGB:
(185,204,150)
(73%,80%,59%)

RGB bağlantıları ve doygunluk

R 185 of 255 = 73%
G 204 of 255 = 80%
B 150 of 255 = 59%

185
204
150

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

Yüzdelerle RGB renk parçaları

R + G + B =
185 + 204 + 150 = 539 (100%)
R 185 of 539 ~ 34.32%
G 204 of 539 ~ 37.85%
B 150 of 539 ~ 27.83%

%34.32
%37.85
%27.83

CMYK RENK MODELİ

#B9CC96 rengi CMYK tonu (9,0,26,20).

  • camgöbeği tonu 9.31%
  • eflatun tonu 0.00%
  • sarı tonu 26.47%
  • ana renk tonu 20.00%
CMYK:
(9,0,26,20)
C9M0Y26K20 
(9%,0%,26%,20%)
(0.09/0.00/0.26/0.20)	

CMYK yüzdeleri

%9.31
%0
%26.47
%20

Codes

Color #B9CC96 in popluar color models

B9CC96
RGB185204150
HSL81°34.62%69.41%
HSB/HSV81°26.47%80.00%
CMYK9.31%0.00%26.47%
20.00%

Color #B9CC96 in popluar number systems.

HEXB9CC96
Decimal185204150
Binary101110011100110010010110
Octal271314226

Shades and tints

Shades of #B9CC96

#B9CC96
(185,204,150)
#A9BA89
(169,186,137)
#99A87C
(153,168,124)
#89966F
(137,150,111)
#798462
(121,132,98)
#697255
(105,114,85)
#596048
(89,96,72)
#494E3B
(73,78,59)
#393C2E
(57,60,46)
#292A21
(41,42,33)
#191814
(25,24,20)
#000000
(0,0,0)

Tints of #B9CC96

#B9CC96
(185,204,150)
#BFD09F
(191,208,159)
#C5D4A8
(197,212,168)
#CBD8B1
(203,216,177)
#D1DCBA
(209,220,186)
#D7E0C3
(215,224,195)
#DDE4CC
(221,228,204)
#E3E8D5
(227,232,213)
#E9ECDE
(233,236,222)
#EFF0E7
(239,240,231)
#F5F4F0
(245,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B9CC96 color. Also use rgb(185,204,150) instead hex code.

Text Font Color

.myTextColor { color: #B9CC96; }

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

This text font color is #B9CC96.


Background Color

.myBgColor { background-color: #B9CC96; }

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

This div background color is #B9CC96.


Border color

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

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

This div border color is #B9CC96.


Opacity

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

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

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

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

This text has shadow with #B9CC96 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B9CC96 on black background.


Color preview on white background

This text has color #B9CC96 on white background.



Black color preview on #B9CC96 background

This text has black color on #B9CC96 background.


White color preview on #B9CC96 background

This text has white color on #B9CC96 background.