COLOR #9FCDBE

HEX: #9FCDBE
RGB: (159,205,190)

Color info

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

RGB color model

#9FCDBE color RGB value is (159,205,190).

  • red value is 159;
  • green value is 205;
  • blue value is 190.
RGB:
(159,205,190)
(62%,80%,75%)

RGB channels and saturation

R 159 of 255 = 62%
G 205 of 255 = 80%
B 190 of 255 = 75%

159
205
190

R + G + B ~ 72%. #9FCDBE is quite light color.

Portions of RGB colors in percentages

R + G + B =
159 + 205 + 190 = 554 (100%)
R 159 of 554 ~ 28.7%
G 205 of 554 ~ 37%
B 190 of 554 ~ 34.3%

%28.7
%37
%34.3

CMYK color model

#9FCDBE color CMYK value is (22,0,7,20).

  • cyan value is 22.44%
  • magenta value is 0.00%
  • yellow value is 7.32%
  • key color value is 19.61%
CMYK:
(22,0,7,20)
C22M0Y7K20 
(22%,0%,7%,20%)
(0.22/0.00/0.07/0.20)	

CMYK percentages

%22.44
%0
%7.32
%19.61

Codes

Color #9FCDBE in popluar color models

9FCDBE
RGB159205190
HSL160°31.51%71.37%
HSB/HSV160°22.44%80.39%
CMYK22.44%0.00%7.32%
19.61%

Color #9FCDBE in popluar number systems.

HEX9FCDBE
Decimal159205190
Binary100111111100110110111110
Octal237315276

Shades and tints

Shades of #9FCDBE

#9FCDBE
(159,205,190)
#91BBAD
(145,187,173)
#83A99C
(131,169,156)
#75978B
(117,151,139)
#67857A
(103,133,122)
#597369
(89,115,105)
#4B6158
(75,97,88)
#3D4F47
(61,79,71)
#2F3D36
(47,61,54)
#212B25
(33,43,37)
#131914
(19,25,20)
#000000
(0,0,0)

Tints of #9FCDBE

#9FCDBE
(159,205,190)
#A7D1C3
(167,209,195)
#AFD5C8
(175,213,200)
#B7D9CD
(183,217,205)
#BFDDD2
(191,221,210)
#C7E1D7
(199,225,215)
#CFE5DC
(207,229,220)
#D7E9E1
(215,233,225)
#DFEDE6
(223,237,230)
#E7F1EB
(231,241,235)
#EFF5F0
(239,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9FCDBE; }

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

This text font color is #9FCDBE.


Background Color

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

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

This div background color is #9FCDBE.


Border color

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

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

This div border color is #9FCDBE.


Opacity

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

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

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

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

This text has shadow with #9FCDBE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9FCDBE on black background.


Color preview on white background

This text has color #9FCDBE on white background.



Black color preview on #9FCDBE background

This text has black color on #9FCDBE background.


White color preview on #9FCDBE background

This text has white color on #9FCDBE background.