COLOR #9DA598

HEX: #9DA598 RGB: (157,165,152)

Color info

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

RGB color model

#9DA598 color RGB value is (157,165,152).

RGB: (157,165,152) (62%, 65%, 60%)

RGB channels and saturation

R 157 of 255 = 62%
G 165 of 255 = 65%
B 152 of 255 = 60%

157
165
152

R + G + B ~ 62%. #9DA598 is quite light color.

Portions of RGB colors in percentages

R + G + B = 157 + 165 + 152 = 474 (100%)
R 157 of 474 ~ 33.12%
G 165 of 474 ~ 34.81%
B 152 of 474 ~ 32.07'%

%33.12
%34.81
%32.07

CMYK color model

#9DA598 color CMYK value is (5,0,8,35).

  • cyan value is 4.85%
  • magenta value is 0.00%
  • yellow value is 7.88%
  • key color value is 35.29%
CMYK: (5,0,8,35) C5M0Y8K35 (5%,0%,8%,35%) (0.05/0.00/0.08/0.35) 

CMYK percentages

%4.85
%0
%7.88
%35.29

Codes

Color #9DA598 in popluar color models

9D A5 98
RGB 157 165 152
HSL 97° 6.74% 62.16%
HSB/HSV 97° 7.88% 64.71%
CMYK 4.85% 0.00% 7.88%
35.29%

Color #9DA598 in popluar number systems.

HEX 9D A5 98
Decimal 157 165 152
Binary 10011101 10100101 10011000
Octal 235 245 230

Shades and tints

Shades of #9DA598

#9DA598
(157,165,152)
#8F968B
(143,150,139)
#81877E
(129,135,126)
#737871
(115,120,113)
#656964
(101,105,100)
#575A57
(87,90,87)
#494B4A
(73,75,74)
#3B3C3D
(59,60,61)
#2D2D30
(45,45,48)
#1F1E23
(31,30,35)
#110F16
(17,15,22)
#000000
(0,0,0)

Tints of #9DA598

#9DA598
(157,165,152)
#A5ADA1
(165,173,161)
#ADB5AA
(173,181,170)
#B5BDB3
(181,189,179)
#BDC5BC
(189,197,188)
#C5CDC5
(197,205,197)
#CDD5CE
(205,213,206)
#D5DDD7
(213,221,215)
#DDE5E0
(221,229,224)
#E5EDE9
(229,237,233)
#EDF5F2
(237,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9DA598 color. Also use rgb(157,165,152) instead hex code.

Text Font Color

.myTextColor { color: #9DA598; }

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

This text font color is #9DA598.

Background Color

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

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

This div background color is #9DA598.

Border color

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

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

This div border color is #9DA598.

Opacity

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

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

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

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

This text has shadow with #9DA598 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9DA598.

Preview

Color preview on black background

This text has color #9DA598 on black background.


Color preview on white background

This text has color #9DA598 on white background.


Black color preview on #9DA598 background

This text has black color on #9DA598 background.


White color preview on #9DA598 background

This text has white color on #9DA598 background.


Related colors

Complementary color

Complementary color for #hex is #625A67.


I love getcolorcode.com

Triadic colors

1 #989DA5 and #A5989D with #9DA598 are triadic colors.

2 #98A59D and #A59D98 with #9DA598 are triadic colors.