COLOR #9FCEDD

HEX: #9FCEDD
RGB: (159,206,221)

Color info

#9FCEDD contains mainly green and blue colors. Web safe color of #9FCEDD is #99CCCC (or #9CC).

RGB color model

#9FCEDD color RGB value is (159,206,221).

  • red value is 159;
  • green value is 206;
  • blue value is 221.
RGB:
(159,206,221)
(62%,81%,87%)

RGB channels and saturation

R 159 of 255 = 62%
G 206 of 255 = 81%
B 221 of 255 = 87%

159
206
221

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

Portions of RGB colors in percentages

R + G + B =
159 + 206 + 221 = 586 (100%)
R 159 of 586 ~ 27.13%
G 206 of 586 ~ 35.15%
B 221 of 586 ~ 37.71%

%27.13
%35.15
%37.71

CMYK color model

#9FCEDD color CMYK value is (28,7,0,13).

  • cyan value is 28.05%
  • magenta value is 6.79%
  • yellow value is 0.00%
  • key color value is 13.33%
CMYK:
(28,7,0,13)
C28M7Y0K13 
(28%,7%,0%,13%)
(0.28/0.07/0.00/0.13)	

CMYK percentages

%28.05
%6.79
%0
%13.33

Codes

Color #9FCEDD in popluar color models

9FCEDD
RGB159206221
HSL195°47.69%74.51%
HSB/HSV195°28.05%86.67%
CMYK28.05%6.79%0.00%
13.33%

Color #9FCEDD in popluar number systems.

HEX9FCEDD
Decimal159206221
Binary100111111100111011011101
Octal237316335

Shades and tints

Shades of #9FCEDD

#9FCEDD
(159,206,221)
#91BCC9
(145,188,201)
#83AAB5
(131,170,181)
#7598A1
(117,152,161)
#67868D
(103,134,141)
#597479
(89,116,121)
#4B6265
(75,98,101)
#3D5051
(61,80,81)
#2F3E3D
(47,62,61)
#212C29
(33,44,41)
#131A15
(19,26,21)
#000000
(0,0,0)

Tints of #9FCEDD

#9FCEDD
(159,206,221)
#A7D2E0
(167,210,224)
#AFD6E3
(175,214,227)
#B7DAE6
(183,218,230)
#BFDEE9
(191,222,233)
#C7E2EC
(199,226,236)
#CFE6EF
(207,230,239)
#D7EAF2
(215,234,242)
#DFEEF5
(223,238,245)
#E7F2F8
(231,242,248)
#EFF6FB
(239,246,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9FCEDD color. Also use rgb(159,206,221) instead hex code.

Text Font Color

.myTextColor { color: #9FCEDD; }

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

This text font color is #9FCEDD.


Background Color

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

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

This div background color is #9FCEDD.


Border color

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

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

This div border color is #9FCEDD.


Opacity

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

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

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

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

This text has shadow with #9FCEDD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9FCEDD on black background.


Color preview on white background

This text has color #9FCEDD on white background.



Black color preview on #9FCEDD background

This text has black color on #9FCEDD background.


White color preview on #9FCEDD background

This text has white color on #9FCEDD background.