COLOR #9FBADE

HEX: #9FBADE RGB: (159,186,222)

Color info

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

RGB color model

#9FBADE color RGB value is (159,186,222).

RGB: (159,186,222) (62%, 73%, 87%)

RGB channels and saturation

R 159 of 255 = 62%
G 186 of 255 = 73%
B 222 of 255 = 87%

159
186
222

R + G + B ~ 74%. #9FBADE is quite light color.

Portions of RGB colors in percentages

R + G + B = 159 + 186 + 222 = 567 (100%)
R 159 of 567 ~ 28.04%
G 186 of 567 ~ 32.8%
B 222 of 567 ~ 39.15'%

%28.04
%32.8
%39.15

CMYK color model

#9FBADE color CMYK value is (28,16,0,13).

  • cyan value is 28.38%
  • magenta value is 16.22%
  • yellow value is 0.00%
  • key color value is 12.94%

CMYK: (28,16,0,13)
C28M16Y0K13 (28%, 16%, 0%, 13%)
(0.28 / 0.16 / 0.00 / 0.13)

CMYK percentages

%28.38
%16.22
%0
%12.94

Codes

Color #9FBADE in popluar color models

9F BA DE
RGB 159 186 222
HSL 214° 48.84% 74.71%
HSB/HSV 214° 28.38% 87.06%
CMYK 28.38% 16.22% 0.00%
12.94%

Color #9FBADE in popluar number systems.

HEX 9F BA DE
Decimal 159 186 222
Binary 10011111 10111010 11011110
Octal 237 272 336

Shades and tints

Shades of #9FBADE

#9FBADE
(159,186,222)
#91AACA
(145,170,202)
#839AB6
(131,154,182)
#758AA2
(117,138,162)
#677A8E
(103,122,142)
#596A7A
(89,106,122)
#4B5A66
(75,90,102)
#3D4A52
(61,74,82)
#2F3A3E
(47,58,62)
#212A2A
(33,42,42)
#131A16
(19,26,22)
#000000
(0,0,0)

Tints of #9FBADE

#9FBADE
(159,186,222)
#A7C0E1
(167,192,225)
#AFC6E4
(175,198,228)
#B7CCE7
(183,204,231)
#BFD2EA
(191,210,234)
#C7D8ED
(199,216,237)
#CFDEF0
(207,222,240)
#D7E4F3
(215,228,243)
#DFEAF6
(223,234,246)
#E7F0F9
(231,240,249)
#EFF6FC
(239,246,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9FBADE; }

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

This text font color is #9FBADE.

Background Color

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

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

This div background color is #9FBADE.

Border color

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

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

This div border color is #9FBADE.

Opacity

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

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

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

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

This text has shadow with #9FBADE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9FBADE.

Preview

Color preview on black background

This text has color #9FBADE on black background.


Color preview on white background

This text has color #9FBADE on white background.


Black color preview on #9FBADE background

This text has black color on #9FBADE background.


White color preview on #9FBADE background

This text has white color on #9FBADE background.


Related colors

Complementary color

Complementary color for #9FBADE is #604521.


I love getcolorcode.com

Triadic colors

1 #DE9FBA and #BADE9F with #9FBADE are triadic colors.

2 #DEBA9F and #BA9FDE with #9FBADE are triadic colors.