COLOR #9FD5D0

HEX: #9FD5D0 RGB: (159,213,208)

Color info

#9FD5D0 contains red, green and blue colors in about the same proportion. Web safe color of #9FD5D0 is #99CCCC (or #9CC).

RGB color model

#9FD5D0 color RGB value is (159,213,208).

RGB: (159,213,208) (62%, 84%, 82%)

RGB channels and saturation

R 159 of 255 = 62%
G 213 of 255 = 84%
B 208 of 255 = 82%

159
213
208

R + G + B ~ 76%. #9FD5D0 is quite light color.

Portions of RGB colors in percentages

R + G + B = 159 + 213 + 208 = 580 (100%)
R 159 of 580 ~ 27.41%
G 213 of 580 ~ 36.72%
B 208 of 580 ~ 35.86'%

%27.41
%36.72
%35.86

CMYK color model

#9FD5D0 color CMYK value is (25,0,2,16).

  • cyan value is 25.35%
  • magenta value is 0.00%
  • yellow value is 2.35%
  • key color value is 16.47%
CMYK: (25,0,2,16) C25M0Y2K16 (25%,0%,2%,16%) (0.25/0.00/0.02/0.16) 

CMYK percentages

%25.35
%0
%2.35
%16.47

Codes

Color #9FD5D0 in popluar color models

9F D5 D0
RGB 159 213 208
HSL 174° 39.13% 72.94%
HSB/HSV 174° 25.35% 83.53%
CMYK 25.35% 0.00% 2.35%
16.47%

Color #9FD5D0 in popluar number systems.

HEX 9F D5 D0
Decimal 159 213 208
Binary 10011111 11010101 11010000
Octal 237 325 320

Shades and tints

Shades of #9FD5D0

#9FD5D0
(159,213,208)
#91C2BE
(145,194,190)
#83AFAC
(131,175,172)
#759C9A
(117,156,154)
#678988
(103,137,136)
#597676
(89,118,118)
#4B6364
(75,99,100)
#3D5052
(61,80,82)
#2F3D40
(47,61,64)
#212A2E
(33,42,46)
#13171C
(19,23,28)
#000000
(0,0,0)

Tints of #9FD5D0

#9FD5D0
(159,213,208)
#A7D8D4
(167,216,212)
#AFDBD8
(175,219,216)
#B7DEDC
(183,222,220)
#BFE1E0
(191,225,224)
#C7E4E4
(199,228,228)
#CFE7E8
(207,231,232)
#D7EAEC
(215,234,236)
#DFEDF0
(223,237,240)
#E7F0F4
(231,240,244)
#EFF3F8
(239,243,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9FD5D0 color. Also use rgb(159,213,208) instead hex code.

Text Font Color

.myTextColor { color: #9FD5D0; }

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

This text font color is #9FD5D0.

Background Color

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

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

This div background color is #9FD5D0.

Border color

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

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

This div border color is #9FD5D0.

Opacity

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

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

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

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

This text has shadow with #9FD5D0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9FD5D0.

Preview

Color preview on black background

This text has color #9FD5D0 on black background.


Color preview on white background

This text has color #9FD5D0 on white background.


Black color preview on #9FD5D0 background

This text has black color on #9FD5D0 background.


White color preview on #9FD5D0 background

This text has white color on #9FD5D0 background.


Related colors

Complementary color

Complementary color for #hex is #602A2F.


I love getcolorcode.com

Triadic colors

1 #D09FD5 and #D5D09F with #9FD5D0 are triadic colors.

2 #D0D59F and #D59FD0 with #9FD5D0 are triadic colors.