COLOR #97A1DF

HEX: #97A1DF RGB: (151,161,223)

Color info

#97A1DF contains mainly blue color. Web safe color of #97A1DF is #9999CC (or #99C).

RGB color model

#97A1DF color RGB value is (151,161,223).

RGB: (151,161,223) (59%, 63%, 87%)

RGB channels and saturation

R 151 of 255 = 59%
G 161 of 255 = 63%
B 223 of 255 = 87%

151
161
223

R + G + B ~ 70%. #97A1DF is quite light color.

Portions of RGB colors in percentages

R + G + B = 151 + 161 + 223 = 535 (100%)
R 151 of 535 ~ 28.22%
G 161 of 535 ~ 30.09%
B 223 of 535 ~ 41.68'%

%28.22
%30.09
%41.68

CMYK color model

#97A1DF color CMYK value is (32,28,0,13).

  • cyan value is 32.29%
  • magenta value is 27.80%
  • yellow value is 0.00%
  • key color value is 12.55%

CMYK: (32,28,0,13)
C32M28Y0K13 (32%, 28%, 0%, 13%)
(0.32 / 0.28 / 0.00 / 0.13)

CMYK percentages

%32.29
%27.8
%0
%12.55

Codes

Color #97A1DF in popluar color models

97 A1 DF
RGB 151 161 223
HSL 232° 52.94% 73.33%
HSB/HSV 232° 32.29% 87.45%
CMYK 32.29% 27.80% 0.00%
12.55%

Color #97A1DF in popluar number systems.

HEX 97 A1 DF
Decimal 151 161 223
Binary 10010111 10100001 11011111
Octal 227 241 337

Shades and tints

Shades of #97A1DF

#97A1DF
(151,161,223)
#8A93CB
(138,147,203)
#7D85B7
(125,133,183)
#7077A3
(112,119,163)
#63698F
(99,105,143)
#565B7B
(86,91,123)
#494D67
(73,77,103)
#3C3F53
(60,63,83)
#2F313F
(47,49,63)
#22232B
(34,35,43)
#151517
(21,21,23)
#000000
(0,0,0)

Tints of #97A1DF

#97A1DF
(151,161,223)
#A0A9E1
(160,169,225)
#A9B1E3
(169,177,227)
#B2B9E5
(178,185,229)
#BBC1E7
(187,193,231)
#C4C9E9
(196,201,233)
#CDD1EB
(205,209,235)
#D6D9ED
(214,217,237)
#DFE1EF
(223,225,239)
#E8E9F1
(232,233,241)
#F1F1F3
(241,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #97A1DF color. Also use rgb(151,161,223) instead hex code.

Text Font Color

.myTextColor { color: #97A1DF; }

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

This text font color is #97A1DF.

Background Color

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

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

This div background color is #97A1DF.

Border color

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

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

This div border color is #97A1DF.

Opacity

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

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

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

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

This text has shadow with #97A1DF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #97A1DF.

Preview

Color preview on black background

This text has color #97A1DF on black background.


Color preview on white background

This text has color #97A1DF on white background.


Black color preview on #97A1DF background

This text has black color on #97A1DF background.


White color preview on #97A1DF background

This text has white color on #97A1DF background.


Related colors

Complementary color

Complementary color for #hex is #685E20.


I love getcolorcode.com

Triadic colors

1 #DF97A1 and #A1DF97 with #97A1DF are triadic colors.

2 #DFA197 and #A197DF with #97A1DF are triadic colors.