COLOR #97ACE2

HEX: #97ACE2
RGB: (151,172,226)

Color info

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

RGB color model

#97ACE2 color RGB value is (151,172,226).

  • red value is 151;
  • green value is 172;
  • blue value is 226.
RGB:
(151,172,226)
(59%,67%,89%)

RGB channels and saturation

R 151 of 255 = 59%
G 172 of 255 = 67%
B 226 of 255 = 89%

151
172
226

R + G + B ~ 72%. #97ACE2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
151 + 172 + 226 = 549 (100%)
R 151 of 549 ~ 27.5%
G 172 of 549 ~ 31.33%
B 226 of 549 ~ 41.17%

%27.5
%31.33
%41.17

CMYK color model

#97ACE2 color CMYK value is (33,24,0,11).

  • cyan value is 33.19%
  • magenta value is 23.89%
  • yellow value is 0.00%
  • key color value is 11.37%
CMYK:
(33,24,0,11)
C33M24Y0K11 
(33%,24%,0%,11%)
(0.33/0.24/0.00/0.11)	

CMYK percentages

%33.19
%23.89
%0
%11.37

Codes

Color #97ACE2 in popluar color models

97ACE2
RGB151172226
HSL223°56.39%73.92%
HSB/HSV223°33.19%88.63%
CMYK33.19%23.89%0.00%
11.37%

Color #97ACE2 in popluar number systems.

HEX97ACE2
Decimal151172226
Binary100101111010110011100010
Octal227254342

Shades and tints

Shades of #97ACE2

#97ACE2
(151,172,226)
#8A9DCE
(138,157,206)
#7D8EBA
(125,142,186)
#707FA6
(112,127,166)
#637092
(99,112,146)
#56617E
(86,97,126)
#49526A
(73,82,106)
#3C4356
(60,67,86)
#2F3442
(47,52,66)
#22252E
(34,37,46)
#15161A
(21,22,26)
#000000
(0,0,0)

Tints of #97ACE2

#97ACE2
(151,172,226)
#A0B3E4
(160,179,228)
#A9BAE6
(169,186,230)
#B2C1E8
(178,193,232)
#BBC8EA
(187,200,234)
#C4CFEC
(196,207,236)
#CDD6EE
(205,214,238)
#D6DDF0
(214,221,240)
#DFE4F2
(223,228,242)
#E8EBF4
(232,235,244)
#F1F2F6
(241,242,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #97ACE2 color. Also use rgb(151,172,226) instead hex code.

Text Font Color

.myTextColor { color: #97ACE2; }

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

This text font color is #97ACE2.


Background Color

.myBgColor { background-color: #97ACE2; }

<div style="background-color:#97ACE2">Inner text</div>

This div background color is #97ACE2.


Border color

.myBorderColor { border: 1px solid #97ACE2; }

<div style="border:3px solid #97ACE2">Div</div>

This div border color is #97ACE2.


Opacity

.myOpacity80 { color: #97ACE2; opacity: 0.8; }

<p style="color:#97ACE2;opacity:0.8;">80%</p>

Text with #97ACE2 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 #97ACE2;}

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

This text has shadow with #97ACE2 color.

.textShadow {text-shadow: 3px 3px 1px #97ACE2, 3px 3px 1px red;}

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

This text has shadow with #97ACE2 primary color and red secondary color.


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

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

This text has shadow with #97ACE2 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #97ACE2 on black background.


Color preview on white background

This text has color #97ACE2 on white background.



Black color preview on #97ACE2 background

This text has black color on #97ACE2 background.


White color preview on #97ACE2 background

This text has white color on #97ACE2 background.