COLOR #9FABDE

HEX: #9FABDE RGB: (159,171,222)

Color info

#9FABDE contains mainly green and blue colors. Web safe color of #9FABDE is #9999CC (or #99C).

RGB color model

#9FABDE color RGB value is (159,171,222).

RGB: (159,171,222) (62%, 67%, 87%)

RGB channels and saturation

R 159 of 255 = 62%
G 171 of 255 = 67%
B 222 of 255 = 87%

159
171
222

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

Portions of RGB colors in percentages

R + G + B = 159 + 171 + 222 = 552 (100%)
R 159 of 552 ~ 28.8%
G 171 of 552 ~ 30.98%
B 222 of 552 ~ 40.22'%

%28.8
%30.98
%40.22

CMYK color model

#9FABDE color CMYK value is (28,23,0,13).

  • cyan value is 28.38%
  • magenta value is 22.97%
  • yellow value is 0.00%
  • key color value is 12.94%
CMYK: (28,23,0,13) C28M23Y0K13 (28%,23%,0%,13%) (0.28/0.23/0.00/0.13) 

CMYK percentages

%28.38
%22.97
%0
%12.94

Codes

Color #9FABDE in popluar color models

9F AB DE
RGB 159 171 222
HSL 229° 48.84% 74.71%
HSB/HSV 229° 28.38% 87.06%
CMYK 28.38% 22.97% 0.00%
12.94%

Color #9FABDE in popluar number systems.

HEX 9F AB DE
Decimal 159 171 222
Binary 10011111 10101011 11011110
Octal 237 253 336

Shades and tints

Shades of #9FABDE

#9FABDE
(159,171,222)
#919CCA
(145,156,202)
#838DB6
(131,141,182)
#757EA2
(117,126,162)
#676F8E
(103,111,142)
#59607A
(89,96,122)
#4B5166
(75,81,102)
#3D4252
(61,66,82)
#2F333E
(47,51,62)
#21242A
(33,36,42)
#131516
(19,21,22)
#000000
(0,0,0)

Tints of #9FABDE

#9FABDE
(159,171,222)
#A7B2E1
(167,178,225)
#AFB9E4
(175,185,228)
#B7C0E7
(183,192,231)
#BFC7EA
(191,199,234)
#C7CEED
(199,206,237)
#CFD5F0
(207,213,240)
#D7DCF3
(215,220,243)
#DFE3F6
(223,227,246)
#E7EAF9
(231,234,249)
#EFF1FC
(239,241,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9FABDE color. Also use rgb(159,171,222) instead hex code.

Text Font Color

.myTextColor { color: #9FABDE; }

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

This text font color is #9FABDE.

Background Color

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

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

This div background color is #9FABDE.

Border color

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

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

This div border color is #9FABDE.

Opacity

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

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

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

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

This text has shadow with #9FABDE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9FABDE.

Preview

Color preview on black background

This text has color #9FABDE on black background.


Color preview on white background

This text has color #9FABDE on white background.


Black color preview on #9FABDE background

This text has black color on #9FABDE background.


White color preview on #9FABDE background

This text has white color on #9FABDE background.


Related colors

Complementary color

Complementary color for #hex is #605421.


I love getcolorcode.com

Triadic colors

1 #DE9FAB and #ABDE9F with #9FABDE are triadic colors.

2 #DEAB9F and #AB9FDE with #9FABDE are triadic colors.