COLOR #97BEB0

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

151
190
176

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

Portions of RGB colors in percentages

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

%29.21
%36.75
%34.04

CMYK color model

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

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

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

CMYK percentages

%20.53
%0
%7.37
%25.49

Codes

Color #97BEB0 in popluar color models

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

Color #97BEB0 in popluar number systems.

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

Shades and tints

Shades of #97BEB0

#97BEB0
(151,190,176)
#8AADA0
(138,173,160)
#7D9C90
(125,156,144)
#708B80
(112,139,128)
#637A70
(99,122,112)
#566960
(86,105,96)
#495850
(73,88,80)
#3C4740
(60,71,64)
#2F3630
(47,54,48)
#222520
(34,37,32)
#151410
(21,20,16)
#000000
(0,0,0)

Tints of #97BEB0

#97BEB0
(151,190,176)
#A0C3B7
(160,195,183)
#A9C8BE
(169,200,190)
#B2CDC5
(178,205,197)
#BBD2CC
(187,210,204)
#C4D7D3
(196,215,211)
#CDDCDA
(205,220,218)
#D6E1E1
(214,225,225)
#DFE6E8
(223,230,232)
#E8EBEF
(232,235,239)
#F1F0F6
(241,240,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #97BEB0; }

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

This text font color is #97BEB0.

Background Color

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

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

This div background color is #97BEB0.

Border color

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

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

This div border color is #97BEB0.

Opacity

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

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

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

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

This text has shadow with #97BEB0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #97BEB0.

Preview

Color preview on black background

This text has color #97BEB0 on black background.


Color preview on white background

This text has color #97BEB0 on white background.


Black color preview on #97BEB0 background

This text has black color on #97BEB0 background.


White color preview on #97BEB0 background

This text has white color on #97BEB0 background.


Related colors

Complementary color

Complementary color for #hex is #68414F.


I love getcolorcode.com

Triadic colors

1 #B097BE and #BEB097 with #97BEB0 are triadic colors.

2 #B0BE97 and #BE97B0 with #97BEB0 are triadic colors.