COLOR #97ACEE

HEX: #97ACEE RGB: (151,172,238)

Color info

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

RGB color model

#97ACEE color RGB value is (151,172,238).

RGB: (151,172,238) (59%, 67%, 93%)

RGB channels and saturation

R 151 of 255 = 59%
G 172 of 255 = 67%
B 238 of 255 = 93%

151
172
238

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

Portions of RGB colors in percentages

R + G + B = 151 + 172 + 238 = 561 (100%)
R 151 of 561 ~ 26.92%
G 172 of 561 ~ 30.66%
B 238 of 561 ~ 42.42'%

%26.92
%30.66
%42.42

CMYK color model

#97ACEE color CMYK value is (37,28,0,7).

  • cyan value is 36.55%
  • magenta value is 27.73%
  • yellow value is 0.00%
  • key color value is 6.67%

CMYK: (37,28,0,7)
C37M28Y0K7 (37%, 28%, 0%, 7%)
(0.37 / 0.28 / 0.00 / 0.07)

CMYK percentages

%36.55
%27.73
%0
%6.67

Codes

Color #97ACEE in popluar color models

97 AC EE
RGB 151 172 238
HSL 226° 71.90% 76.27%
HSB/HSV 226° 36.55% 93.33%
CMYK 36.55% 27.73% 0.00%
6.67%

Color #97ACEE in popluar number systems.

HEX 97 AC EE
Decimal 151 172 238
Binary 10010111 10101100 11101110
Octal 227 254 356

Shades and tints

Shades of #97ACEE

#97ACEE
(151,172,238)
#8A9DD9
(138,157,217)
#7D8EC4
(125,142,196)
#707FAF
(112,127,175)
#63709A
(99,112,154)
#566185
(86,97,133)
#495270
(73,82,112)
#3C435B
(60,67,91)
#2F3446
(47,52,70)
#222531
(34,37,49)
#15161C
(21,22,28)
#000000
(0,0,0)

Tints of #97ACEE

#97ACEE
(151,172,238)
#A0B3EF
(160,179,239)
#A9BAF0
(169,186,240)
#B2C1F1
(178,193,241)
#BBC8F2
(187,200,242)
#C4CFF3
(196,207,243)
#CDD6F4
(205,214,244)
#D6DDF5
(214,221,245)
#DFE4F6
(223,228,246)
#E8EBF7
(232,235,247)
#F1F2F8
(241,242,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #97ACEE; }

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

This text font color is #97ACEE.

Background Color

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

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

This div background color is #97ACEE.

Border color

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

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

This div border color is #97ACEE.

Opacity

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

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

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

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

This text has shadow with #97ACEE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #97ACEE.

Preview

Color preview on black background

This text has color #97ACEE on black background.


Color preview on white background

This text has color #97ACEE on white background.


Black color preview on #97ACEE background

This text has black color on #97ACEE background.


White color preview on #97ACEE background

This text has white color on #97ACEE background.


Related colors

Complementary color

Complementary color for #hex is #685311.


I love getcolorcode.com

Triadic colors

1 #EE97AC and #ACEE97 with #97ACEE are triadic colors.

2 #EEAC97 and #AC97EE with #97ACEE are triadic colors.