COLOR #96D6A7

HEX: #96D6A7
RGB: (150,214,167)

Renk bilgisi

#96D6A7 contains mainly green and blue colors. #96D6A7 ‘ nin web güvenlik rengi #99CC99 (ya da #9C9) dir.

RGB renk modeli

#96D6A7 color RGB value is (150,214,167).

  • kırmız ton 150;
  • yeşil ton 214;
  • mavi ton 167.
RGB:
(150,214,167)
(59%,84%,65%)

RGB bağlantıları ve doygunluk

R 150 of 255 = 59%
G 214 of 255 = 84%
B 167 of 255 = 65%

150
214
167

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

Yüzdelerle RGB renk parçaları

R + G + B =
150 + 214 + 167 = 531 (100%)
R 150 of 531 ~ 28.25%
G 214 of 531 ~ 40.3%
B 167 of 531 ~ 31.45%

%28.25
%40.3
%31.45

CMYK RENK MODELİ

#96D6A7 rengi CMYK tonu (30,0,22,16).

  • camgöbeği tonu 29.91%
  • eflatun tonu 0.00%
  • sarı tonu 21.96%
  • ana renk tonu 16.08%
CMYK:
(30,0,22,16)
C30M0Y22K16 
(30%,0%,22%,16%)
(0.30/0.00/0.22/0.16)	

CMYK yüzdeleri

%29.91
%0
%21.96
%16.08

Codes

Color #96D6A7 in popluar color models

96D6A7
RGB150214167
HSL136°43.84%71.37%
HSB/HSV136°29.91%83.92%
CMYK29.91%0.00%21.96%
16.08%

Color #96D6A7 in popluar number systems.

HEX96D6A7
Decimal150214167
Binary100101101101011010100111
Octal226326247

Shades and tints

Shades of #96D6A7

#96D6A7
(150,214,167)
#89C398
(137,195,152)
#7CB089
(124,176,137)
#6F9D7A
(111,157,122)
#628A6B
(98,138,107)
#55775C
(85,119,92)
#48644D
(72,100,77)
#3B513E
(59,81,62)
#2E3E2F
(46,62,47)
#212B20
(33,43,32)
#141811
(20,24,17)
#000000
(0,0,0)

Tints of #96D6A7

#96D6A7
(150,214,167)
#9FD9AF
(159,217,175)
#A8DCB7
(168,220,183)
#B1DFBF
(177,223,191)
#BAE2C7
(186,226,199)
#C3E5CF
(195,229,207)
#CCE8D7
(204,232,215)
#D5EBDF
(213,235,223)
#DEEEE7
(222,238,231)
#E7F1EF
(231,241,239)
#F0F4F7
(240,244,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #96D6A7 color. Also use rgb(150,214,167) instead hex code.

Text Font Color

.myTextColor { color: #96D6A7; }

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

This text font color is #96D6A7.


Background Color

.myBgColor { background-color: #96D6A7; }

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

This div background color is #96D6A7.


Border color

.myBorderColor { border: 1px solid #96D6A7; }

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

This div border color is #96D6A7.


Opacity

.myOpacity80 { color: #96D6A7; opacity: 0.8; }

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

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

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

This text has shadow with #96D6A7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #96D6A7 on black background.


Color preview on white background

This text has color #96D6A7 on white background.



Black color preview on #96D6A7 background

This text has black color on #96D6A7 background.


White color preview on #96D6A7 background

This text has white color on #96D6A7 background.