COLOR #97ACEA

HEX: #97ACEA
RGB: (151,172,234)

Color info

#97ACEA contains mainly blue color. Web safe color of #97ACEA is #9999FF (or #99F).

RGB color model

#97ACEA color RGB value is (151,172,234).

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

RGB channels and saturation

R 151 of 255 = 59%
G 172 of 255 = 67%
B 234 of 255 = 92%

151
172
234

R + G + B ~ 73%. #97ACEA is quite light color.

Portions of RGB colors in percentages

R + G + B =
151 + 172 + 234 = 557 (100%)
R 151 of 557 ~ 27.11%
G 172 of 557 ~ 30.88%
B 234 of 557 ~ 42.01%

%27.11
%30.88
%42.01

CMYK color model

#97ACEA color CMYK value is (35,26,0,8).

  • cyan value is 35.47%
  • magenta value is 26.50%
  • yellow value is 0.00%
  • key color value is 8.24%
CMYK:
(35,26,0,8)
C35M26Y0K8 
(35%,26%,0%,8%)
(0.35/0.26/0.00/0.08)	

CMYK percentages

%35.47
%26.5
%0
%8.24

Codes

Color #97ACEA in popluar color models

97ACEA
RGB151172234
HSL225°66.40%75.49%
HSB/HSV225°35.47%91.76%
CMYK35.47%26.50%0.00%
8.24%

Color #97ACEA in popluar number systems.

HEX97ACEA
Decimal151172234
Binary100101111010110011101010
Octal227254352

Shades and tints

Shades of #97ACEA

#97ACEA
(151,172,234)
#8A9DD5
(138,157,213)
#7D8EC0
(125,142,192)
#707FAB
(112,127,171)
#637096
(99,112,150)
#566181
(86,97,129)
#49526C
(73,82,108)
#3C4357
(60,67,87)
#2F3442
(47,52,66)
#22252D
(34,37,45)
#151618
(21,22,24)
#000000
(0,0,0)

Tints of #97ACEA

#97ACEA
(151,172,234)
#A0B3EB
(160,179,235)
#A9BAEC
(169,186,236)
#B2C1ED
(178,193,237)
#BBC8EE
(187,200,238)
#C4CFEF
(196,207,239)
#CDD6F0
(205,214,240)
#D6DDF1
(214,221,241)
#DFE4F2
(223,228,242)
#E8EBF3
(232,235,243)
#F1F2F4
(241,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #97ACEA; }

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

This text font color is #97ACEA.


Background Color

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

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

This div background color is #97ACEA.


Border color

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

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

This div border color is #97ACEA.


Opacity

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

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

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

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

This text has shadow with #97ACEA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #97ACEA on black background.


Color preview on white background

This text has color #97ACEA on white background.



Black color preview on #97ACEA background

This text has black color on #97ACEA background.


White color preview on #97ACEA background

This text has white color on #97ACEA background.