COLOR #9DD0AF

HEX: #9DD0AF
RGB: (157,208,175)

Color info

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

RGB color model

#9DD0AF color RGB value is (157,208,175).

  • red value is 157;
  • green value is 208;
  • blue value is 175.
RGB:
(157,208,175)
(62%,82%,69%)

RGB channels and saturation

R 157 of 255 = 62%
G 208 of 255 = 82%
B 175 of 255 = 69%

157
208
175

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

Portions of RGB colors in percentages

R + G + B =
157 + 208 + 175 = 540 (100%)
R 157 of 540 ~ 29.07%
G 208 of 540 ~ 38.52%
B 175 of 540 ~ 32.41%

%29.07
%38.52
%32.41

CMYK color model

#9DD0AF color CMYK value is (25,0,16,18).

  • cyan value is 24.52%
  • magenta value is 0.00%
  • yellow value is 15.87%
  • key color value is 18.43%
CMYK:
(25,0,16,18)
C25M0Y16K18 
(25%,0%,16%,18%)
(0.25/0.00/0.16/0.18)	

CMYK percentages

%24.52
%0
%15.87
%18.43

Codes

Color #9DD0AF in popluar color models

9DD0AF
RGB157208175
HSL141°35.17%71.57%
HSB/HSV141°24.52%81.57%
CMYK24.52%0.00%15.87%
18.43%

Color #9DD0AF in popluar number systems.

HEX9DD0AF
Decimal157208175
Binary100111011101000010101111
Octal235320257

Shades and tints

Shades of #9DD0AF

#9DD0AF
(157,208,175)
#8FBEA0
(143,190,160)
#81AC91
(129,172,145)
#739A82
(115,154,130)
#658873
(101,136,115)
#577664
(87,118,100)
#496455
(73,100,85)
#3B5246
(59,82,70)
#2D4037
(45,64,55)
#1F2E28
(31,46,40)
#111C19
(17,28,25)
#000000
(0,0,0)

Tints of #9DD0AF

#9DD0AF
(157,208,175)
#A5D4B6
(165,212,182)
#ADD8BD
(173,216,189)
#B5DCC4
(181,220,196)
#BDE0CB
(189,224,203)
#C5E4D2
(197,228,210)
#CDE8D9
(205,232,217)
#D5ECE0
(213,236,224)
#DDF0E7
(221,240,231)
#E5F4EE
(229,244,238)
#EDF8F5
(237,248,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9DD0AF color. Also use rgb(157,208,175) instead hex code.

Text Font Color

.myTextColor { color: #9DD0AF; }

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

This text font color is #9DD0AF.


Background Color

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

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

This div background color is #9DD0AF.


Border color

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

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

This div border color is #9DD0AF.


Opacity

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

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

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

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

This text has shadow with #9DD0AF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9DD0AF on black background.


Color preview on white background

This text has color #9DD0AF on white background.



Black color preview on #9DD0AF background

This text has black color on #9DD0AF background.


White color preview on #9DD0AF background

This text has white color on #9DD0AF background.