COLOR #9FBCEA

HEX: #9FBCEA RGB: (159,188,234)

Color info

#9FBCEA contains mainly green and blue colors. Web safe color of #9FBCEA is #99CCFF (or #9CF).

RGB color model

#9FBCEA color RGB value is (159,188,234).

RGB: (159,188,234) (62%, 74%, 92%)

RGB channels and saturation

R 159 of 255 = 62%
G 188 of 255 = 74%
B 234 of 255 = 92%

159
188
234

R + G + B ~ 76%. #9FBCEA is quite light color.

Portions of RGB colors in percentages

R + G + B = 159 + 188 + 234 = 581 (100%)
R 159 of 581 ~ 27.37%
G 188 of 581 ~ 32.36%
B 234 of 581 ~ 40.28'%

%27.37
%32.36
%40.28

CMYK color model

#9FBCEA color CMYK value is (32,20,0,8).

  • cyan value is 32.05%
  • magenta value is 19.66%
  • yellow value is 0.00%
  • key color value is 8.24%
CMYK: (32,20,0,8) C32M20Y0K8 (32%,20%,0%,8%) (0.32/0.20/0.00/0.08) 

CMYK percentages

%32.05
%19.66
%0
%8.24

Codes

Color #9FBCEA in popluar color models

9F BC EA
RGB 159 188 234
HSL 217° 64.10% 77.06%
HSB/HSV 217° 32.05% 91.76%
CMYK 32.05% 19.66% 0.00%
8.24%

Color #9FBCEA in popluar number systems.

HEX 9F BC EA
Decimal 159 188 234
Binary 10011111 10111100 11101010
Octal 237 274 352

Shades and tints

Shades of #9FBCEA

#9FBCEA
(159,188,234)
#91ABD5
(145,171,213)
#839AC0
(131,154,192)
#7589AB
(117,137,171)
#677896
(103,120,150)
#596781
(89,103,129)
#4B566C
(75,86,108)
#3D4557
(61,69,87)
#2F3442
(47,52,66)
#21232D
(33,35,45)
#131218
(19,18,24)
#000000
(0,0,0)

Tints of #9FBCEA

#9FBCEA
(159,188,234)
#A7C2EB
(167,194,235)
#AFC8EC
(175,200,236)
#B7CEED
(183,206,237)
#BFD4EE
(191,212,238)
#C7DAEF
(199,218,239)
#CFE0F0
(207,224,240)
#D7E6F1
(215,230,241)
#DFECF2
(223,236,242)
#E7F2F3
(231,242,243)
#EFF8F4
(239,248,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9FBCEA color. Also use rgb(159,188,234) instead hex code.

Text Font Color

.myTextColor { color: #9FBCEA; }

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

This text font color is #9FBCEA.

Background Color

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

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

This div background color is #9FBCEA.

Border color

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

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

This div border color is #9FBCEA.

Opacity

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

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

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

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

This text has shadow with #9FBCEA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9FBCEA.

Preview

Color preview on black background

This text has color #9FBCEA on black background.


Color preview on white background

This text has color #9FBCEA on white background.


Black color preview on #9FBCEA background

This text has black color on #9FBCEA background.


White color preview on #9FBCEA background

This text has white color on #9FBCEA background.


Related colors

Complementary color

Complementary color for #hex is #604315.


I love getcolorcode.com

Triadic colors

1 #EA9FBC and #BCEA9F with #9FBCEA are triadic colors.

2 #EABC9F and #BC9FEA with #9FBCEA are triadic colors.