COLOR #9DD9B4

HEX: #9DD9B4
RGB: (157,217,180)

Color info

#9DD9B4 contains mainly green and blue colors. Web safe color of #9DD9B4 is #99CCCC (or #9CC).

RGB color model

#9DD9B4 color RGB value is (157,217,180).

  • red value is 157;
  • green value is 217;
  • blue value is 180.
RGB:
(157,217,180)
(62%,85%,71%)

RGB channels and saturation

R 157 of 255 = 62%
G 217 of 255 = 85%
B 180 of 255 = 71%

157
217
180

R + G + B ~ 73%. #9DD9B4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
157 + 217 + 180 = 554 (100%)
R 157 of 554 ~ 28.34%
G 217 of 554 ~ 39.17%
B 180 of 554 ~ 32.49%

%28.34
%39.17
%32.49

CMYK color model

#9DD9B4 color CMYK value is (28,0,17,15).

  • cyan value is 27.65%
  • magenta value is 0.00%
  • yellow value is 17.05%
  • key color value is 14.90%
CMYK:
(28,0,17,15)
C28M0Y17K15 
(28%,0%,17%,15%)
(0.28/0.00/0.17/0.15)	

CMYK percentages

%27.65
%0
%17.05
%14.9

Codes

Color #9DD9B4 in popluar color models

9DD9B4
RGB157217180
HSL143°44.12%73.33%
HSB/HSV143°27.65%85.10%
CMYK27.65%0.00%17.05%
14.90%

Color #9DD9B4 in popluar number systems.

HEX9DD9B4
Decimal157217180
Binary100111011101100110110100
Octal235331264

Shades and tints

Shades of #9DD9B4

#9DD9B4
(157,217,180)
#8FC6A4
(143,198,164)
#81B394
(129,179,148)
#73A084
(115,160,132)
#658D74
(101,141,116)
#577A64
(87,122,100)
#496754
(73,103,84)
#3B5444
(59,84,68)
#2D4134
(45,65,52)
#1F2E24
(31,46,36)
#111B14
(17,27,20)
#000000
(0,0,0)

Tints of #9DD9B4

#9DD9B4
(157,217,180)
#A5DCBA
(165,220,186)
#ADDFC0
(173,223,192)
#B5E2C6
(181,226,198)
#BDE5CC
(189,229,204)
#C5E8D2
(197,232,210)
#CDEBD8
(205,235,216)
#D5EEDE
(213,238,222)
#DDF1E4
(221,241,228)
#E5F4EA
(229,244,234)
#EDF7F0
(237,247,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9DD9B4 color. Also use rgb(157,217,180) instead hex code.

Text Font Color

.myTextColor { color: #9DD9B4; }

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

This text font color is #9DD9B4.


Background Color

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

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

This div background color is #9DD9B4.


Border color

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

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

This div border color is #9DD9B4.


Opacity

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

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

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

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

This text has shadow with #9DD9B4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9DD9B4 on black background.


Color preview on white background

This text has color #9DD9B4 on white background.



Black color preview on #9DD9B4 background

This text has black color on #9DD9B4 background.


White color preview on #9DD9B4 background

This text has white color on #9DD9B4 background.