COLOR #97CAF3

HEX: #97CAF3 RGB: (151,202,243)

Color info

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

RGB color model

#97CAF3 color RGB value is (151,202,243).

RGB: (151,202,243) (59%, 79%, 95%)

RGB channels and saturation

R 151 of 255 = 59%
G 202 of 255 = 79%
B 243 of 255 = 95%

151
202
243

R + G + B ~ 78%. #97CAF3 is quite light color.

Portions of RGB colors in percentages

R + G + B = 151 + 202 + 243 = 596 (100%)
R 151 of 596 ~ 25.34%
G 202 of 596 ~ 33.89%
B 243 of 596 ~ 40.77'%

%25.34
%33.89
%40.77

CMYK color model

#97CAF3 color CMYK value is (38,17,0,5).

  • cyan value is 37.86%
  • magenta value is 16.87%
  • yellow value is 0.00%
  • key color value is 4.71%

CMYK: (38,17,0,5)
C38M17Y0K5 (38%, 17%, 0%, 5%)
(0.38 / 0.17 / 0.00 / 0.05)

CMYK percentages

%37.86
%16.87
%0
%4.71

Codes

Color #97CAF3 in popluar color models

97 CA F3
RGB 151 202 243
HSL 207° 79.31% 77.25%
HSB/HSV 207° 37.86% 95.29%
CMYK 37.86% 16.87% 0.00%
4.71%

Color #97CAF3 in popluar number systems.

HEX 97 CA F3
Decimal 151 202 243
Binary 10010111 11001010 11110011
Octal 227 312 363

Shades and tints

Shades of #97CAF3

#97CAF3
(151,202,243)
#8AB8DD
(138,184,221)
#7DA6C7
(125,166,199)
#7094B1
(112,148,177)
#63829B
(99,130,155)
#567085
(86,112,133)
#495E6F
(73,94,111)
#3C4C59
(60,76,89)
#2F3A43
(47,58,67)
#22282D
(34,40,45)
#151617
(21,22,23)
#000000
(0,0,0)

Tints of #97CAF3

#97CAF3
(151,202,243)
#A0CEF4
(160,206,244)
#A9D2F5
(169,210,245)
#B2D6F6
(178,214,246)
#BBDAF7
(187,218,247)
#C4DEF8
(196,222,248)
#CDE2F9
(205,226,249)
#D6E6FA
(214,230,250)
#DFEAFB
(223,234,251)
#E8EEFC
(232,238,252)
#F1F2FD
(241,242,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #97CAF3 color. Also use rgb(151,202,243) instead hex code.

Text Font Color

.myTextColor { color: #97CAF3; }

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

This text font color is #97CAF3.

Background Color

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

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

This div background color is #97CAF3.

Border color

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

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

This div border color is #97CAF3.

Opacity

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

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

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

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

This text has shadow with #97CAF3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #97CAF3.

Preview

Color preview on black background

This text has color #97CAF3 on black background.


Color preview on white background

This text has color #97CAF3 on white background.


Black color preview on #97CAF3 background

This text has black color on #97CAF3 background.


White color preview on #97CAF3 background

This text has white color on #97CAF3 background.


Related colors

Complementary color

Complementary color for #hex is #68350C.


I love getcolorcode.com

Triadic colors

1 #F397CA and #CAF397 with #97CAF3 are triadic colors.

2 #F3CA97 and #CA97F3 with #97CAF3 are triadic colors.