COLOR #9DDBA6

HEX: #9DDBA6
RGB: (157,219,166)

Color info

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

RGB color model

#9DDBA6 color RGB value is (157,219,166).

  • red value is 157;
  • green value is 219;
  • blue value is 166.
RGB:
(157,219,166)
(62%,86%,65%)

RGB channels and saturation

R 157 of 255 = 62%
G 219 of 255 = 86%
B 166 of 255 = 65%

157
219
166

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

Portions of RGB colors in percentages

R + G + B =
157 + 219 + 166 = 542 (100%)
R 157 of 542 ~ 28.97%
G 219 of 542 ~ 40.41%
B 166 of 542 ~ 30.63%

%28.97
%40.41
%30.63

CMYK color model

#9DDBA6 color CMYK value is (28,0,24,14).

  • cyan value is 28.31%
  • magenta value is 0.00%
  • yellow value is 24.20%
  • key color value is 14.12%
CMYK:
(28,0,24,14)
C28M0Y24K14 
(28%,0%,24%,14%)
(0.28/0.00/0.24/0.14)	

CMYK percentages

%28.31
%0
%24.2
%14.12

Codes

Color #9DDBA6 in popluar color models

9DDBA6
RGB157219166
HSL129°46.27%73.73%
HSB/HSV129°28.31%85.88%
CMYK28.31%0.00%24.20%
14.12%

Color #9DDBA6 in popluar number systems.

HEX9DDBA6
Decimal157219166
Binary100111011101101110100110
Octal235333246

Shades and tints

Shades of #9DDBA6

#9DDBA6
(157,219,166)
#8FC897
(143,200,151)
#81B588
(129,181,136)
#73A279
(115,162,121)
#658F6A
(101,143,106)
#577C5B
(87,124,91)
#49694C
(73,105,76)
#3B563D
(59,86,61)
#2D432E
(45,67,46)
#1F301F
(31,48,31)
#111D10
(17,29,16)
#000000
(0,0,0)

Tints of #9DDBA6

#9DDBA6
(157,219,166)
#A5DEAE
(165,222,174)
#ADE1B6
(173,225,182)
#B5E4BE
(181,228,190)
#BDE7C6
(189,231,198)
#C5EACE
(197,234,206)
#CDEDD6
(205,237,214)
#D5F0DE
(213,240,222)
#DDF3E6
(221,243,230)
#E5F6EE
(229,246,238)
#EDF9F6
(237,249,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9DDBA6 color. Also use rgb(157,219,166) instead hex code.

Text Font Color

.myTextColor { color: #9DDBA6; }

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

This text font color is #9DDBA6.


Background Color

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

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

This div background color is #9DDBA6.


Border color

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

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

This div border color is #9DDBA6.


Opacity

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

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

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

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

This text has shadow with #9DDBA6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9DDBA6 on black background.


Color preview on white background

This text has color #9DDBA6 on white background.



Black color preview on #9DDBA6 background

This text has black color on #9DDBA6 background.


White color preview on #9DDBA6 background

This text has white color on #9DDBA6 background.