COLOR #97CDDB

HEX: #97CDDB RGB: (151,205,219)

Color info

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

RGB color model

#97CDDB color RGB value is (151,205,219).

RGB: (151,205,219) (59%, 80%, 86%)

RGB channels and saturation

R 151 of 255 = 59%
G 205 of 255 = 80%
B 219 of 255 = 86%

151
205
219

R + G + B ~ 75%. #97CDDB is quite light color.

Portions of RGB colors in percentages

R + G + B = 151 + 205 + 219 = 575 (100%)
R 151 of 575 ~ 26.26%
G 205 of 575 ~ 35.65%
B 219 of 575 ~ 38.09'%

%26.26
%35.65
%38.09

CMYK color model

#97CDDB color CMYK value is (31,6,0,14).

  • cyan value is 31.05%
  • magenta value is 6.39%
  • yellow value is 0.00%
  • key color value is 14.12%

CMYK: (31,6,0,14)
C31M6Y0K14 (31%, 6%, 0%, 14%)
(0.31 / 0.06 / 0.00 / 0.14)

CMYK percentages

%31.05
%6.39
%0
%14.12

Codes

Color #97CDDB in popluar color models

97 CD DB
RGB 151 205 219
HSL 192° 48.57% 72.55%
HSB/HSV 192° 31.05% 85.88%
CMYK 31.05% 6.39% 0.00%
14.12%

Color #97CDDB in popluar number systems.

HEX 97 CD DB
Decimal 151 205 219
Binary 10010111 11001101 11011011
Octal 227 315 333

Shades and tints

Shades of #97CDDB

#97CDDB
(151,205,219)
#8ABBC8
(138,187,200)
#7DA9B5
(125,169,181)
#7097A2
(112,151,162)
#63858F
(99,133,143)
#56737C
(86,115,124)
#496169
(73,97,105)
#3C4F56
(60,79,86)
#2F3D43
(47,61,67)
#222B30
(34,43,48)
#15191D
(21,25,29)
#000000
(0,0,0)

Tints of #97CDDB

#97CDDB
(151,205,219)
#A0D1DE
(160,209,222)
#A9D5E1
(169,213,225)
#B2D9E4
(178,217,228)
#BBDDE7
(187,221,231)
#C4E1EA
(196,225,234)
#CDE5ED
(205,229,237)
#D6E9F0
(214,233,240)
#DFEDF3
(223,237,243)
#E8F1F6
(232,241,246)
#F1F5F9
(241,245,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #97CDDB color. Also use rgb(151,205,219) instead hex code.

Text Font Color

.myTextColor { color: #97CDDB; }

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

This text font color is #97CDDB.

Background Color

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

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

This div background color is #97CDDB.

Border color

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

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

This div border color is #97CDDB.

Opacity

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

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

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

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

This text has shadow with #97CDDB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #97CDDB.

Preview

Color preview on black background

This text has color #97CDDB on black background.


Color preview on white background

This text has color #97CDDB on white background.


Black color preview on #97CDDB background

This text has black color on #97CDDB background.


White color preview on #97CDDB background

This text has white color on #97CDDB background.


Related colors

Complementary color

Complementary color for #hex is #683224.


I love getcolorcode.com

Triadic colors

1 #DB97CD and #CDDB97 with #97CDDB are triadic colors.

2 #DBCD97 and #CD97DB with #97CDDB are triadic colors.