COLOR #9FC0D5

HEX: #9FC0D5
RGB: (159,192,213)

Color info

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

RGB color model

#9FC0D5 color RGB value is (159,192,213).

  • red value is 159;
  • green value is 192;
  • blue value is 213.
RGB:
(159,192,213)
(62%,75%,84%)

RGB channels and saturation

R 159 of 255 = 62%
G 192 of 255 = 75%
B 213 of 255 = 84%

159
192
213

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

Portions of RGB colors in percentages

R + G + B =
159 + 192 + 213 = 564 (100%)
R 159 of 564 ~ 28.19%
G 192 of 564 ~ 34.04%
B 213 of 564 ~ 37.77%

%28.19
%34.04
%37.77

CMYK color model

#9FC0D5 color CMYK value is (25,10,0,16).

  • cyan value is 25.35%
  • magenta value is 9.86%
  • yellow value is 0.00%
  • key color value is 16.47%
CMYK:
(25,10,0,16)
C25M10Y0K16 
(25%,10%,0%,16%)
(0.25/0.10/0.00/0.16)	

CMYK percentages

%25.35
%9.86
%0
%16.47

Codes

Color #9FC0D5 in popluar color models

9FC0D5
RGB159192213
HSL203°39.13%72.94%
HSB/HSV203°25.35%83.53%
CMYK25.35%9.86%0.00%
16.47%

Color #9FC0D5 in popluar number systems.

HEX9FC0D5
Decimal159192213
Binary100111111100000011010101
Octal237300325

Shades and tints

Shades of #9FC0D5

#9FC0D5
(159,192,213)
#91AFC2
(145,175,194)
#839EAF
(131,158,175)
#758D9C
(117,141,156)
#677C89
(103,124,137)
#596B76
(89,107,118)
#4B5A63
(75,90,99)
#3D4950
(61,73,80)
#2F383D
(47,56,61)
#21272A
(33,39,42)
#131617
(19,22,23)
#000000
(0,0,0)

Tints of #9FC0D5

#9FC0D5
(159,192,213)
#A7C5D8
(167,197,216)
#AFCADB
(175,202,219)
#B7CFDE
(183,207,222)
#BFD4E1
(191,212,225)
#C7D9E4
(199,217,228)
#CFDEE7
(207,222,231)
#D7E3EA
(215,227,234)
#DFE8ED
(223,232,237)
#E7EDF0
(231,237,240)
#EFF2F3
(239,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9FC0D5; }

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

This text font color is #9FC0D5.


Background Color

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

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

This div background color is #9FC0D5.


Border color

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

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

This div border color is #9FC0D5.


Opacity

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

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

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

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

This text has shadow with #9FC0D5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9FC0D5 on black background.


Color preview on white background

This text has color #9FC0D5 on white background.



Black color preview on #9FC0D5 background

This text has black color on #9FC0D5 background.


White color preview on #9FC0D5 background

This text has white color on #9FC0D5 background.