COLOR #97BABB

HEX: #97BABB RGB: (151,186,187)

Color info

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

RGB color model

#97BABB color RGB value is (151,186,187).

RGB: (151,186,187) (59%, 73%, 73%)

RGB channels and saturation

R 151 of 255 = 59%
G 186 of 255 = 73%
B 187 of 255 = 73%

151
186
187

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

Portions of RGB colors in percentages

R + G + B = 151 + 186 + 187 = 524 (100%)
R 151 of 524 ~ 28.82%
G 186 of 524 ~ 35.5%
B 187 of 524 ~ 35.69'%

%28.82
%35.5
%35.69

CMYK color model

#97BABB color CMYK value is (19,1,0,27).

  • cyan value is 19.25%
  • magenta value is 0.53%
  • yellow value is 0.00%
  • key color value is 26.67%

CMYK: (19,1,0,27)
C19M1Y0K27 (19%, 1%, 0%, 27%)
(0.19 / 0.01 / 0.00 / 0.27)

CMYK percentages

%19.25
%0.53
%0
%26.67

Codes

Color #97BABB in popluar color models

97 BA BB
RGB 151 186 187
HSL 182° 20.93% 66.27%
HSB/HSV 182° 19.25% 73.33%
CMYK 19.25% 0.53% 0.00%
26.67%

Color #97BABB in popluar number systems.

HEX 97 BA BB
Decimal 151 186 187
Binary 10010111 10111010 10111011
Octal 227 272 273

Shades and tints

Shades of #97BABB

#97BABB
(151,186,187)
#8AAAAA
(138,170,170)
#7D9A99
(125,154,153)
#708A88
(112,138,136)
#637A77
(99,122,119)
#566A66
(86,106,102)
#495A55
(73,90,85)
#3C4A44
(60,74,68)
#2F3A33
(47,58,51)
#222A22
(34,42,34)
#151A11
(21,26,17)
#000000
(0,0,0)

Tints of #97BABB

#97BABB
(151,186,187)
#A0C0C1
(160,192,193)
#A9C6C7
(169,198,199)
#B2CCCD
(178,204,205)
#BBD2D3
(187,210,211)
#C4D8D9
(196,216,217)
#CDDEDF
(205,222,223)
#D6E4E5
(214,228,229)
#DFEAEB
(223,234,235)
#E8F0F1
(232,240,241)
#F1F6F7
(241,246,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #97BABB color. Also use rgb(151,186,187) instead hex code.

Text Font Color

.myTextColor { color: #97BABB; }

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

This text font color is #97BABB.

Background Color

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

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

This div background color is #97BABB.

Border color

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

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

This div border color is #97BABB.

Opacity

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

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

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

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

This text has shadow with #97BABB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #97BABB.

Preview

Color preview on black background

This text has color #97BABB on black background.


Color preview on white background

This text has color #97BABB on white background.


Black color preview on #97BABB background

This text has black color on #97BABB background.


White color preview on #97BABB background

This text has white color on #97BABB background.


Related colors

Complementary color

Complementary color for #hex is #684544.


I love getcolorcode.com

Triadic colors

1 #BB97BA and #BABB97 with #97BABB are triadic colors.

2 #BBBA97 and #BA97BB with #97BABB are triadic colors.