COLOR #97B5D1

HEX: #97B5D1 RGB: (151,181,209)

Color info

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

RGB color model

#97B5D1 color RGB value is (151,181,209).

RGB: (151,181,209) (59%, 71%, 82%)

RGB channels and saturation

R 151 of 255 = 59%
G 181 of 255 = 71%
B 209 of 255 = 82%

151
181
209

R + G + B ~ 71%. #97B5D1 is quite light color.

Portions of RGB colors in percentages

R + G + B = 151 + 181 + 209 = 541 (100%)
R 151 of 541 ~ 27.91%
G 181 of 541 ~ 33.46%
B 209 of 541 ~ 38.63'%

%27.91
%33.46
%38.63

CMYK color model

#97B5D1 color CMYK value is (28,13,0,18).

  • cyan value is 27.75%
  • magenta value is 13.40%
  • yellow value is 0.00%
  • key color value is 18.04%

CMYK: (28,13,0,18)
C28M13Y0K18 (28%, 13%, 0%, 18%)
(0.28 / 0.13 / 0.00 / 0.18)

CMYK percentages

%27.75
%13.4
%0
%18.04

Codes

Color #97B5D1 in popluar color models

97 B5 D1
RGB 151 181 209
HSL 209° 38.67% 70.59%
HSB/HSV 209° 27.75% 81.96%
CMYK 27.75% 13.40% 0.00%
18.04%

Color #97B5D1 in popluar number systems.

HEX 97 B5 D1
Decimal 151 181 209
Binary 10010111 10110101 11010001
Octal 227 265 321

Shades and tints

Shades of #97B5D1

#97B5D1
(151,181,209)
#8AA5BE
(138,165,190)
#7D95AB
(125,149,171)
#708598
(112,133,152)
#637585
(99,117,133)
#566572
(86,101,114)
#49555F
(73,85,95)
#3C454C
(60,69,76)
#2F3539
(47,53,57)
#222526
(34,37,38)
#151513
(21,21,19)
#000000
(0,0,0)

Tints of #97B5D1

#97B5D1
(151,181,209)
#A0BBD5
(160,187,213)
#A9C1D9
(169,193,217)
#B2C7DD
(178,199,221)
#BBCDE1
(187,205,225)
#C4D3E5
(196,211,229)
#CDD9E9
(205,217,233)
#D6DFED
(214,223,237)
#DFE5F1
(223,229,241)
#E8EBF5
(232,235,245)
#F1F1F9
(241,241,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #97B5D1 color. Also use rgb(151,181,209) instead hex code.

Text Font Color

.myTextColor { color: #97B5D1; }

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

This text font color is #97B5D1.

Background Color

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

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

This div background color is #97B5D1.

Border color

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

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

This div border color is #97B5D1.

Opacity

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

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

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

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

This text has shadow with #97B5D1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #97B5D1.

Preview

Color preview on black background

This text has color #97B5D1 on black background.


Color preview on white background

This text has color #97B5D1 on white background.


Black color preview on #97B5D1 background

This text has black color on #97B5D1 background.


White color preview on #97B5D1 background

This text has white color on #97B5D1 background.


Related colors

Complementary color

Complementary color for #hex is #684A2E.


I love getcolorcode.com

Triadic colors

1 #D197B5 and #B5D197 with #97B5D1 are triadic colors.

2 #D1B597 and #B597D1 with #97B5D1 are triadic colors.