COLOR #97DAC4

HEX: #97DAC4 RGB: (151,218,196)

Color info

#97DAC4 contains mainly green and blue colors. Web safe color of #97DAC4 is #99CCCC (or #9CC).

RGB color model

#97DAC4 color RGB value is (151,218,196).

RGB: (151,218,196) (59%, 85%, 77%)

RGB channels and saturation

R 151 of 255 = 59%
G 218 of 255 = 85%
B 196 of 255 = 77%

151
218
196

R + G + B ~ 74%. #97DAC4 is quite light color.

Portions of RGB colors in percentages

R + G + B = 151 + 218 + 196 = 565 (100%)
R 151 of 565 ~ 26.73%
G 218 of 565 ~ 38.58%
B 196 of 565 ~ 34.69'%

%26.73
%38.58
%34.69

CMYK color model

#97DAC4 color CMYK value is (31,0,10,15).

  • cyan value is 30.73%
  • magenta value is 0.00%
  • yellow value is 10.09%
  • key color value is 14.51%

CMYK: (31,0,10,15)
C31M0Y10K15 (31%, 0%, 10%, 15%)
(0.31 / 0.00 / 0.10 / 0.15)

CMYK percentages

%30.73
%0
%10.09
%14.51

Codes

Color #97DAC4 in popluar color models

97 DA C4
RGB 151 218 196
HSL 160° 47.52% 72.35%
HSB/HSV 160° 30.73% 85.49%
CMYK 30.73% 0.00% 10.09%
14.51%

Color #97DAC4 in popluar number systems.

HEX 97 DA C4
Decimal 151 218 196
Binary 10010111 11011010 11000100
Octal 227 332 304

Shades and tints

Shades of #97DAC4

#97DAC4
(151,218,196)
#8AC7B3
(138,199,179)
#7DB4A2
(125,180,162)
#70A191
(112,161,145)
#638E80
(99,142,128)
#567B6F
(86,123,111)
#49685E
(73,104,94)
#3C554D
(60,85,77)
#2F423C
(47,66,60)
#222F2B
(34,47,43)
#151C1A
(21,28,26)
#000000
(0,0,0)

Tints of #97DAC4

#97DAC4
(151,218,196)
#A0DDC9
(160,221,201)
#A9E0CE
(169,224,206)
#B2E3D3
(178,227,211)
#BBE6D8
(187,230,216)
#C4E9DD
(196,233,221)
#CDECE2
(205,236,226)
#D6EFE7
(214,239,231)
#DFF2EC
(223,242,236)
#E8F5F1
(232,245,241)
#F1F8F6
(241,248,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #97DAC4 color. Also use rgb(151,218,196) instead hex code.

Text Font Color

.myTextColor { color: #97DAC4; }

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

This text font color is #97DAC4.

Background Color

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

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

This div background color is #97DAC4.

Border color

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

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

This div border color is #97DAC4.

Opacity

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

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

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

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

This text has shadow with #97DAC4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #97DAC4.

Preview

Color preview on black background

This text has color #97DAC4 on black background.


Color preview on white background

This text has color #97DAC4 on white background.


Black color preview on #97DAC4 background

This text has black color on #97DAC4 background.


White color preview on #97DAC4 background

This text has white color on #97DAC4 background.


Related colors

Complementary color

Complementary color for #hex is #68253B.


I love getcolorcode.com

Triadic colors

1 #C497DA and #DAC497 with #97DAC4 are triadic colors.

2 #C4DA97 and #DA97C4 with #97DAC4 are triadic colors.