COLOR #9DC1A7

HEX: #9DC1A7 RGB: (157,193,167)

Color info

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

RGB color model

#9DC1A7 color RGB value is (157,193,167).

RGB: (157,193,167) (62%, 76%, 65%)

RGB channels and saturation

R 157 of 255 = 62%
G 193 of 255 = 76%
B 167 of 255 = 65%

157
193
167

R + G + B ~ 68%. #9DC1A7 is quite light color.

Portions of RGB colors in percentages

R + G + B = 157 + 193 + 167 = 517 (100%)
R 157 of 517 ~ 30.37%
G 193 of 517 ~ 37.33%
B 167 of 517 ~ 32.3'%

%30.37
%37.33
%32.3

CMYK color model

#9DC1A7 color CMYK value is (19,0,13,24).

  • cyan value is 18.65%
  • magenta value is 0.00%
  • yellow value is 13.47%
  • key color value is 24.31%

CMYK: (19,0,13,24)
C19M0Y13K24 (19%, 0%, 13%, 24%)
(0.19 / 0.00 / 0.13 / 0.24)

CMYK percentages

%18.65
%0
%13.47
%24.31

Codes

Color #9DC1A7 in popluar color models

9D C1 A7
RGB 157 193 167
HSL 137° 22.50% 68.63%
HSB/HSV 137° 18.65% 75.69%
CMYK 18.65% 0.00% 13.47%
24.31%

Color #9DC1A7 in popluar number systems.

HEX 9D C1 A7
Decimal 157 193 167
Binary 10011101 11000001 10100111
Octal 235 301 247

Shades and tints

Shades of #9DC1A7

#9DC1A7
(157,193,167)
#8FB098
(143,176,152)
#819F89
(129,159,137)
#738E7A
(115,142,122)
#657D6B
(101,125,107)
#576C5C
(87,108,92)
#495B4D
(73,91,77)
#3B4A3E
(59,74,62)
#2D392F
(45,57,47)
#1F2820
(31,40,32)
#111711
(17,23,17)
#000000
(0,0,0)

Tints of #9DC1A7

#9DC1A7
(157,193,167)
#A5C6AF
(165,198,175)
#ADCBB7
(173,203,183)
#B5D0BF
(181,208,191)
#BDD5C7
(189,213,199)
#C5DACF
(197,218,207)
#CDDFD7
(205,223,215)
#D5E4DF
(213,228,223)
#DDE9E7
(221,233,231)
#E5EEEF
(229,238,239)
#EDF3F7
(237,243,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9DC1A7 color. Also use rgb(157,193,167) instead hex code.

Text Font Color

.myTextColor { color: #9DC1A7; }

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

This text font color is #9DC1A7.

Background Color

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

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

This div background color is #9DC1A7.

Border color

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

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

This div border color is #9DC1A7.

Opacity

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

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

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

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

This text has shadow with #9DC1A7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9DC1A7.

Preview

Color preview on black background

This text has color #9DC1A7 on black background.


Color preview on white background

This text has color #9DC1A7 on white background.


Black color preview on #9DC1A7 background

This text has black color on #9DC1A7 background.


White color preview on #9DC1A7 background

This text has white color on #9DC1A7 background.


Related colors

Complementary color

Complementary color for #hex is #623E58.


I love getcolorcode.com

Triadic colors

1 #A79DC1 and #C1A79D with #9DC1A7 are triadic colors.

2 #A7C19D and #C19DA7 with #9DC1A7 are triadic colors.