COLOR #9DCCAC

HEX: #9DCCAC RGB: (157,204,172)

Color info

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

RGB color model

#9DCCAC color RGB value is (157,204,172).

RGB: (157,204,172) (62%, 80%, 67%)

RGB channels and saturation

R 157 of 255 = 62%
G 204 of 255 = 80%
B 172 of 255 = 67%

157
204
172

R + G + B ~ 70%. #9DCCAC is quite light color.

Portions of RGB colors in percentages

R + G + B = 157 + 204 + 172 = 533 (100%)
R 157 of 533 ~ 29.46%
G 204 of 533 ~ 38.27%
B 172 of 533 ~ 32.27'%

%29.46
%38.27
%32.27

CMYK color model

#9DCCAC color CMYK value is (23,0,16,20).

  • cyan value is 23.04%
  • magenta value is 0.00%
  • yellow value is 15.69%
  • key color value is 20.00%

CMYK: (23,0,16,20)
C23M0Y16K20 (23%, 0%, 16%, 20%)
(0.23 / 0.00 / 0.16 / 0.20)

CMYK percentages

%23.04
%0
%15.69
%20

Codes

Color #9DCCAC in popluar color models

9D CC AC
RGB 157 204 172
HSL 139° 31.54% 70.78%
HSB/HSV 139° 23.04% 80.00%
CMYK 23.04% 0.00% 15.69%
20.00%

Color #9DCCAC in popluar number systems.

HEX 9D CC AC
Decimal 157 204 172
Binary 10011101 11001100 10101100
Octal 235 314 254

Shades and tints

Shades of #9DCCAC

#9DCCAC
(157,204,172)
#8FBA9D
(143,186,157)
#81A88E
(129,168,142)
#73967F
(115,150,127)
#658470
(101,132,112)
#577261
(87,114,97)
#496052
(73,96,82)
#3B4E43
(59,78,67)
#2D3C34
(45,60,52)
#1F2A25
(31,42,37)
#111816
(17,24,22)
#000000
(0,0,0)

Tints of #9DCCAC

#9DCCAC
(157,204,172)
#A5D0B3
(165,208,179)
#ADD4BA
(173,212,186)
#B5D8C1
(181,216,193)
#BDDCC8
(189,220,200)
#C5E0CF
(197,224,207)
#CDE4D6
(205,228,214)
#D5E8DD
(213,232,221)
#DDECE4
(221,236,228)
#E5F0EB
(229,240,235)
#EDF4F2
(237,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9DCCAC color. Also use rgb(157,204,172) instead hex code.

Text Font Color

.myTextColor { color: #9DCCAC; }

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

This text font color is #9DCCAC.

Background Color

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

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

This div background color is #9DCCAC.

Border color

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

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

This div border color is #9DCCAC.

Opacity

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

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

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

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

This text has shadow with #9DCCAC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9DCCAC.

Preview

Color preview on black background

This text has color #9DCCAC on black background.


Color preview on white background

This text has color #9DCCAC on white background.


Black color preview on #9DCCAC background

This text has black color on #9DCCAC background.


White color preview on #9DCCAC background

This text has white color on #9DCCAC background.


Related colors

Complementary color

Complementary color for #hex is #623353.


I love getcolorcode.com

Triadic colors

1 #AC9DCC and #CCAC9D with #9DCCAC are triadic colors.

2 #ACCC9D and #CC9DAC with #9DCCAC are triadic colors.