COLOR #97BCDD

HEX: #97BCDD RGB: (151,188,221)

Color info

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

RGB color model

#97BCDD color RGB value is (151,188,221).

RGB: (151,188,221) (59%, 74%, 87%)

RGB channels and saturation

R 151 of 255 = 59%
G 188 of 255 = 74%
B 221 of 255 = 87%

151
188
221

R + G + B ~ 73%. #97BCDD is quite light color.

Portions of RGB colors in percentages

R + G + B = 151 + 188 + 221 = 560 (100%)
R 151 of 560 ~ 26.96%
G 188 of 560 ~ 33.57%
B 221 of 560 ~ 39.46'%

%26.96
%33.57
%39.46

CMYK color model

#97BCDD color CMYK value is (32,15,0,13).

  • cyan value is 31.67%
  • magenta value is 14.93%
  • yellow value is 0.00%
  • key color value is 13.33%

CMYK: (32,15,0,13)
C32M15Y0K13 (32%, 15%, 0%, 13%)
(0.32 / 0.15 / 0.00 / 0.13)

CMYK percentages

%31.67
%14.93
%0
%13.33

Codes

Color #97BCDD in popluar color models

97 BC DD
RGB 151 188 221
HSL 208° 50.72% 72.94%
HSB/HSV 208° 31.67% 86.67%
CMYK 31.67% 14.93% 0.00%
13.33%

Color #97BCDD in popluar number systems.

HEX 97 BC DD
Decimal 151 188 221
Binary 10010111 10111100 11011101
Octal 227 274 335

Shades and tints

Shades of #97BCDD

#97BCDD
(151,188,221)
#8AABC9
(138,171,201)
#7D9AB5
(125,154,181)
#7089A1
(112,137,161)
#63788D
(99,120,141)
#566779
(86,103,121)
#495665
(73,86,101)
#3C4551
(60,69,81)
#2F343D
(47,52,61)
#222329
(34,35,41)
#151215
(21,18,21)
#000000
(0,0,0)

Tints of #97BCDD

#97BCDD
(151,188,221)
#A0C2E0
(160,194,224)
#A9C8E3
(169,200,227)
#B2CEE6
(178,206,230)
#BBD4E9
(187,212,233)
#C4DAEC
(196,218,236)
#CDE0EF
(205,224,239)
#D6E6F2
(214,230,242)
#DFECF5
(223,236,245)
#E8F2F8
(232,242,248)
#F1F8FB
(241,248,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #97BCDD color. Also use rgb(151,188,221) instead hex code.

Text Font Color

.myTextColor { color: #97BCDD; }

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

This text font color is #97BCDD.

Background Color

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

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

This div background color is #97BCDD.

Border color

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

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

This div border color is #97BCDD.

Opacity

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

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

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

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

This text has shadow with #97BCDD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #97BCDD.

Preview

Color preview on black background

This text has color #97BCDD on black background.


Color preview on white background

This text has color #97BCDD on white background.


Black color preview on #97BCDD background

This text has black color on #97BCDD background.


White color preview on #97BCDD background

This text has white color on #97BCDD background.


Related colors

Complementary color

Complementary color for #hex is #684322.


I love getcolorcode.com

Triadic colors

1 #DD97BC and #BCDD97 with #97BCDD are triadic colors.

2 #DDBC97 and #BC97DD with #97BCDD are triadic colors.