COLOR #9FDBAE

HEX: #9FDBAE RGB: (159,219,174)

Color info

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

RGB color model

#9FDBAE color RGB value is (159,219,174).

RGB: (159,219,174) (62%, 86%, 68%)

RGB channels and saturation

R 159 of 255 = 62%
G 219 of 255 = 86%
B 174 of 255 = 68%

159
219
174

R + G + B ~ 72%. #9FDBAE is quite light color.

Portions of RGB colors in percentages

R + G + B = 159 + 219 + 174 = 552 (100%)
R 159 of 552 ~ 28.8%
G 219 of 552 ~ 39.67%
B 174 of 552 ~ 31.52'%

%28.8
%39.67
%31.52

CMYK color model

#9FDBAE color CMYK value is (27,0,21,14).

  • cyan value is 27.40%
  • magenta value is 0.00%
  • yellow value is 20.55%
  • key color value is 14.12%

CMYK: (27,0,21,14)
C27M0Y21K14 (27%, 0%, 21%, 14%)
(0.27 / 0.00 / 0.21 / 0.14)

CMYK percentages

%27.4
%0
%20.55
%14.12

Codes

Color #9FDBAE in popluar color models

9F DB AE
RGB 159 219 174
HSL 135° 45.45% 74.12%
HSB/HSV 135° 27.40% 85.88%
CMYK 27.40% 0.00% 20.55%
14.12%

Color #9FDBAE in popluar number systems.

HEX 9F DB AE
Decimal 159 219 174
Binary 10011111 11011011 10101110
Octal 237 333 256

Shades and tints

Shades of #9FDBAE

#9FDBAE
(159,219,174)
#91C89F
(145,200,159)
#83B590
(131,181,144)
#75A281
(117,162,129)
#678F72
(103,143,114)
#597C63
(89,124,99)
#4B6954
(75,105,84)
#3D5645
(61,86,69)
#2F4336
(47,67,54)
#213027
(33,48,39)
#131D18
(19,29,24)
#000000
(0,0,0)

Tints of #9FDBAE

#9FDBAE
(159,219,174)
#A7DEB5
(167,222,181)
#AFE1BC
(175,225,188)
#B7E4C3
(183,228,195)
#BFE7CA
(191,231,202)
#C7EAD1
(199,234,209)
#CFEDD8
(207,237,216)
#D7F0DF
(215,240,223)
#DFF3E6
(223,243,230)
#E7F6ED
(231,246,237)
#EFF9F4
(239,249,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9FDBAE; }

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

This text font color is #9FDBAE.

Background Color

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

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

This div background color is #9FDBAE.

Border color

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

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

This div border color is #9FDBAE.

Opacity

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

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

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

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

This text has shadow with #9FDBAE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9FDBAE.

Preview

Color preview on black background

This text has color #9FDBAE on black background.


Color preview on white background

This text has color #9FDBAE on white background.


Black color preview on #9FDBAE background

This text has black color on #9FDBAE background.


White color preview on #9FDBAE background

This text has white color on #9FDBAE background.


Related colors

Complementary color

Complementary color for #hex is #602451.


I love getcolorcode.com

Triadic colors

1 #AE9FDB and #DBAE9F with #9FDBAE are triadic colors.

2 #AEDB9F and #DB9FAE with #9FDBAE are triadic colors.