COLOR #9DA38C

HEX: #9DA38C RGB: (157,163,140)

Color info

#9DA38C contains red, green and blue colors in about the same proportion. Web safe color of #9DA38C is #999999 (or #999).

RGB color model

#9DA38C color RGB value is (157,163,140).

RGB: (157,163,140) (62%, 64%, 55%)

RGB channels and saturation

R 157 of 255 = 62%
G 163 of 255 = 64%
B 140 of 255 = 55%

157
163
140

R + G + B ~ 60%. #9DA38C is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 157 + 163 + 140 = 460 (100%)
R 157 of 460 ~ 34.13%
G 163 of 460 ~ 35.43%
B 140 of 460 ~ 30.43'%

%34.13
%35.43
%30.43

CMYK color model

#9DA38C color CMYK value is (4,0,14,36).

  • cyan value is 3.68%
  • magenta value is 0.00%
  • yellow value is 14.11%
  • key color value is 36.08%

CMYK: (4,0,14,36)
C4M0Y14K36 (4%, 0%, 14%, 36%)
(0.04 / 0.00 / 0.14 / 0.36)

CMYK percentages

%3.68
%0
%14.11
%36.08

Codes

Color #9DA38C in popluar color models

9D A3 8C
RGB 157 163 140
HSL 76° 11.11% 59.41%
HSB/HSV 76° 14.11% 63.92%
CMYK 3.68% 0.00% 14.11%
36.08%

Color #9DA38C in popluar number systems.

HEX 9D A3 8C
Decimal 157 163 140
Binary 10011101 10100011 10001100
Octal 235 243 214

Shades and tints

Shades of #9DA38C

#9DA38C
(157,163,140)
#8F9580
(143,149,128)
#818774
(129,135,116)
#737968
(115,121,104)
#656B5C
(101,107,92)
#575D50
(87,93,80)
#494F44
(73,79,68)
#3B4138
(59,65,56)
#2D332C
(45,51,44)
#1F2520
(31,37,32)
#111714
(17,23,20)
#000000
(0,0,0)

Tints of #9DA38C

#9DA38C
(157,163,140)
#A5AB96
(165,171,150)
#ADB3A0
(173,179,160)
#B5BBAA
(181,187,170)
#BDC3B4
(189,195,180)
#C5CBBE
(197,203,190)
#CDD3C8
(205,211,200)
#D5DBD2
(213,219,210)
#DDE3DC
(221,227,220)
#E5EBE6
(229,235,230)
#EDF3F0
(237,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9DA38C color. Also use rgb(157,163,140) instead hex code.

Text Font Color

.myTextColor { color: #9DA38C; }

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

This text font color is #9DA38C.

Background Color

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

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

This div background color is #9DA38C.

Border color

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

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

This div border color is #9DA38C.

Opacity

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

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

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

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

This text has shadow with #9DA38C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9DA38C.

Preview

Color preview on black background

This text has color #9DA38C on black background.


Color preview on white background

This text has color #9DA38C on white background.


Black color preview on #9DA38C background

This text has black color on #9DA38C background.


White color preview on #9DA38C background

This text has white color on #9DA38C background.


Related colors

Complementary color

Complementary color for #hex is #625C73.


I love getcolorcode.com

Triadic colors

1 #8C9DA3 and #A38C9D with #9DA38C are triadic colors.

2 #8CA39D and #A39D8C with #9DA38C are triadic colors.