COLOR #B2CC96

HEX: #B2CC96
RGB: (178,204,150)

Renk bilgisi

#B2CC96 contains red, green and blue colors in about the same proportion. #B2CC96 ‘ nin web güvenlik rengi #99CC99 (ya da #9C9) dir.

RGB renk modeli

#B2CC96 color RGB value is (178,204,150).

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

RGB bağlantıları ve doygunluk

R 178 of 255 = 70%
G 204 of 255 = 80%
B 150 of 255 = 59%

178
204
150

R + G + B ~ 70%. #B2CC96 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
178 + 204 + 150 = 532 (100%)
R 178 of 532 ~ 33.46%
G 204 of 532 ~ 38.35%
B 150 of 532 ~ 28.2%

%33.46
%38.35
%28.2

CMYK RENK MODELİ

#B2CC96 rengi CMYK tonu (13,0,26,20).

  • camgöbeği tonu 12.75%
  • eflatun tonu 0.00%
  • sarı tonu 26.47%
  • ana renk tonu 20.00%
CMYK:
(13,0,26,20)
C13M0Y26K20 
(13%,0%,26%,20%)
(0.13/0.00/0.26/0.20)	

CMYK yüzdeleri

%12.75
%0
%26.47
%20

Codes

Color #B2CC96 in popluar color models

B2CC96
RGB178204150
HSL89°34.62%69.41%
HSB/HSV89°26.47%80.00%
CMYK12.75%0.00%26.47%
20.00%

Color #B2CC96 in popluar number systems.

HEXB2CC96
Decimal178204150
Binary101100101100110010010110
Octal262314226

Shades and tints

Shades of #B2CC96

#B2CC96
(178,204,150)
#A2BA89
(162,186,137)
#92A87C
(146,168,124)
#82966F
(130,150,111)
#728462
(114,132,98)
#627255
(98,114,85)
#526048
(82,96,72)
#424E3B
(66,78,59)
#323C2E
(50,60,46)
#222A21
(34,42,33)
#121814
(18,24,20)
#000000
(0,0,0)

Tints of #B2CC96

#B2CC96
(178,204,150)
#B9D09F
(185,208,159)
#C0D4A8
(192,212,168)
#C7D8B1
(199,216,177)
#CEDCBA
(206,220,186)
#D5E0C3
(213,224,195)
#DCE4CC
(220,228,204)
#E3E8D5
(227,232,213)
#EAECDE
(234,236,222)
#F1F0E7
(241,240,231)
#F8F4F0
(248,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B2CC96; }

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

This text font color is #B2CC96.


Background Color

.myBgColor { background-color: #B2CC96; }

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

This div background color is #B2CC96.


Border color

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

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

This div border color is #B2CC96.


Opacity

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

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

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

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

This text has shadow with #B2CC96 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B2CC96 on black background.


Color preview on white background

This text has color #B2CC96 on white background.



Black color preview on #B2CC96 background

This text has black color on #B2CC96 background.


White color preview on #B2CC96 background

This text has white color on #B2CC96 background.