COLOR #9FDDA7

HEX: #9FDDA7 RGB: (159,221,167)

Color info

#9FDDA7 contains mainly green and blue colors. Web safe color of #9FDDA7 is #99CC99 (or #9C9).

RGB color model

#9FDDA7 color RGB value is (159,221,167).

RGB: (159,221,167) (62%, 87%, 65%)

RGB channels and saturation

R 159 of 255 = 62%
G 221 of 255 = 87%
B 167 of 255 = 65%

159
221
167

R + G + B ~ 71%. #9FDDA7 is quite light color.

Portions of RGB colors in percentages

R + G + B = 159 + 221 + 167 = 547 (100%)
R 159 of 547 ~ 29.07%
G 221 of 547 ~ 40.4%
B 167 of 547 ~ 30.53'%

%29.07
%40.4
%30.53

CMYK color model

#9FDDA7 color CMYK value is (28,0,24,13).

  • cyan value is 28.05%
  • magenta value is 0.00%
  • yellow value is 24.43%
  • key color value is 13.33%

CMYK: (28,0,24,13)
C28M0Y24K13 (28%, 0%, 24%, 13%)
(0.28 / 0.00 / 0.24 / 0.13)

CMYK percentages

%28.05
%0
%24.43
%13.33

Codes

Color #9FDDA7 in popluar color models

9F DD A7
RGB 159 221 167
HSL 128° 47.69% 74.51%
HSB/HSV 128° 28.05% 86.67%
CMYK 28.05% 0.00% 24.43%
13.33%

Color #9FDDA7 in popluar number systems.

HEX 9F DD A7
Decimal 159 221 167
Binary 10011111 11011101 10100111
Octal 237 335 247

Shades and tints

Shades of #9FDDA7

#9FDDA7
(159,221,167)
#91C998
(145,201,152)
#83B589
(131,181,137)
#75A17A
(117,161,122)
#678D6B
(103,141,107)
#59795C
(89,121,92)
#4B654D
(75,101,77)
#3D513E
(61,81,62)
#2F3D2F
(47,61,47)
#212920
(33,41,32)
#131511
(19,21,17)
#000000
(0,0,0)

Tints of #9FDDA7

#9FDDA7
(159,221,167)
#A7E0AF
(167,224,175)
#AFE3B7
(175,227,183)
#B7E6BF
(183,230,191)
#BFE9C7
(191,233,199)
#C7ECCF
(199,236,207)
#CFEFD7
(207,239,215)
#D7F2DF
(215,242,223)
#DFF5E7
(223,245,231)
#E7F8EF
(231,248,239)
#EFFBF7
(239,251,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9FDDA7 color. Also use rgb(159,221,167) instead hex code.

Text Font Color

.myTextColor { color: #9FDDA7; }

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

This text font color is #9FDDA7.

Background Color

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

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

This div background color is #9FDDA7.

Border color

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

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

This div border color is #9FDDA7.

Opacity

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

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

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

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

This text has shadow with #9FDDA7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9FDDA7.

Preview

Color preview on black background

This text has color #9FDDA7 on black background.


Color preview on white background

This text has color #9FDDA7 on white background.


Black color preview on #9FDDA7 background

This text has black color on #9FDDA7 background.


White color preview on #9FDDA7 background

This text has white color on #9FDDA7 background.


Related colors

Complementary color

Complementary color for #hex is #602258.


I love getcolorcode.com

Triadic colors

1 #A79FDD and #DDA79F with #9FDDA7 are triadic colors.

2 #A7DD9F and #DD9FA7 with #9FDDA7 are triadic colors.