COLOR #97CCAE

HEX: #97CCAE
RGB: (151,204,174)

Color info

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

RGB color model

#97CCAE color RGB value is (151,204,174).

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

RGB channels and saturation

R 151 of 255 = 59%
G 204 of 255 = 80%
B 174 of 255 = 68%

151
204
174

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

Portions of RGB colors in percentages

R + G + B =
151 + 204 + 174 = 529 (100%)
R 151 of 529 ~ 28.54%
G 204 of 529 ~ 38.56%
B 174 of 529 ~ 32.89%

%28.54
%38.56
%32.89

CMYK color model

#97CCAE color CMYK value is (26,0,15,20).

  • cyan value is 25.98%
  • magenta value is 0.00%
  • yellow value is 14.71%
  • key color value is 20.00%
CMYK:
(26,0,15,20)
C26M0Y15K20 
(26%,0%,15%,20%)
(0.26/0.00/0.15/0.20)	

CMYK percentages

%25.98
%0
%14.71
%20

Codes

Color #97CCAE in popluar color models

97CCAE
RGB151204174
HSL146°34.19%69.61%
HSB/HSV146°25.98%80.00%
CMYK25.98%0.00%14.71%
20.00%

Color #97CCAE in popluar number systems.

HEX97CCAE
Decimal151204174
Binary100101111100110010101110
Octal227314256

Shades and tints

Shades of #97CCAE

#97CCAE
(151,204,174)
#8ABA9F
(138,186,159)
#7DA890
(125,168,144)
#709681
(112,150,129)
#638472
(99,132,114)
#567263
(86,114,99)
#496054
(73,96,84)
#3C4E45
(60,78,69)
#2F3C36
(47,60,54)
#222A27
(34,42,39)
#151818
(21,24,24)
#000000
(0,0,0)

Tints of #97CCAE

#97CCAE
(151,204,174)
#A0D0B5
(160,208,181)
#A9D4BC
(169,212,188)
#B2D8C3
(178,216,195)
#BBDCCA
(187,220,202)
#C4E0D1
(196,224,209)
#CDE4D8
(205,228,216)
#D6E8DF
(214,232,223)
#DFECE6
(223,236,230)
#E8F0ED
(232,240,237)
#F1F4F4
(241,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #97CCAE; }

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

This text font color is #97CCAE.


Background Color

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

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

This div background color is #97CCAE.


Border color

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

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

This div border color is #97CCAE.


Opacity

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

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

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

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

This text has shadow with #97CCAE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #97CCAE on black background.


Color preview on white background

This text has color #97CCAE on white background.



Black color preview on #97CCAE background

This text has black color on #97CCAE background.


White color preview on #97CCAE background

This text has white color on #97CCAE background.