COLOR #9EB6F3

HEX: #9EB6F3 RGB: (158,182,243)

Color info

#9EB6F3 contains mainly blue color. Web safe color of #9EB6F3 is #99CCFF (or #9CF).

RGB color model

#9EB6F3 color RGB value is (158,182,243).

RGB: (158,182,243) (62%, 71%, 95%)

RGB channels and saturation

R 158 of 255 = 62%
G 182 of 255 = 71%
B 243 of 255 = 95%

158
182
243

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

Portions of RGB colors in percentages

R + G + B = 158 + 182 + 243 = 583 (100%)
R 158 of 583 ~ 27.1%
G 182 of 583 ~ 31.22%
B 243 of 583 ~ 41.68'%

%27.1
%31.22
%41.68

CMYK color model

#9EB6F3 color CMYK value is (35,25,0,5).

  • cyan value is 34.98%
  • magenta value is 25.10%
  • yellow value is 0.00%
  • key color value is 4.71%

CMYK: (35,25,0,5)
C35M25Y0K5 (35%, 25%, 0%, 5%)
(0.35 / 0.25 / 0.00 / 0.05)

CMYK percentages

%34.98
%25.1
%0
%4.71

Codes

Color #9EB6F3 in popluar color models

9E B6 F3
RGB 158 182 243
HSL 223° 77.98% 78.63%
HSB/HSV 223° 34.98% 95.29%
CMYK 34.98% 25.10% 0.00%
4.71%

Color #9EB6F3 in popluar number systems.

HEX 9E B6 F3
Decimal 158 182 243
Binary 10011110 10110110 11110011
Octal 236 266 363

Shades and tints

Shades of #9EB6F3

#9EB6F3
(158,182,243)
#90A6DD
(144,166,221)
#8296C7
(130,150,199)
#7486B1
(116,134,177)
#66769B
(102,118,155)
#586685
(88,102,133)
#4A566F
(74,86,111)
#3C4659
(60,70,89)
#2E3643
(46,54,67)
#20262D
(32,38,45)
#121617
(18,22,23)
#000000
(0,0,0)

Tints of #9EB6F3

#9EB6F3
(158,182,243)
#A6BCF4
(166,188,244)
#AEC2F5
(174,194,245)
#B6C8F6
(182,200,246)
#BECEF7
(190,206,247)
#C6D4F8
(198,212,248)
#CEDAF9
(206,218,249)
#D6E0FA
(214,224,250)
#DEE6FB
(222,230,251)
#E6ECFC
(230,236,252)
#EEF2FD
(238,242,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9EB6F3 color. Also use rgb(158,182,243) instead hex code.

Text Font Color

.myTextColor { color: #9EB6F3; }

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

This text font color is #9EB6F3.

Background Color

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

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

This div background color is #9EB6F3.

Border color

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

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

This div border color is #9EB6F3.

Opacity

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

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

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

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

This text has shadow with #9EB6F3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9EB6F3.

Preview

Color preview on black background

This text has color #9EB6F3 on black background.


Color preview on white background

This text has color #9EB6F3 on white background.


Black color preview on #9EB6F3 background

This text has black color on #9EB6F3 background.


White color preview on #9EB6F3 background

This text has white color on #9EB6F3 background.


Related colors

Complementary color

Complementary color for #hex is #61490C.


I love getcolorcode.com

Triadic colors

1 #F39EB6 and #B6F39E with #9EB6F3 are triadic colors.

2 #F3B69E and #B69EF3 with #9EB6F3 are triadic colors.