COLOR #97B5DB

HEX: #97B5DB RGB: (151,181,219)

Color info

#97B5DB contains mainly green and blue colors. Web safe color of #97B5DB is #99CCCC (or #9CC).

RGB color model

#97B5DB color RGB value is (151,181,219).

RGB: (151,181,219) (59%, 71%, 86%)

RGB channels and saturation

R 151 of 255 = 59%
G 181 of 255 = 71%
B 219 of 255 = 86%

151
181
219

R + G + B ~ 72%. #97B5DB is quite light color.

Portions of RGB colors in percentages

R + G + B = 151 + 181 + 219 = 551 (100%)
R 151 of 551 ~ 27.4%
G 181 of 551 ~ 32.85%
B 219 of 551 ~ 39.75'%

%27.4
%32.85
%39.75

CMYK color model

#97B5DB color CMYK value is (31,17,0,14).

  • cyan value is 31.05%
  • magenta value is 17.35%
  • yellow value is 0.00%
  • key color value is 14.12%

CMYK: (31,17,0,14)
C31M17Y0K14 (31%, 17%, 0%, 14%)
(0.31 / 0.17 / 0.00 / 0.14)

CMYK percentages

%31.05
%17.35
%0
%14.12

Codes

Color #97B5DB in popluar color models

97 B5 DB
RGB 151 181 219
HSL 214° 48.57% 72.55%
HSB/HSV 214° 31.05% 85.88%
CMYK 31.05% 17.35% 0.00%
14.12%

Color #97B5DB in popluar number systems.

HEX 97 B5 DB
Decimal 151 181 219
Binary 10010111 10110101 11011011
Octal 227 265 333

Shades and tints

Shades of #97B5DB

#97B5DB
(151,181,219)
#8AA5C8
(138,165,200)
#7D95B5
(125,149,181)
#7085A2
(112,133,162)
#63758F
(99,117,143)
#56657C
(86,101,124)
#495569
(73,85,105)
#3C4556
(60,69,86)
#2F3543
(47,53,67)
#222530
(34,37,48)
#15151D
(21,21,29)
#000000
(0,0,0)

Tints of #97B5DB

#97B5DB
(151,181,219)
#A0BBDE
(160,187,222)
#A9C1E1
(169,193,225)
#B2C7E4
(178,199,228)
#BBCDE7
(187,205,231)
#C4D3EA
(196,211,234)
#CDD9ED
(205,217,237)
#D6DFF0
(214,223,240)
#DFE5F3
(223,229,243)
#E8EBF6
(232,235,246)
#F1F1F9
(241,241,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #97B5DB; }

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

This text font color is #97B5DB.

Background Color

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

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

This div background color is #97B5DB.

Border color

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

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

This div border color is #97B5DB.

Opacity

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

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

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

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

This text has shadow with #97B5DB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #97B5DB.

Preview

Color preview on black background

This text has color #97B5DB on black background.


Color preview on white background

This text has color #97B5DB on white background.


Black color preview on #97B5DB background

This text has black color on #97B5DB background.


White color preview on #97B5DB background

This text has white color on #97B5DB background.


Related colors

Complementary color

Complementary color for #hex is #684A24.


I love getcolorcode.com

Triadic colors

1 #DB97B5 and #B5DB97 with #97B5DB are triadic colors.

2 #DBB597 and #B597DB with #97B5DB are triadic colors.