COLOR #9DC4A6

HEX: #9DC4A6 RGB: (157,196,166)

Color info

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

RGB color model

#9DC4A6 color RGB value is (157,196,166).

RGB: (157,196,166) (62%, 77%, 65%)

RGB channels and saturation

R 157 of 255 = 62%
G 196 of 255 = 77%
B 166 of 255 = 65%

157
196
166

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

Portions of RGB colors in percentages

R + G + B = 157 + 196 + 166 = 519 (100%)
R 157 of 519 ~ 30.25%
G 196 of 519 ~ 37.76%
B 166 of 519 ~ 31.98'%

%30.25
%37.76
%31.98

CMYK color model

#9DC4A6 color CMYK value is (20,0,15,23).

  • cyan value is 19.90%
  • magenta value is 0.00%
  • yellow value is 15.31%
  • key color value is 23.14%

CMYK: (20,0,15,23)
C20M0Y15K23 (20%, 0%, 15%, 23%)
(0.20 / 0.00 / 0.15 / 0.23)

CMYK percentages

%19.9
%0
%15.31
%23.14

Codes

Color #9DC4A6 in popluar color models

9D C4 A6
RGB 157 196 166
HSL 134° 24.84% 69.22%
HSB/HSV 134° 19.90% 76.86%
CMYK 19.90% 0.00% 15.31%
23.14%

Color #9DC4A6 in popluar number systems.

HEX 9D C4 A6
Decimal 157 196 166
Binary 10011101 11000100 10100110
Octal 235 304 246

Shades and tints

Shades of #9DC4A6

#9DC4A6
(157,196,166)
#8FB397
(143,179,151)
#81A288
(129,162,136)
#739179
(115,145,121)
#65806A
(101,128,106)
#576F5B
(87,111,91)
#495E4C
(73,94,76)
#3B4D3D
(59,77,61)
#2D3C2E
(45,60,46)
#1F2B1F
(31,43,31)
#111A10
(17,26,16)
#000000
(0,0,0)

Tints of #9DC4A6

#9DC4A6
(157,196,166)
#A5C9AE
(165,201,174)
#ADCEB6
(173,206,182)
#B5D3BE
(181,211,190)
#BDD8C6
(189,216,198)
#C5DDCE
(197,221,206)
#CDE2D6
(205,226,214)
#D5E7DE
(213,231,222)
#DDECE6
(221,236,230)
#E5F1EE
(229,241,238)
#EDF6F6
(237,246,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9DC4A6 color. Also use rgb(157,196,166) instead hex code.

Text Font Color

.myTextColor { color: #9DC4A6; }

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

This text font color is #9DC4A6.

Background Color

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

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

This div background color is #9DC4A6.

Border color

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

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

This div border color is #9DC4A6.

Opacity

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

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

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

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

This text has shadow with #9DC4A6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9DC4A6.

Preview

Color preview on black background

This text has color #9DC4A6 on black background.


Color preview on white background

This text has color #9DC4A6 on white background.


Black color preview on #9DC4A6 background

This text has black color on #9DC4A6 background.


White color preview on #9DC4A6 background

This text has white color on #9DC4A6 background.


Related colors

Complementary color

Complementary color for #hex is #623B59.


I love getcolorcode.com

Triadic colors

1 #A69DC4 and #C4A69D with #9DC4A6 are triadic colors.

2 #A6C49D and #C49DA6 with #9DC4A6 are triadic colors.