COLOR #97D5DD

HEX: #97D5DD RGB: (151,213,221)

Color info

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

RGB color model

#97D5DD color RGB value is (151,213,221).

RGB: (151,213,221) (59%, 84%, 87%)

RGB channels and saturation

R 151 of 255 = 59%
G 213 of 255 = 84%
B 221 of 255 = 87%

151
213
221

R + G + B ~ 77%. #97D5DD is quite light color.

Portions of RGB colors in percentages

R + G + B = 151 + 213 + 221 = 585 (100%)
R 151 of 585 ~ 25.81%
G 213 of 585 ~ 36.41%
B 221 of 585 ~ 37.78'%

%25.81
%36.41
%37.78

CMYK color model

#97D5DD color CMYK value is (32,4,0,13).

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

CMYK: (32,4,0,13)
C32M4Y0K13 (32%, 4%, 0%, 13%)
(0.32 / 0.04 / 0.00 / 0.13)

CMYK percentages

%31.67
%3.62
%0
%13.33

Codes

Color #97D5DD in popluar color models

97 D5 DD
RGB 151 213 221
HSL 187° 50.72% 72.94%
HSB/HSV 187° 31.67% 86.67%
CMYK 31.67% 3.62% 0.00%
13.33%

Color #97D5DD in popluar number systems.

HEX 97 D5 DD
Decimal 151 213 221
Binary 10010111 11010101 11011101
Octal 227 325 335

Shades and tints

Shades of #97D5DD

#97D5DD
(151,213,221)
#8AC2C9
(138,194,201)
#7DAFB5
(125,175,181)
#709CA1
(112,156,161)
#63898D
(99,137,141)
#567679
(86,118,121)
#496365
(73,99,101)
#3C5051
(60,80,81)
#2F3D3D
(47,61,61)
#222A29
(34,42,41)
#151715
(21,23,21)
#000000
(0,0,0)

Tints of #97D5DD

#97D5DD
(151,213,221)
#A0D8E0
(160,216,224)
#A9DBE3
(169,219,227)
#B2DEE6
(178,222,230)
#BBE1E9
(187,225,233)
#C4E4EC
(196,228,236)
#CDE7EF
(205,231,239)
#D6EAF2
(214,234,242)
#DFEDF5
(223,237,245)
#E8F0F8
(232,240,248)
#F1F3FB
(241,243,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #97D5DD; }

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

This text font color is #97D5DD.

Background Color

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

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

This div background color is #97D5DD.

Border color

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

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

This div border color is #97D5DD.

Opacity

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

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

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

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

This text has shadow with #97D5DD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #97D5DD.

Preview

Color preview on black background

This text has color #97D5DD on black background.


Color preview on white background

This text has color #97D5DD on white background.


Black color preview on #97D5DD background

This text has black color on #97D5DD background.


White color preview on #97D5DD background

This text has white color on #97D5DD background.


Related colors

Complementary color

Complementary color for #hex is #682A22.


I love getcolorcode.com

Triadic colors

1 #DD97D5 and #D5DD97 with #97D5DD are triadic colors.

2 #DDD597 and #D597DD with #97D5DD are triadic colors.