COLOR #9FEDAE

HEX: #9FEDAE RGB: (159,237,174)

Color info

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

RGB color model

#9FEDAE color RGB value is (159,237,174).

RGB: (159,237,174) (62%, 93%, 68%)

RGB channels and saturation

R 159 of 255 = 62%
G 237 of 255 = 93%
B 174 of 255 = 68%

159
237
174

R + G + B ~ 74%. #9FEDAE is quite light color.

Portions of RGB colors in percentages

R + G + B = 159 + 237 + 174 = 570 (100%)
R 159 of 570 ~ 27.89%
G 237 of 570 ~ 41.58%
B 174 of 570 ~ 30.53'%

%27.89
%41.58
%30.53

CMYK color model

#9FEDAE color CMYK value is (33,0,27,7).

  • cyan value is 32.91%
  • magenta value is 0.00%
  • yellow value is 26.58%
  • key color value is 7.06%
CMYK: (33,0,27,7) C33M0Y27K7 (33%,0%,27%,7%) (0.33/0.00/0.27/0.07) 

CMYK percentages

%32.91
%0
%26.58
%7.06

Codes

Color #9FEDAE in popluar color models

9F ED AE
RGB 159 237 174
HSL 132° 68.42% 77.65%
HSB/HSV 132° 32.91% 92.94%
CMYK 32.91% 0.00% 26.58%
7.06%

Color #9FEDAE in popluar number systems.

HEX 9F ED AE
Decimal 159 237 174
Binary 10011111 11101101 10101110
Octal 237 355 256

Shades and tints

Shades of #9FEDAE

#9FEDAE
(159,237,174)
#91D89F
(145,216,159)
#83C390
(131,195,144)
#75AE81
(117,174,129)
#679972
(103,153,114)
#598463
(89,132,99)
#4B6F54
(75,111,84)
#3D5A45
(61,90,69)
#2F4536
(47,69,54)
#213027
(33,48,39)
#131B18
(19,27,24)
#000000
(0,0,0)

Tints of #9FEDAE

#9FEDAE
(159,237,174)
#A7EEB5
(167,238,181)
#AFEFBC
(175,239,188)
#B7F0C3
(183,240,195)
#BFF1CA
(191,241,202)
#C7F2D1
(199,242,209)
#CFF3D8
(207,243,216)
#D7F4DF
(215,244,223)
#DFF5E6
(223,245,230)
#E7F6ED
(231,246,237)
#EFF7F4
(239,247,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9FEDAE color. Also use rgb(159,237,174) instead hex code.

Text Font Color

.myTextColor { color: #9FEDAE; }

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

This text font color is #9FEDAE.

Background Color

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

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

This div background color is #9FEDAE.

Border color

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

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

This div border color is #9FEDAE.

Opacity

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

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

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

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

This text has shadow with #9FEDAE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9FEDAE.

Preview

Color preview on black background

This text has color #9FEDAE on black background.


Color preview on white background

This text has color #9FEDAE on white background.


Black color preview on #9FEDAE background

This text has black color on #9FEDAE background.


White color preview on #9FEDAE background

This text has white color on #9FEDAE background.


Related colors

Complementary color

Complementary color for #hex is #601251.


I love getcolorcode.com

Triadic colors

1 #AE9FED and #EDAE9F with #9FEDAE are triadic colors.

2 #AEED9F and #ED9FAE with #9FEDAE are triadic colors.