COLOR #97BFD2

HEX: #97BFD2 RGB: (151,191,210)

Color info

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

RGB color model

#97BFD2 color RGB value is (151,191,210).

RGB: (151,191,210) (59%, 75%, 82%)

RGB channels and saturation

R 151 of 255 = 59%
G 191 of 255 = 75%
B 210 of 255 = 82%

151
191
210

R + G + B ~ 72%. #97BFD2 is quite light color.

Portions of RGB colors in percentages

R + G + B = 151 + 191 + 210 = 552 (100%)
R 151 of 552 ~ 27.36%
G 191 of 552 ~ 34.6%
B 210 of 552 ~ 38.04'%

%27.36
%34.6
%38.04

CMYK color model

#97BFD2 color CMYK value is (28,9,0,18).

  • cyan value is 28.10%
  • magenta value is 9.05%
  • yellow value is 0.00%
  • key color value is 17.65%

CMYK: (28,9,0,18)
C28M9Y0K18 (28%, 9%, 0%, 18%)
(0.28 / 0.09 / 0.00 / 0.18)

CMYK percentages

%28.1
%9.05
%0
%17.65

Codes

Color #97BFD2 in popluar color models

97 BF D2
RGB 151 191 210
HSL 199° 39.60% 70.78%
HSB/HSV 199° 28.10% 82.35%
CMYK 28.10% 9.05% 0.00%
17.65%

Color #97BFD2 in popluar number systems.

HEX 97 BF D2
Decimal 151 191 210
Binary 10010111 10111111 11010010
Octal 227 277 322

Shades and tints

Shades of #97BFD2

#97BFD2
(151,191,210)
#8AAEBF
(138,174,191)
#7D9DAC
(125,157,172)
#708C99
(112,140,153)
#637B86
(99,123,134)
#566A73
(86,106,115)
#495960
(73,89,96)
#3C484D
(60,72,77)
#2F373A
(47,55,58)
#222627
(34,38,39)
#151514
(21,21,20)
#000000
(0,0,0)

Tints of #97BFD2

#97BFD2
(151,191,210)
#A0C4D6
(160,196,214)
#A9C9DA
(169,201,218)
#B2CEDE
(178,206,222)
#BBD3E2
(187,211,226)
#C4D8E6
(196,216,230)
#CDDDEA
(205,221,234)
#D6E2EE
(214,226,238)
#DFE7F2
(223,231,242)
#E8ECF6
(232,236,246)
#F1F1FA
(241,241,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #97BFD2 color. Also use rgb(151,191,210) instead hex code.

Text Font Color

.myTextColor { color: #97BFD2; }

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

This text font color is #97BFD2.

Background Color

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

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

This div background color is #97BFD2.

Border color

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

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

This div border color is #97BFD2.

Opacity

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

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

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

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

This text has shadow with #97BFD2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #97BFD2.

Preview

Color preview on black background

This text has color #97BFD2 on black background.


Color preview on white background

This text has color #97BFD2 on white background.


Black color preview on #97BFD2 background

This text has black color on #97BFD2 background.


White color preview on #97BFD2 background

This text has white color on #97BFD2 background.


Related colors

Complementary color

Complementary color for #hex is #68402D.


I love getcolorcode.com

Triadic colors

1 #D297BF and #BFD297 with #97BFD2 are triadic colors.

2 #D2BF97 and #BF97D2 with #97BFD2 are triadic colors.