COLOR #9BD6A4

HEX: #9BD6A4
RGB: (155,214,164)

Color info

#9BD6A4 contains red, green and blue colors in about the same proportion. Web safe color of #9BD6A4 is #99CC99 (or #9C9).

RGB color model

#9BD6A4 color RGB value is (155,214,164).

  • red value is 155;
  • green value is 214;
  • blue value is 164.
RGB:
(155,214,164)
(61%,84%,64%)

RGB channels and saturation

R 155 of 255 = 61%
G 214 of 255 = 84%
B 164 of 255 = 64%

155
214
164

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

Portions of RGB colors in percentages

R + G + B =
155 + 214 + 164 = 533 (100%)
R 155 of 533 ~ 29.08%
G 214 of 533 ~ 40.15%
B 164 of 533 ~ 30.77%

%29.08
%40.15
%30.77

CMYK color model

#9BD6A4 color CMYK value is (28,0,23,16).

  • cyan value is 27.57%
  • magenta value is 0.00%
  • yellow value is 23.36%
  • key color value is 16.08%
CMYK:
(28,0,23,16)
C28M0Y23K16 
(28%,0%,23%,16%)
(0.28/0.00/0.23/0.16)	

CMYK percentages

%27.57
%0
%23.36
%16.08

Codes

Color #9BD6A4 in popluar color models

9BD6A4
RGB155214164
HSL129°41.84%72.35%
HSB/HSV129°27.57%83.92%
CMYK27.57%0.00%23.36%
16.08%

Color #9BD6A4 in popluar number systems.

HEX9BD6A4
Decimal155214164
Binary100110111101011010100100
Octal233326244

Shades and tints

Shades of #9BD6A4

#9BD6A4
(155,214,164)
#8DC396
(141,195,150)
#7FB088
(127,176,136)
#719D7A
(113,157,122)
#638A6C
(99,138,108)
#55775E
(85,119,94)
#476450
(71,100,80)
#395142
(57,81,66)
#2B3E34
(43,62,52)
#1D2B26
(29,43,38)
#0F1818
(15,24,24)
#000000
(0,0,0)

Tints of #9BD6A4

#9BD6A4
(155,214,164)
#A4D9AC
(164,217,172)
#ADDCB4
(173,220,180)
#B6DFBC
(182,223,188)
#BFE2C4
(191,226,196)
#C8E5CC
(200,229,204)
#D1E8D4
(209,232,212)
#DAEBDC
(218,235,220)
#E3EEE4
(227,238,228)
#ECF1EC
(236,241,236)
#F5F4F4
(245,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9BD6A4 color. Also use rgb(155,214,164) instead hex code.

Text Font Color

.myTextColor { color: #9BD6A4; }

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

This text font color is #9BD6A4.


Background Color

.myBgColor { background-color: #9BD6A4; }

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

This div background color is #9BD6A4.


Border color

.myBorderColor { border: 1px solid #9BD6A4; }

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

This div border color is #9BD6A4.


Opacity

.myOpacity80 { color: #9BD6A4; opacity: 0.8; }

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

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

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

This text has shadow with #9BD6A4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9BD6A4 on black background.


Color preview on white background

This text has color #9BD6A4 on white background.



Black color preview on #9BD6A4 background

This text has black color on #9BD6A4 background.


White color preview on #9BD6A4 background

This text has white color on #9BD6A4 background.