COLOR #97B4B5

HEX: #97B4B5 RGB: (151,180,181)

Color info

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

RGB color model

#97B4B5 color RGB value is (151,180,181).

RGB: (151,180,181) (59%, 71%, 71%)

RGB channels and saturation

R 151 of 255 = 59%
G 180 of 255 = 71%
B 181 of 255 = 71%

151
180
181

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

Portions of RGB colors in percentages

R + G + B = 151 + 180 + 181 = 512 (100%)
R 151 of 512 ~ 29.49%
G 180 of 512 ~ 35.16%
B 181 of 512 ~ 35.35'%

%29.49
%35.16
%35.35

CMYK color model

#97B4B5 color CMYK value is (17,1,0,29).

  • cyan value is 16.57%
  • magenta value is 0.55%
  • yellow value is 0.00%
  • key color value is 29.02%

CMYK: (17,1,0,29)
C17M1Y0K29 (17%, 1%, 0%, 29%)
(0.17 / 0.01 / 0.00 / 0.29)

CMYK percentages

%16.57
%0.55
%0
%29.02

Codes

Color #97B4B5 in popluar color models

97 B4 B5
RGB 151 180 181
HSL 182° 16.85% 65.10%
HSB/HSV 182° 16.57% 70.98%
CMYK 16.57% 0.55% 0.00%
29.02%

Color #97B4B5 in popluar number systems.

HEX 97 B4 B5
Decimal 151 180 181
Binary 10010111 10110100 10110101
Octal 227 264 265

Shades and tints

Shades of #97B4B5

#97B4B5
(151,180,181)
#8AA4A5
(138,164,165)
#7D9495
(125,148,149)
#708485
(112,132,133)
#637475
(99,116,117)
#566465
(86,100,101)
#495455
(73,84,85)
#3C4445
(60,68,69)
#2F3435
(47,52,53)
#222425
(34,36,37)
#151415
(21,20,21)
#000000
(0,0,0)

Tints of #97B4B5

#97B4B5
(151,180,181)
#A0BABB
(160,186,187)
#A9C0C1
(169,192,193)
#B2C6C7
(178,198,199)
#BBCCCD
(187,204,205)
#C4D2D3
(196,210,211)
#CDD8D9
(205,216,217)
#D6DEDF
(214,222,223)
#DFE4E5
(223,228,229)
#E8EAEB
(232,234,235)
#F1F0F1
(241,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #97B4B5; }

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

This text font color is #97B4B5.

Background Color

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

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

This div background color is #97B4B5.

Border color

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

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

This div border color is #97B4B5.

Opacity

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

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

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

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

This text has shadow with #97B4B5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #97B4B5.

Preview

Color preview on black background

This text has color #97B4B5 on black background.


Color preview on white background

This text has color #97B4B5 on white background.


Black color preview on #97B4B5 background

This text has black color on #97B4B5 background.


White color preview on #97B4B5 background

This text has white color on #97B4B5 background.


Related colors

Complementary color

Complementary color for #hex is #684B4A.


I love getcolorcode.com

Triadic colors

1 #B597B4 and #B4B597 with #97B4B5 are triadic colors.

2 #B5B497 and #B497B5 with #97B4B5 are triadic colors.