COLOR #9FD4D8

HEX: #9FD4D8
RGB: (159,212,216)

Color info

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

RGB color model

#9FD4D8 color RGB value is (159,212,216).

  • red value is 159;
  • green value is 212;
  • blue value is 216.
RGB:
(159,212,216)
(62%,83%,85%)

RGB channels and saturation

R 159 of 255 = 62%
G 212 of 255 = 83%
B 216 of 255 = 85%

159
212
216

R + G + B ~ 77%. #9FD4D8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
159 + 212 + 216 = 587 (100%)
R 159 of 587 ~ 27.09%
G 212 of 587 ~ 36.12%
B 216 of 587 ~ 36.8%

%27.09
%36.12
%36.8

CMYK color model

#9FD4D8 color CMYK value is (26,2,0,15).

  • cyan value is 26.39%
  • magenta value is 1.85%
  • yellow value is 0.00%
  • key color value is 15.29%
CMYK:
(26,2,0,15)
C26M2Y0K15 
(26%,2%,0%,15%)
(0.26/0.02/0.00/0.15)	

CMYK percentages

%26.39
%1.85
%0
%15.29

Codes

Color #9FD4D8 in popluar color models

9FD4D8
RGB159212216
HSL184°42.22%73.53%
HSB/HSV184°26.39%84.71%
CMYK26.39%1.85%0.00%
15.29%

Color #9FD4D8 in popluar number systems.

HEX9FD4D8
Decimal159212216
Binary100111111101010011011000
Octal237324330

Shades and tints

Shades of #9FD4D8

#9FD4D8
(159,212,216)
#91C1C5
(145,193,197)
#83AEB2
(131,174,178)
#759B9F
(117,155,159)
#67888C
(103,136,140)
#597579
(89,117,121)
#4B6266
(75,98,102)
#3D4F53
(61,79,83)
#2F3C40
(47,60,64)
#21292D
(33,41,45)
#13161A
(19,22,26)
#000000
(0,0,0)

Tints of #9FD4D8

#9FD4D8
(159,212,216)
#A7D7DB
(167,215,219)
#AFDADE
(175,218,222)
#B7DDE1
(183,221,225)
#BFE0E4
(191,224,228)
#C7E3E7
(199,227,231)
#CFE6EA
(207,230,234)
#D7E9ED
(215,233,237)
#DFECF0
(223,236,240)
#E7EFF3
(231,239,243)
#EFF2F6
(239,242,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9FD4D8 color. Also use rgb(159,212,216) instead hex code.

Text Font Color

.myTextColor { color: #9FD4D8; }

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

This text font color is #9FD4D8.


Background Color

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

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

This div background color is #9FD4D8.


Border color

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

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

This div border color is #9FD4D8.


Opacity

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

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

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

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

This text has shadow with #9FD4D8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9FD4D8 on black background.


Color preview on white background

This text has color #9FD4D8 on white background.



Black color preview on #9FD4D8 background

This text has black color on #9FD4D8 background.


White color preview on #9FD4D8 background

This text has white color on #9FD4D8 background.