COLOR #9BDFA6

HEX: #9BDFA6
RGB: (155,223,166)

Color info

#9BDFA6 contains mainly green and blue colors. Web safe color of #9BDFA6 is #99CC99 (or #9C9).

RGB color model

#9BDFA6 color RGB value is (155,223,166).

  • red value is 155;
  • green value is 223;
  • blue value is 166.
RGB:
(155,223,166)
(61%,87%,65%)

RGB channels and saturation

R 155 of 255 = 61%
G 223 of 255 = 87%
B 166 of 255 = 65%

155
223
166

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

Portions of RGB colors in percentages

R + G + B =
155 + 223 + 166 = 544 (100%)
R 155 of 544 ~ 28.49%
G 223 of 544 ~ 40.99%
B 166 of 544 ~ 30.51%

%28.49
%40.99
%30.51

CMYK color model

#9BDFA6 color CMYK value is (30,0,26,13).

  • cyan value is 30.49%
  • magenta value is 0.00%
  • yellow value is 25.56%
  • key color value is 12.55%
CMYK:
(30,0,26,13)
C30M0Y26K13 
(30%,0%,26%,13%)
(0.30/0.00/0.26/0.13)	

CMYK percentages

%30.49
%0
%25.56
%12.55

Codes

Color #9BDFA6 in popluar color models

9BDFA6
RGB155223166
HSL130°51.52%74.12%
HSB/HSV130°30.49%87.45%
CMYK30.49%0.00%25.56%
12.55%

Color #9BDFA6 in popluar number systems.

HEX9BDFA6
Decimal155223166
Binary100110111101111110100110
Octal233337246

Shades and tints

Shades of #9BDFA6

#9BDFA6
(155,223,166)
#8DCB97
(141,203,151)
#7FB788
(127,183,136)
#71A379
(113,163,121)
#638F6A
(99,143,106)
#557B5B
(85,123,91)
#47674C
(71,103,76)
#39533D
(57,83,61)
#2B3F2E
(43,63,46)
#1D2B1F
(29,43,31)
#0F1710
(15,23,16)
#000000
(0,0,0)

Tints of #9BDFA6

#9BDFA6
(155,223,166)
#A4E1AE
(164,225,174)
#ADE3B6
(173,227,182)
#B6E5BE
(182,229,190)
#BFE7C6
(191,231,198)
#C8E9CE
(200,233,206)
#D1EBD6
(209,235,214)
#DAEDDE
(218,237,222)
#E3EFE6
(227,239,230)
#ECF1EE
(236,241,238)
#F5F3F6
(245,243,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9BDFA6 color. Also use rgb(155,223,166) instead hex code.

Text Font Color

.myTextColor { color: #9BDFA6; }

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

This text font color is #9BDFA6.


Background Color

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

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

This div background color is #9BDFA6.


Border color

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

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

This div border color is #9BDFA6.


Opacity

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

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

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

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

This text has shadow with #9BDFA6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9BDFA6 on black background.


Color preview on white background

This text has color #9BDFA6 on white background.



Black color preview on #9BDFA6 background

This text has black color on #9BDFA6 background.


White color preview on #9BDFA6 background

This text has white color on #9BDFA6 background.