COLOR #9FCCD5

HEX: #9FCCD5
RGB: (159,204,213)

Color info

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

RGB color model

#9FCCD5 color RGB value is (159,204,213).

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

RGB channels and saturation

R 159 of 255 = 62%
G 204 of 255 = 80%
B 213 of 255 = 84%

159
204
213

R + G + B ~ 75%. #9FCCD5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
159 + 204 + 213 = 576 (100%)
R 159 of 576 ~ 27.6%
G 204 of 576 ~ 35.42%
B 213 of 576 ~ 36.98%

%27.6
%35.42
%36.98

CMYK color model

#9FCCD5 color CMYK value is (25,4,0,16).

  • cyan value is 25.35%
  • magenta value is 4.23%
  • yellow value is 0.00%
  • key color value is 16.47%
CMYK:
(25,4,0,16)
C25M4Y0K16 
(25%,4%,0%,16%)
(0.25/0.04/0.00/0.16)	

CMYK percentages

%25.35
%4.23
%0
%16.47

Codes

Color #9FCCD5 in popluar color models

9FCCD5
RGB159204213
HSL190°39.13%72.94%
HSB/HSV190°25.35%83.53%
CMYK25.35%4.23%0.00%
16.47%

Color #9FCCD5 in popluar number systems.

HEX9FCCD5
Decimal159204213
Binary100111111100110011010101
Octal237314325

Shades and tints

Shades of #9FCCD5

#9FCCD5
(159,204,213)
#91BAC2
(145,186,194)
#83A8AF
(131,168,175)
#75969C
(117,150,156)
#678489
(103,132,137)
#597276
(89,114,118)
#4B6063
(75,96,99)
#3D4E50
(61,78,80)
#2F3C3D
(47,60,61)
#212A2A
(33,42,42)
#131817
(19,24,23)
#000000
(0,0,0)

Tints of #9FCCD5

#9FCCD5
(159,204,213)
#A7D0D8
(167,208,216)
#AFD4DB
(175,212,219)
#B7D8DE
(183,216,222)
#BFDCE1
(191,220,225)
#C7E0E4
(199,224,228)
#CFE4E7
(207,228,231)
#D7E8EA
(215,232,234)
#DFECED
(223,236,237)
#E7F0F0
(231,240,240)
#EFF4F3
(239,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9FCCD5; }

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

This text font color is #9FCCD5.


Background Color

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

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

This div background color is #9FCCD5.


Border color

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

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

This div border color is #9FCCD5.


Opacity

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

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

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

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

This text has shadow with #9FCCD5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9FCCD5 on black background.


Color preview on white background

This text has color #9FCCD5 on white background.



Black color preview on #9FCCD5 background

This text has black color on #9FCCD5 background.


White color preview on #9FCCD5 background

This text has white color on #9FCCD5 background.