COLOR #97BCBE

HEX: #97BCBE RGB: (151,188,190)

Color info

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

RGB color model

#97BCBE color RGB value is (151,188,190).

RGB: (151,188,190) (59%, 74%, 75%)

RGB channels and saturation

R 151 of 255 = 59%
G 188 of 255 = 74%
B 190 of 255 = 75%

151
188
190

R + G + B ~ 69%. #97BCBE is quite light color.

Portions of RGB colors in percentages

R + G + B = 151 + 188 + 190 = 529 (100%)
R 151 of 529 ~ 28.54%
G 188 of 529 ~ 35.54%
B 190 of 529 ~ 35.92'%

%28.54
%35.54
%35.92

CMYK color model

#97BCBE color CMYK value is (21,1,0,25).

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

CMYK: (21,1,0,25)
C21M1Y0K25 (21%, 1%, 0%, 25%)
(0.21 / 0.01 / 0.00 / 0.25)

CMYK percentages

%20.53
%1.05
%0
%25.49

Codes

Color #97BCBE in popluar color models

97 BC BE
RGB 151 188 190
HSL 183° 23.08% 66.86%
HSB/HSV 183° 20.53% 74.51%
CMYK 20.53% 1.05% 0.00%
25.49%

Color #97BCBE in popluar number systems.

HEX 97 BC BE
Decimal 151 188 190
Binary 10010111 10111100 10111110
Octal 227 274 276

Shades and tints

Shades of #97BCBE

#97BCBE
(151,188,190)
#8AABAD
(138,171,173)
#7D9A9C
(125,154,156)
#70898B
(112,137,139)
#63787A
(99,120,122)
#566769
(86,103,105)
#495658
(73,86,88)
#3C4547
(60,69,71)
#2F3436
(47,52,54)
#222325
(34,35,37)
#151214
(21,18,20)
#000000
(0,0,0)

Tints of #97BCBE

#97BCBE
(151,188,190)
#A0C2C3
(160,194,195)
#A9C8C8
(169,200,200)
#B2CECD
(178,206,205)
#BBD4D2
(187,212,210)
#C4DAD7
(196,218,215)
#CDE0DC
(205,224,220)
#D6E6E1
(214,230,225)
#DFECE6
(223,236,230)
#E8F2EB
(232,242,235)
#F1F8F0
(241,248,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #97BCBE; }

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

This text font color is #97BCBE.

Background Color

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

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

This div background color is #97BCBE.

Border color

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

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

This div border color is #97BCBE.

Opacity

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

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

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

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

This text has shadow with #97BCBE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #97BCBE.

Preview

Color preview on black background

This text has color #97BCBE on black background.


Color preview on white background

This text has color #97BCBE on white background.


Black color preview on #97BCBE background

This text has black color on #97BCBE background.


White color preview on #97BCBE background

This text has white color on #97BCBE background.


Related colors

Complementary color

Complementary color for #hex is #684341.


I love getcolorcode.com

Triadic colors

1 #BE97BC and #BCBE97 with #97BCBE are triadic colors.

2 #BEBC97 and #BC97BE with #97BCBE are triadic colors.