COLOR #97AEBD

HEX: #97AEBD RGB: (151,174,189)

Color info

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

RGB color model

#97AEBD color RGB value is (151,174,189).

RGB: (151,174,189) (59%, 68%, 74%)

RGB channels and saturation

R 151 of 255 = 59%
G 174 of 255 = 68%
B 189 of 255 = 74%

151
174
189

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

Portions of RGB colors in percentages

R + G + B = 151 + 174 + 189 = 514 (100%)
R 151 of 514 ~ 29.38%
G 174 of 514 ~ 33.85%
B 189 of 514 ~ 36.77'%

%29.38
%33.85
%36.77

CMYK color model

#97AEBD color CMYK value is (20,8,0,26).

  • cyan value is 20.11%
  • magenta value is 7.94%
  • yellow value is 0.00%
  • key color value is 25.88%

CMYK: (20,8,0,26)
C20M8Y0K26 (20%, 8%, 0%, 26%)
(0.20 / 0.08 / 0.00 / 0.26)

CMYK percentages

%20.11
%7.94
%0
%25.88

Codes

Color #97AEBD in popluar color models

97 AE BD
RGB 151 174 189
HSL 204° 22.35% 66.67%
HSB/HSV 204° 20.11% 74.12%
CMYK 20.11% 7.94% 0.00%
25.88%

Color #97AEBD in popluar number systems.

HEX 97 AE BD
Decimal 151 174 189
Binary 10010111 10101110 10111101
Octal 227 256 275

Shades and tints

Shades of #97AEBD

#97AEBD
(151,174,189)
#8A9FAC
(138,159,172)
#7D909B
(125,144,155)
#70818A
(112,129,138)
#637279
(99,114,121)
#566368
(86,99,104)
#495457
(73,84,87)
#3C4546
(60,69,70)
#2F3635
(47,54,53)
#222724
(34,39,36)
#151813
(21,24,19)
#000000
(0,0,0)

Tints of #97AEBD

#97AEBD
(151,174,189)
#A0B5C3
(160,181,195)
#A9BCC9
(169,188,201)
#B2C3CF
(178,195,207)
#BBCAD5
(187,202,213)
#C4D1DB
(196,209,219)
#CDD8E1
(205,216,225)
#D6DFE7
(214,223,231)
#DFE6ED
(223,230,237)
#E8EDF3
(232,237,243)
#F1F4F9
(241,244,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #97AEBD; }

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

This text font color is #97AEBD.

Background Color

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

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

This div background color is #97AEBD.

Border color

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

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

This div border color is #97AEBD.

Opacity

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

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

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

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

This text has shadow with #97AEBD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #97AEBD.

Preview

Color preview on black background

This text has color #97AEBD on black background.


Color preview on white background

This text has color #97AEBD on white background.


Black color preview on #97AEBD background

This text has black color on #97AEBD background.


White color preview on #97AEBD background

This text has white color on #97AEBD background.


Related colors

Complementary color

Complementary color for #hex is #685142.


I love getcolorcode.com

Triadic colors

1 #BD97AE and #AEBD97 with #97AEBD are triadic colors.

2 #BDAE97 and #AE97BD with #97AEBD are triadic colors.