COLOR #97C4DA

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

151
196
218

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

Portions of RGB colors in percentages

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

%26.73
%34.69
%38.58

CMYK color model

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

  • cyan value is 30.73%
  • magenta value is 10.09%
  • yellow value is 0.00%
  • key color value is 14.51%
CMYK: (31,10,0,15) C31M10Y0K15 (31%,10%,0%,15%) (0.31/0.10/0.00/0.15) 

CMYK percentages

%30.73
%10.09
%0
%14.51

Codes

Color #97C4DA in popluar color models

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

Color #97C4DA in popluar number systems.

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

Shades and tints

Shades of #97C4DA

#97C4DA
(151,196,218)
#8AB3C7
(138,179,199)
#7DA2B4
(125,162,180)
#7091A1
(112,145,161)
#63808E
(99,128,142)
#566F7B
(86,111,123)
#495E68
(73,94,104)
#3C4D55
(60,77,85)
#2F3C42
(47,60,66)
#222B2F
(34,43,47)
#151A1C
(21,26,28)
#000000
(0,0,0)

Tints of #97C4DA

#97C4DA
(151,196,218)
#A0C9DD
(160,201,221)
#A9CEE0
(169,206,224)
#B2D3E3
(178,211,227)
#BBD8E6
(187,216,230)
#C4DDE9
(196,221,233)
#CDE2EC
(205,226,236)
#D6E7EF
(214,231,239)
#DFECF2
(223,236,242)
#E8F1F5
(232,241,245)
#F1F6F8
(241,246,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #97C4DA; }

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

This text font color is #97C4DA.

Background Color

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

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

This div background color is #97C4DA.

Border color

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

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

This div border color is #97C4DA.

Opacity

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

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

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

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

This text has shadow with #97C4DA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #97C4DA.

Preview

Color preview on black background

This text has color #97C4DA on black background.


Color preview on white background

This text has color #97C4DA on white background.


Black color preview on #97C4DA background

This text has black color on #97C4DA background.


White color preview on #97C4DA background

This text has white color on #97C4DA background.


Related colors

Complementary color

Complementary color for #hex is #683B25.


I love getcolorcode.com

Triadic colors

1 #DA97C4 and #C4DA97 with #97C4DA are triadic colors.

2 #DAC497 and #C497DA with #97C4DA are triadic colors.