COLOR #9FEFAD

HEX: #9FEFAD RGB: (159,239,173)

Color info

#9FEFAD contains mainly green color. Web safe color of #9FEFAD is #99FF99 (or #9F9).

RGB color model

#9FEFAD color RGB value is (159,239,173).

RGB: (159,239,173) (62%, 94%, 68%)

RGB channels and saturation

R 159 of 255 = 62%
G 239 of 255 = 94%
B 173 of 255 = 68%

159
239
173

R + G + B ~ 75%. #9FEFAD is quite light color.

Portions of RGB colors in percentages

R + G + B = 159 + 239 + 173 = 571 (100%)
R 159 of 571 ~ 27.85%
G 239 of 571 ~ 41.86%
B 173 of 571 ~ 30.3'%

%27.85
%41.86
%30.3

CMYK color model

#9FEFAD color CMYK value is (33,0,28,6).

  • cyan value is 33.47%
  • magenta value is 0.00%
  • yellow value is 27.62%
  • key color value is 6.27%

CMYK: (33,0,28,6)
C33M0Y28K6 (33%, 0%, 28%, 6%)
(0.33 / 0.00 / 0.28 / 0.06)

CMYK percentages

%33.47
%0
%27.62
%6.27

Codes

Color #9FEFAD in popluar color models

9F EF AD
RGB 159 239 173
HSL 131° 71.43% 78.04%
HSB/HSV 131° 33.47% 93.73%
CMYK 33.47% 0.00% 27.62%
6.27%

Color #9FEFAD in popluar number systems.

HEX 9F EF AD
Decimal 159 239 173
Binary 10011111 11101111 10101101
Octal 237 357 255

Shades and tints

Shades of #9FEFAD

#9FEFAD
(159,239,173)
#91DA9E
(145,218,158)
#83C58F
(131,197,143)
#75B080
(117,176,128)
#679B71
(103,155,113)
#598662
(89,134,98)
#4B7153
(75,113,83)
#3D5C44
(61,92,68)
#2F4735
(47,71,53)
#213226
(33,50,38)
#131D17
(19,29,23)
#000000
(0,0,0)

Tints of #9FEFAD

#9FEFAD
(159,239,173)
#A7F0B4
(167,240,180)
#AFF1BB
(175,241,187)
#B7F2C2
(183,242,194)
#BFF3C9
(191,243,201)
#C7F4D0
(199,244,208)
#CFF5D7
(207,245,215)
#D7F6DE
(215,246,222)
#DFF7E5
(223,247,229)
#E7F8EC
(231,248,236)
#EFF9F3
(239,249,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9FEFAD color. Also use rgb(159,239,173) instead hex code.

Text Font Color

.myTextColor { color: #9FEFAD; }

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

This text font color is #9FEFAD.

Background Color

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

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

This div background color is #9FEFAD.

Border color

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

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

This div border color is #9FEFAD.

Opacity

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

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

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

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

This text has shadow with #9FEFAD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9FEFAD.

Preview

Color preview on black background

This text has color #9FEFAD on black background.


Color preview on white background

This text has color #9FEFAD on white background.


Black color preview on #9FEFAD background

This text has black color on #9FEFAD background.


White color preview on #9FEFAD background

This text has white color on #9FEFAD background.


Related colors

Complementary color

Complementary color for #hex is #601052.


I love getcolorcode.com

Triadic colors

1 #AD9FEF and #EFAD9F with #9FEFAD are triadic colors.

2 #ADEF9F and #EF9FAD with #9FEFAD are triadic colors.