COLOR #97BEB2

HEX: #97BEB2
RGB: (151,190,178)

Color info

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

RGB color model

#97BEB2 color RGB value is (151,190,178).

  • red value is 151;
  • green value is 190;
  • blue value is 178.
RGB:
(151,190,178)
(59%,75%,70%)

RGB channels and saturation

R 151 of 255 = 59%
G 190 of 255 = 75%
B 178 of 255 = 70%

151
190
178

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

Portions of RGB colors in percentages

R + G + B =
151 + 190 + 178 = 519 (100%)
R 151 of 519 ~ 29.09%
G 190 of 519 ~ 36.61%
B 178 of 519 ~ 34.3%

%29.09
%36.61
%34.3

CMYK color model

#97BEB2 color CMYK value is (21,0,6,25).

  • cyan value is 20.53%
  • magenta value is 0.00%
  • yellow value is 6.32%
  • key color value is 25.49%
CMYK:
(21,0,6,25)
C21M0Y6K25 
(21%,0%,6%,25%)
(0.21/0.00/0.06/0.25)	

CMYK percentages

%20.53
%0
%6.32
%25.49

Codes

Color #97BEB2 in popluar color models

97BEB2
RGB151190178
HSL162°23.08%66.86%
HSB/HSV162°20.53%74.51%
CMYK20.53%0.00%6.32%
25.49%

Color #97BEB2 in popluar number systems.

HEX97BEB2
Decimal151190178
Binary100101111011111010110010
Octal227276262

Shades and tints

Shades of #97BEB2

#97BEB2
(151,190,178)
#8AADA2
(138,173,162)
#7D9C92
(125,156,146)
#708B82
(112,139,130)
#637A72
(99,122,114)
#566962
(86,105,98)
#495852
(73,88,82)
#3C4742
(60,71,66)
#2F3632
(47,54,50)
#222522
(34,37,34)
#151412
(21,20,18)
#000000
(0,0,0)

Tints of #97BEB2

#97BEB2
(151,190,178)
#A0C3B9
(160,195,185)
#A9C8C0
(169,200,192)
#B2CDC7
(178,205,199)
#BBD2CE
(187,210,206)
#C4D7D5
(196,215,213)
#CDDCDC
(205,220,220)
#D6E1E3
(214,225,227)
#DFE6EA
(223,230,234)
#E8EBF1
(232,235,241)
#F1F0F8
(241,240,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #97BEB2; }

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

This text font color is #97BEB2.


Background Color

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

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

This div background color is #97BEB2.


Border color

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

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

This div border color is #97BEB2.


Opacity

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

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

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

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

This text has shadow with #97BEB2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #97BEB2 on black background.


Color preview on white background

This text has color #97BEB2 on white background.



Black color preview on #97BEB2 background

This text has black color on #97BEB2 background.


White color preview on #97BEB2 background

This text has white color on #97BEB2 background.