COLOR #97C6EA

HEX: #97C6EA RGB: (151,198,234)

Color info

#97C6EA contains mainly green and blue colors. Web safe color of #97C6EA is #99CCFF (or #9CF).

RGB color model

#97C6EA color RGB value is (151,198,234).

RGB: (151,198,234) (59%, 78%, 92%)

RGB channels and saturation

R 151 of 255 = 59%
G 198 of 255 = 78%
B 234 of 255 = 92%

151
198
234

R + G + B ~ 76%. #97C6EA is quite light color.

Portions of RGB colors in percentages

R + G + B = 151 + 198 + 234 = 583 (100%)
R 151 of 583 ~ 25.9%
G 198 of 583 ~ 33.96%
B 234 of 583 ~ 40.14'%

%25.9
%33.96
%40.14

CMYK color model

#97C6EA color CMYK value is (35,15,0,8).

  • cyan value is 35.47%
  • magenta value is 15.38%
  • yellow value is 0.00%
  • key color value is 8.24%

CMYK: (35,15,0,8)
C35M15Y0K8 (35%, 15%, 0%, 8%)
(0.35 / 0.15 / 0.00 / 0.08)

CMYK percentages

%35.47
%15.38
%0
%8.24

Codes

Color #97C6EA in popluar color models

97 C6 EA
RGB 151 198 234
HSL 206° 66.40% 75.49%
HSB/HSV 206° 35.47% 91.76%
CMYK 35.47% 15.38% 0.00%
8.24%

Color #97C6EA in popluar number systems.

HEX 97 C6 EA
Decimal 151 198 234
Binary 10010111 11000110 11101010
Octal 227 306 352

Shades and tints

Shades of #97C6EA

#97C6EA
(151,198,234)
#8AB4D5
(138,180,213)
#7DA2C0
(125,162,192)
#7090AB
(112,144,171)
#637E96
(99,126,150)
#566C81
(86,108,129)
#495A6C
(73,90,108)
#3C4857
(60,72,87)
#2F3642
(47,54,66)
#22242D
(34,36,45)
#151218
(21,18,24)
#000000
(0,0,0)

Tints of #97C6EA

#97C6EA
(151,198,234)
#A0CBEB
(160,203,235)
#A9D0EC
(169,208,236)
#B2D5ED
(178,213,237)
#BBDAEE
(187,218,238)
#C4DFEF
(196,223,239)
#CDE4F0
(205,228,240)
#D6E9F1
(214,233,241)
#DFEEF2
(223,238,242)
#E8F3F3
(232,243,243)
#F1F8F4
(241,248,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #97C6EA color. Also use rgb(151,198,234) instead hex code.

Text Font Color

.myTextColor { color: #97C6EA; }

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

This text font color is #97C6EA.

Background Color

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

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

This div background color is #97C6EA.

Border color

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

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

This div border color is #97C6EA.

Opacity

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

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

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

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

This text has shadow with #97C6EA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #97C6EA.

Preview

Color preview on black background

This text has color #97C6EA on black background.


Color preview on white background

This text has color #97C6EA on white background.


Black color preview on #97C6EA background

This text has black color on #97C6EA background.


White color preview on #97C6EA background

This text has white color on #97C6EA background.


Related colors

Complementary color

Complementary color for #97C6EA is #683915.


I love getcolorcode.com

Triadic colors

1 #EA97C6 and #C6EA97 with #97C6EA are triadic colors.

2 #EAC697 and #C697EA with #97C6EA are triadic colors.