COLOR #97BEAE

HEX: #97BEAE
RGB: (151,190,174)

Color info

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

RGB color model

#97BEAE color RGB value is (151,190,174).

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

RGB channels and saturation

R 151 of 255 = 59%
G 190 of 255 = 75%
B 174 of 255 = 68%

151
190
174

R + G + B ~ 67%. #97BEAE is quite light color.

Portions of RGB colors in percentages

R + G + B =
151 + 190 + 174 = 515 (100%)
R 151 of 515 ~ 29.32%
G 190 of 515 ~ 36.89%
B 174 of 515 ~ 33.79%

%29.32
%36.89
%33.79

CMYK color model

#97BEAE color CMYK value is (21,0,8,25).

  • cyan value is 20.53%
  • magenta value is 0.00%
  • yellow value is 8.42%
  • key color value is 25.49%
CMYK:
(21,0,8,25)
C21M0Y8K25 
(21%,0%,8%,25%)
(0.21/0.00/0.08/0.25)	

CMYK percentages

%20.53
%0
%8.42
%25.49

Codes

Color #97BEAE in popluar color models

97BEAE
RGB151190174
HSL155°23.08%66.86%
HSB/HSV155°20.53%74.51%
CMYK20.53%0.00%8.42%
25.49%

Color #97BEAE in popluar number systems.

HEX97BEAE
Decimal151190174
Binary100101111011111010101110
Octal227276256

Shades and tints

Shades of #97BEAE

#97BEAE
(151,190,174)
#8AAD9F
(138,173,159)
#7D9C90
(125,156,144)
#708B81
(112,139,129)
#637A72
(99,122,114)
#566963
(86,105,99)
#495854
(73,88,84)
#3C4745
(60,71,69)
#2F3636
(47,54,54)
#222527
(34,37,39)
#151418
(21,20,24)
#000000
(0,0,0)

Tints of #97BEAE

#97BEAE
(151,190,174)
#A0C3B5
(160,195,181)
#A9C8BC
(169,200,188)
#B2CDC3
(178,205,195)
#BBD2CA
(187,210,202)
#C4D7D1
(196,215,209)
#CDDCD8
(205,220,216)
#D6E1DF
(214,225,223)
#DFE6E6
(223,230,230)
#E8EBED
(232,235,237)
#F1F0F4
(241,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #97BEAE; }

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

This text font color is #97BEAE.


Background Color

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

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

This div background color is #97BEAE.


Border color

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

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

This div border color is #97BEAE.


Opacity

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

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

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

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

This text has shadow with #97BEAE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #97BEAE on black background.


Color preview on white background

This text has color #97BEAE on white background.



Black color preview on #97BEAE background

This text has black color on #97BEAE background.


White color preview on #97BEAE background

This text has white color on #97BEAE background.