COLOR #97B0BE

HEX: #97B0BE RGB: (151,176,190)

Color info

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

RGB color model

#97B0BE color RGB value is (151,176,190).

RGB: (151,176,190) (59%, 69%, 75%)

RGB channels and saturation

R 151 of 255 = 59%
G 176 of 255 = 69%
B 190 of 255 = 75%

151
176
190

R + G + B ~ 68%. #97B0BE is quite light color.

Portions of RGB colors in percentages

R + G + B = 151 + 176 + 190 = 517 (100%)
R 151 of 517 ~ 29.21%
G 176 of 517 ~ 34.04%
B 190 of 517 ~ 36.75'%

%29.21
%34.04
%36.75

CMYK color model

#97B0BE color CMYK value is (21,7,0,25).

  • cyan value is 20.53%
  • magenta value is 7.37%
  • yellow value is 0.00%
  • key color value is 25.49%

CMYK: (21,7,0,25)
C21M7Y0K25 (21%, 7%, 0%, 25%)
(0.21 / 0.07 / 0.00 / 0.25)

CMYK percentages

%20.53
%7.37
%0
%25.49

Codes

Color #97B0BE in popluar color models

97 B0 BE
RGB 151 176 190
HSL 202° 23.08% 66.86%
HSB/HSV 202° 20.53% 74.51%
CMYK 20.53% 7.37% 0.00%
25.49%

Color #97B0BE in popluar number systems.

HEX 97 B0 BE
Decimal 151 176 190
Binary 10010111 10110000 10111110
Octal 227 260 276

Shades and tints

Shades of #97B0BE

#97B0BE
(151,176,190)
#8AA0AD
(138,160,173)
#7D909C
(125,144,156)
#70808B
(112,128,139)
#63707A
(99,112,122)
#566069
(86,96,105)
#495058
(73,80,88)
#3C4047
(60,64,71)
#2F3036
(47,48,54)
#222025
(34,32,37)
#151014
(21,16,20)
#000000
(0,0,0)

Tints of #97B0BE

#97B0BE
(151,176,190)
#A0B7C3
(160,183,195)
#A9BEC8
(169,190,200)
#B2C5CD
(178,197,205)
#BBCCD2
(187,204,210)
#C4D3D7
(196,211,215)
#CDDADC
(205,218,220)
#D6E1E1
(214,225,225)
#DFE8E6
(223,232,230)
#E8EFEB
(232,239,235)
#F1F6F0
(241,246,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #97B0BE color. Also use rgb(151,176,190) instead hex code.

Text Font Color

.myTextColor { color: #97B0BE; }

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

This text font color is #97B0BE.

Background Color

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

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

This div background color is #97B0BE.

Border color

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

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

This div border color is #97B0BE.

Opacity

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

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

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

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

This text has shadow with #97B0BE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #97B0BE.

Preview

Color preview on black background

This text has color #97B0BE on black background.


Color preview on white background

This text has color #97B0BE on white background.


Black color preview on #97B0BE background

This text has black color on #97B0BE background.


White color preview on #97B0BE background

This text has white color on #97B0BE background.


Related colors

Complementary color

Complementary color for #hex is #684F41.


I love getcolorcode.com

Triadic colors

1 #BE97B0 and #B0BE97 with #97B0BE are triadic colors.

2 #BEB097 and #B097BE with #97B0BE are triadic colors.