COLOR #97B4D3

HEX: #97B4D3
RGB: (151,180,211)

Color info

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

RGB color model

#97B4D3 color RGB value is (151,180,211).

  • red value is 151;
  • green value is 180;
  • blue value is 211.
RGB:
(151,180,211)
(59%,71%,83%)

RGB channels and saturation

R 151 of 255 = 59%
G 180 of 255 = 71%
B 211 of 255 = 83%

151
180
211

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

Portions of RGB colors in percentages

R + G + B =
151 + 180 + 211 = 542 (100%)
R 151 of 542 ~ 27.86%
G 180 of 542 ~ 33.21%
B 211 of 542 ~ 38.93%

%27.86
%33.21
%38.93

CMYK color model

#97B4D3 color CMYK value is (28,15,0,17).

  • cyan value is 28.44%
  • magenta value is 14.69%
  • yellow value is 0.00%
  • key color value is 17.25%
CMYK:
(28,15,0,17)
C28M15Y0K17 
(28%,15%,0%,17%)
(0.28/0.15/0.00/0.17)	

CMYK percentages

%28.44
%14.69
%0
%17.25

Codes

Color #97B4D3 in popluar color models

97B4D3
RGB151180211
HSL211°40.54%70.98%
HSB/HSV211°28.44%82.75%
CMYK28.44%14.69%0.00%
17.25%

Color #97B4D3 in popluar number systems.

HEX97B4D3
Decimal151180211
Binary100101111011010011010011
Octal227264323

Shades and tints

Shades of #97B4D3

#97B4D3
(151,180,211)
#8AA4C0
(138,164,192)
#7D94AD
(125,148,173)
#70849A
(112,132,154)
#637487
(99,116,135)
#566474
(86,100,116)
#495461
(73,84,97)
#3C444E
(60,68,78)
#2F343B
(47,52,59)
#222428
(34,36,40)
#151415
(21,20,21)
#000000
(0,0,0)

Tints of #97B4D3

#97B4D3
(151,180,211)
#A0BAD7
(160,186,215)
#A9C0DB
(169,192,219)
#B2C6DF
(178,198,223)
#BBCCE3
(187,204,227)
#C4D2E7
(196,210,231)
#CDD8EB
(205,216,235)
#D6DEEF
(214,222,239)
#DFE4F3
(223,228,243)
#E8EAF7
(232,234,247)
#F1F0FB
(241,240,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #97B4D3 color. Also use rgb(151,180,211) instead hex code.

Text Font Color

.myTextColor { color: #97B4D3; }

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

This text font color is #97B4D3.


Background Color

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

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

This div background color is #97B4D3.


Border color

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

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

This div border color is #97B4D3.


Opacity

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

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

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

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

This text has shadow with #97B4D3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #97B4D3 on black background.


Color preview on white background

This text has color #97B4D3 on white background.



Black color preview on #97B4D3 background

This text has black color on #97B4D3 background.


White color preview on #97B4D3 background

This text has white color on #97B4D3 background.