COLOR #97CBD7

HEX: #97CBD7 RGB: (151,203,215)

Color info

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

RGB color model

#97CBD7 color RGB value is (151,203,215).

RGB: (151,203,215) (59%, 80%, 84%)

RGB channels and saturation

R 151 of 255 = 59%
G 203 of 255 = 80%
B 215 of 255 = 84%

151
203
215

R + G + B ~ 74%. #97CBD7 is quite light color.

Portions of RGB colors in percentages

R + G + B = 151 + 203 + 215 = 569 (100%)
R 151 of 569 ~ 26.54%
G 203 of 569 ~ 35.68%
B 215 of 569 ~ 37.79'%

%26.54
%35.68
%37.79

CMYK color model

#97CBD7 color CMYK value is (30,6,0,16).

  • cyan value is 29.77%
  • magenta value is 5.58%
  • yellow value is 0.00%
  • key color value is 15.69%

CMYK: (30,6,0,16)
C30M6Y0K16 (30%, 6%, 0%, 16%)
(0.30 / 0.06 / 0.00 / 0.16)

CMYK percentages

%29.77
%5.58
%0
%15.69

Codes

Color #97CBD7 in popluar color models

97 CB D7
RGB 151 203 215
HSL 191° 44.44% 71.76%
HSB/HSV 191° 29.77% 84.31%
CMYK 29.77% 5.58% 0.00%
15.69%

Color #97CBD7 in popluar number systems.

HEX 97 CB D7
Decimal 151 203 215
Binary 10010111 11001011 11010111
Octal 227 313 327

Shades and tints

Shades of #97CBD7

#97CBD7
(151,203,215)
#8AB9C4
(138,185,196)
#7DA7B1
(125,167,177)
#70959E
(112,149,158)
#63838B
(99,131,139)
#567178
(86,113,120)
#495F65
(73,95,101)
#3C4D52
(60,77,82)
#2F3B3F
(47,59,63)
#22292C
(34,41,44)
#151719
(21,23,25)
#000000
(0,0,0)

Tints of #97CBD7

#97CBD7
(151,203,215)
#A0CFDA
(160,207,218)
#A9D3DD
(169,211,221)
#B2D7E0
(178,215,224)
#BBDBE3
(187,219,227)
#C4DFE6
(196,223,230)
#CDE3E9
(205,227,233)
#D6E7EC
(214,231,236)
#DFEBEF
(223,235,239)
#E8EFF2
(232,239,242)
#F1F3F5
(241,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #97CBD7 color. Also use rgb(151,203,215) instead hex code.

Text Font Color

.myTextColor { color: #97CBD7; }

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

This text font color is #97CBD7.

Background Color

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

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

This div background color is #97CBD7.

Border color

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

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

This div border color is #97CBD7.

Opacity

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

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

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

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

This text has shadow with #97CBD7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #97CBD7.

Preview

Color preview on black background

This text has color #97CBD7 on black background.


Color preview on white background

This text has color #97CBD7 on white background.


Black color preview on #97CBD7 background

This text has black color on #97CBD7 background.


White color preview on #97CBD7 background

This text has white color on #97CBD7 background.


Related colors

Complementary color

Complementary color for #hex is #683428.


I love getcolorcode.com

Triadic colors

1 #D797CB and #CBD797 with #97CBD7 are triadic colors.

2 #D7CB97 and #CB97D7 with #97CBD7 are triadic colors.