COLOR #9FCDD7

HEX: #9FCDD7 RGB: (159,205,215)

Color info

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

RGB color model

#9FCDD7 color RGB value is (159,205,215).

RGB: (159,205,215) (62%, 80%, 84%)

RGB channels and saturation

R 159 of 255 = 62%
G 205 of 255 = 80%
B 215 of 255 = 84%

159
205
215

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

Portions of RGB colors in percentages

R + G + B = 159 + 205 + 215 = 579 (100%)
R 159 of 579 ~ 27.46%
G 205 of 579 ~ 35.41%
B 215 of 579 ~ 37.13'%

%27.46
%35.41
%37.13

CMYK color model

#9FCDD7 color CMYK value is (26,5,0,16).

  • cyan value is 26.05%
  • magenta value is 4.65%
  • yellow value is 0.00%
  • key color value is 15.69%

CMYK: (26,5,0,16)
C26M5Y0K16 (26%, 5%, 0%, 16%)
(0.26 / 0.05 / 0.00 / 0.16)

CMYK percentages

%26.05
%4.65
%0
%15.69

Codes

Color #9FCDD7 in popluar color models

9F CD D7
RGB 159 205 215
HSL 191° 41.18% 73.33%
HSB/HSV 191° 26.05% 84.31%
CMYK 26.05% 4.65% 0.00%
15.69%

Color #9FCDD7 in popluar number systems.

HEX 9F CD D7
Decimal 159 205 215
Binary 10011111 11001101 11010111
Octal 237 315 327

Shades and tints

Shades of #9FCDD7

#9FCDD7
(159,205,215)
#91BBC4
(145,187,196)
#83A9B1
(131,169,177)
#75979E
(117,151,158)
#67858B
(103,133,139)
#597378
(89,115,120)
#4B6165
(75,97,101)
#3D4F52
(61,79,82)
#2F3D3F
(47,61,63)
#212B2C
(33,43,44)
#131919
(19,25,25)
#000000
(0,0,0)

Tints of #9FCDD7

#9FCDD7
(159,205,215)
#A7D1DA
(167,209,218)
#AFD5DD
(175,213,221)
#B7D9E0
(183,217,224)
#BFDDE3
(191,221,227)
#C7E1E6
(199,225,230)
#CFE5E9
(207,229,233)
#D7E9EC
(215,233,236)
#DFEDEF
(223,237,239)
#E7F1F2
(231,241,242)
#EFF5F5
(239,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9FCDD7 color. Also use rgb(159,205,215) instead hex code.

Text Font Color

.myTextColor { color: #9FCDD7; }

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

This text font color is #9FCDD7.

Background Color

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

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

This div background color is #9FCDD7.

Border color

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

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

This div border color is #9FCDD7.

Opacity

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

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

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

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

This text has shadow with #9FCDD7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9FCDD7.

Preview

Color preview on black background

This text has color #9FCDD7 on black background.


Color preview on white background

This text has color #9FCDD7 on white background.


Black color preview on #9FCDD7 background

This text has black color on #9FCDD7 background.


White color preview on #9FCDD7 background

This text has white color on #9FCDD7 background.


Related colors

Complementary color

Complementary color for #hex is #603228.


I love getcolorcode.com

Triadic colors

1 #D79FCD and #CDD79F with #9FCDD7 are triadic colors.

2 #D7CD9F and #CD9FD7 with #9FCDD7 are triadic colors.