COLOR #97A4DC

HEX: #97A4DC RGB: (151,164,220)

Color info

#97A4DC contains mainly green and blue colors. Web safe color of #97A4DC is #9999CC (or #99C).

RGB color model

#97A4DC color RGB value is (151,164,220).

RGB: (151,164,220) (59%, 64%, 86%)

RGB channels and saturation

R 151 of 255 = 59%
G 164 of 255 = 64%
B 220 of 255 = 86%

151
164
220

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

Portions of RGB colors in percentages

R + G + B = 151 + 164 + 220 = 535 (100%)
R 151 of 535 ~ 28.22%
G 164 of 535 ~ 30.65%
B 220 of 535 ~ 41.12'%

%28.22
%30.65
%41.12

CMYK color model

#97A4DC color CMYK value is (31,25,0,14).

  • cyan value is 31.36%
  • magenta value is 25.45%
  • yellow value is 0.00%
  • key color value is 13.73%

CMYK: (31,25,0,14)
C31M25Y0K14 (31%, 25%, 0%, 14%)
(0.31 / 0.25 / 0.00 / 0.14)

CMYK percentages

%31.36
%25.45
%0
%13.73

Codes

Color #97A4DC in popluar color models

97 A4 DC
RGB 151 164 220
HSL 229° 49.64% 72.75%
HSB/HSV 229° 31.36% 86.27%
CMYK 31.36% 25.45% 0.00%
13.73%

Color #97A4DC in popluar number systems.

HEX 97 A4 DC
Decimal 151 164 220
Binary 10010111 10100100 11011100
Octal 227 244 334

Shades and tints

Shades of #97A4DC

#97A4DC
(151,164,220)
#8A96C8
(138,150,200)
#7D88B4
(125,136,180)
#707AA0
(112,122,160)
#636C8C
(99,108,140)
#565E78
(86,94,120)
#495064
(73,80,100)
#3C4250
(60,66,80)
#2F343C
(47,52,60)
#222628
(34,38,40)
#151814
(21,24,20)
#000000
(0,0,0)

Tints of #97A4DC

#97A4DC
(151,164,220)
#A0ACDF
(160,172,223)
#A9B4E2
(169,180,226)
#B2BCE5
(178,188,229)
#BBC4E8
(187,196,232)
#C4CCEB
(196,204,235)
#CDD4EE
(205,212,238)
#D6DCF1
(214,220,241)
#DFE4F4
(223,228,244)
#E8ECF7
(232,236,247)
#F1F4FA
(241,244,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #97A4DC color. Also use rgb(151,164,220) instead hex code.

Text Font Color

.myTextColor { color: #97A4DC; }

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

This text font color is #97A4DC.

Background Color

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

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

This div background color is #97A4DC.

Border color

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

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

This div border color is #97A4DC.

Opacity

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

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

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

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

This text has shadow with #97A4DC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #97A4DC.

Preview

Color preview on black background

This text has color #97A4DC on black background.


Color preview on white background

This text has color #97A4DC on white background.


Black color preview on #97A4DC background

This text has black color on #97A4DC background.


White color preview on #97A4DC background

This text has white color on #97A4DC background.


Related colors

Complementary color

Complementary color for #hex is #685B23.


I love getcolorcode.com

Triadic colors

1 #DC97A4 and #A4DC97 with #97A4DC are triadic colors.

2 #DCA497 and #A497DC with #97A4DC are triadic colors.