COLOR #9EACE1

HEX: #9EACE1
RGB: (158,172,225)

Color info

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

RGB color model

#9EACE1 color RGB value is (158,172,225).

  • red value is 158;
  • green value is 172;
  • blue value is 225.
RGB:
(158,172,225)
(62%,67%,88%)

RGB channels and saturation

R 158 of 255 = 62%
G 172 of 255 = 67%
B 225 of 255 = 88%

158
172
225

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

Portions of RGB colors in percentages

R + G + B =
158 + 172 + 225 = 555 (100%)
R 158 of 555 ~ 28.47%
G 172 of 555 ~ 30.99%
B 225 of 555 ~ 40.54%

%28.47
%30.99
%40.54

CMYK color model

#9EACE1 color CMYK value is (30,24,0,12).

  • cyan value is 29.78%
  • magenta value is 23.56%
  • yellow value is 0.00%
  • key color value is 11.76%
CMYK:
(30,24,0,12)
C30M24Y0K12 
(30%,24%,0%,12%)
(0.30/0.24/0.00/0.12)	

CMYK percentages

%29.78
%23.56
%0
%11.76

Codes

Color #9EACE1 in popluar color models

9EACE1
RGB158172225
HSL227°52.76%75.10%
HSB/HSV227°29.78%88.24%
CMYK29.78%23.56%0.00%
11.76%

Color #9EACE1 in popluar number systems.

HEX9EACE1
Decimal158172225
Binary100111101010110011100001
Octal236254341

Shades and tints

Shades of #9EACE1

#9EACE1
(158,172,225)
#909DCD
(144,157,205)
#828EB9
(130,142,185)
#747FA5
(116,127,165)
#667091
(102,112,145)
#58617D
(88,97,125)
#4A5269
(74,82,105)
#3C4355
(60,67,85)
#2E3441
(46,52,65)
#20252D
(32,37,45)
#121619
(18,22,25)
#000000
(0,0,0)

Tints of #9EACE1

#9EACE1
(158,172,225)
#A6B3E3
(166,179,227)
#AEBAE5
(174,186,229)
#B6C1E7
(182,193,231)
#BEC8E9
(190,200,233)
#C6CFEB
(198,207,235)
#CED6ED
(206,214,237)
#D6DDEF
(214,221,239)
#DEE4F1
(222,228,241)
#E6EBF3
(230,235,243)
#EEF2F5
(238,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9EACE1 color. Also use rgb(158,172,225) instead hex code.

Text Font Color

.myTextColor { color: #9EACE1; }

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

This text font color is #9EACE1.


Background Color

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

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

This div background color is #9EACE1.


Border color

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

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

This div border color is #9EACE1.


Opacity

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

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

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

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

This text has shadow with #9EACE1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9EACE1 on black background.


Color preview on white background

This text has color #9EACE1 on white background.



Black color preview on #9EACE1 background

This text has black color on #9EACE1 background.


White color preview on #9EACE1 background

This text has white color on #9EACE1 background.