COLOR #97AEC1

HEX: #97AEC1
RGB: (151,174,193)

Color info

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

RGB color model

#97AEC1 color RGB value is (151,174,193).

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

RGB channels and saturation

R 151 of 255 = 59%
G 174 of 255 = 68%
B 193 of 255 = 76%

151
174
193

R + G + B ~ 68%. #97AEC1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
151 + 174 + 193 = 518 (100%)
R 151 of 518 ~ 29.15%
G 174 of 518 ~ 33.59%
B 193 of 518 ~ 37.26%

%29.15
%33.59
%37.26

CMYK color model

#97AEC1 color CMYK value is (22,10,0,24).

  • cyan value is 21.76%
  • magenta value is 9.84%
  • yellow value is 0.00%
  • key color value is 24.31%
CMYK:
(22,10,0,24)
C22M10Y0K24 
(22%,10%,0%,24%)
(0.22/0.10/0.00/0.24)	

CMYK percentages

%21.76
%9.84
%0
%24.31

Codes

Color #97AEC1 in popluar color models

97AEC1
RGB151174193
HSL207°25.30%67.45%
HSB/HSV207°21.76%75.69%
CMYK21.76%9.84%0.00%
24.31%

Color #97AEC1 in popluar number systems.

HEX97AEC1
Decimal151174193
Binary100101111010111011000001
Octal227256301

Shades and tints

Shades of #97AEC1

#97AEC1
(151,174,193)
#8A9FB0
(138,159,176)
#7D909F
(125,144,159)
#70818E
(112,129,142)
#63727D
(99,114,125)
#56636C
(86,99,108)
#49545B
(73,84,91)
#3C454A
(60,69,74)
#2F3639
(47,54,57)
#222728
(34,39,40)
#151817
(21,24,23)
#000000
(0,0,0)

Tints of #97AEC1

#97AEC1
(151,174,193)
#A0B5C6
(160,181,198)
#A9BCCB
(169,188,203)
#B2C3D0
(178,195,208)
#BBCAD5
(187,202,213)
#C4D1DA
(196,209,218)
#CDD8DF
(205,216,223)
#D6DFE4
(214,223,228)
#DFE6E9
(223,230,233)
#E8EDEE
(232,237,238)
#F1F4F3
(241,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #97AEC1; }

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

This text font color is #97AEC1.


Background Color

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

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

This div background color is #97AEC1.


Border color

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

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

This div border color is #97AEC1.


Opacity

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

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

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

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

This text has shadow with #97AEC1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #97AEC1 on black background.


Color preview on white background

This text has color #97AEC1 on white background.



Black color preview on #97AEC1 background

This text has black color on #97AEC1 background.


White color preview on #97AEC1 background

This text has white color on #97AEC1 background.