COLOR #9DCF80

HEX: #9DCF80 RGB: (157,207,128)

Color info

#9DCF80 contains mainly red and green colors. Web safe color of #9DCF80 is #99CC66 (or #9C6).

RGB color model

#9DCF80 color RGB value is (157,207,128).

RGB: (157,207,128) (62%, 81%, 50%)

RGB channels and saturation

R 157 of 255 = 62%
G 207 of 255 = 81%
B 128 of 255 = 50%

157
207
128

R + G + B ~ 64%. #9DCF80 is quite light color.

Portions of RGB colors in percentages

R + G + B = 157 + 207 + 128 = 492 (100%)
R 157 of 492 ~ 31.91%
G 207 of 492 ~ 42.07%
B 128 of 492 ~ 26.02'%

%31.91
%42.07
%26.02

CMYK color model

#9DCF80 color CMYK value is (24,0,38,19).

  • cyan value is 24.15%
  • magenta value is 0.00%
  • yellow value is 38.16%
  • key color value is 18.82%

CMYK: (24,0,38,19)
C24M0Y38K19 (24%, 0%, 38%, 19%)
(0.24 / 0.00 / 0.38 / 0.19)

CMYK percentages

%24.15
%0
%38.16
%18.82

Codes

Color #9DCF80 in popluar color models

9D CF 80
RGB 157 207 128
HSL 98° 45.14% 65.69%
HSB/HSV 98° 38.16% 81.18%
CMYK 24.15% 0.00% 38.16%
18.82%

Color #9DCF80 in popluar number systems.

HEX 9D CF 80
Decimal 157 207 128
Binary 10011101 11001111 10000000
Octal 235 317 200

Shades and tints

Shades of #9DCF80

#9DCF80
(157,207,128)
#8FBD75
(143,189,117)
#81AB6A
(129,171,106)
#73995F
(115,153,95)
#658754
(101,135,84)
#577549
(87,117,73)
#49633E
(73,99,62)
#3B5133
(59,81,51)
#2D3F28
(45,63,40)
#1F2D1D
(31,45,29)
#111B12
(17,27,18)
#000000
(0,0,0)

Tints of #9DCF80

#9DCF80
(157,207,128)
#A5D38B
(165,211,139)
#ADD796
(173,215,150)
#B5DBA1
(181,219,161)
#BDDFAC
(189,223,172)
#C5E3B7
(197,227,183)
#CDE7C2
(205,231,194)
#D5EBCD
(213,235,205)
#DDEFD8
(221,239,216)
#E5F3E3
(229,243,227)
#EDF7EE
(237,247,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9DCF80 color. Also use rgb(157,207,128) instead hex code.

Text Font Color

.myTextColor { color: #9DCF80; }

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

This text font color is #9DCF80.

Background Color

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

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

This div background color is #9DCF80.

Border color

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

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

This div border color is #9DCF80.

Opacity

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

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

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

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

This text has shadow with #9DCF80 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9DCF80.

Preview

Color preview on black background

This text has color #9DCF80 on black background.


Color preview on white background

This text has color #9DCF80 on white background.


Black color preview on #9DCF80 background

This text has black color on #9DCF80 background.


White color preview on #9DCF80 background

This text has white color on #9DCF80 background.


Related colors

Complementary color

Complementary color for #hex is #62307F.


I love getcolorcode.com

Triadic colors

1 #809DCF and #CF809D with #9DCF80 are triadic colors.

2 #80CF9D and #CF9D80 with #9DCF80 are triadic colors.