COLOR #97AEBA

HEX: #97AEBA
RGB: (151,174,186)

Color info

#97AEBA contains red, green and blue colors in about the same proportion. Web safe color of #97AEBA is #9999CC (or #99C).

RGB color model

#97AEBA color RGB value is (151,174,186).

  • red value is 151;
  • green value is 174;
  • blue value is 186.
RGB:
(151,174,186)
(59%,68%,73%)

RGB channels and saturation

R 151 of 255 = 59%
G 174 of 255 = 68%
B 186 of 255 = 73%

151
174
186

R + G + B ~ 67%. #97AEBA is quite light color.

Portions of RGB colors in percentages

R + G + B =
151 + 174 + 186 = 511 (100%)
R 151 of 511 ~ 29.55%
G 174 of 511 ~ 34.05%
B 186 of 511 ~ 36.4%

%29.55
%34.05
%36.4

CMYK color model

#97AEBA color CMYK value is (19,6,0,27).

  • cyan value is 18.82%
  • magenta value is 6.45%
  • yellow value is 0.00%
  • key color value is 27.06%
CMYK:
(19,6,0,27)
C19M6Y0K27 
(19%,6%,0%,27%)
(0.19/0.06/0.00/0.27)	

CMYK percentages

%18.82
%6.45
%0
%27.06

Codes

Color #97AEBA in popluar color models

97AEBA
RGB151174186
HSL201°20.23%66.08%
HSB/HSV201°18.82%72.94%
CMYK18.82%6.45%0.00%
27.06%

Color #97AEBA in popluar number systems.

HEX97AEBA
Decimal151174186
Binary100101111010111010111010
Octal227256272

Shades and tints

Shades of #97AEBA

#97AEBA
(151,174,186)
#8A9FAA
(138,159,170)
#7D909A
(125,144,154)
#70818A
(112,129,138)
#63727A
(99,114,122)
#56636A
(86,99,106)
#49545A
(73,84,90)
#3C454A
(60,69,74)
#2F363A
(47,54,58)
#22272A
(34,39,42)
#15181A
(21,24,26)
#000000
(0,0,0)

Tints of #97AEBA

#97AEBA
(151,174,186)
#A0B5C0
(160,181,192)
#A9BCC6
(169,188,198)
#B2C3CC
(178,195,204)
#BBCAD2
(187,202,210)
#C4D1D8
(196,209,216)
#CDD8DE
(205,216,222)
#D6DFE4
(214,223,228)
#DFE6EA
(223,230,234)
#E8EDF0
(232,237,240)
#F1F4F6
(241,244,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #97AEBA color. Also use rgb(151,174,186) instead hex code.

Text Font Color

.myTextColor { color: #97AEBA; }

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

This text font color is #97AEBA.


Background Color

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

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

This div background color is #97AEBA.


Border color

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

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

This div border color is #97AEBA.


Opacity

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

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

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

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

This text has shadow with #97AEBA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #97AEBA on black background.


Color preview on white background

This text has color #97AEBA on white background.



Black color preview on #97AEBA background

This text has black color on #97AEBA background.


White color preview on #97AEBA background

This text has white color on #97AEBA background.