COLOR #97BBCB

HEX: #97BBCB
RGB: (151,187,203)

Color info

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

RGB color model

#97BBCB color RGB value is (151,187,203).

  • red value is 151;
  • green value is 187;
  • blue value is 203.
RGB:
(151,187,203)
(59%,73%,80%)

RGB channels and saturation

R 151 of 255 = 59%
G 187 of 255 = 73%
B 203 of 255 = 80%

151
187
203

R + G + B ~ 71%. #97BBCB is quite light color.

Portions of RGB colors in percentages

R + G + B =
151 + 187 + 203 = 541 (100%)
R 151 of 541 ~ 27.91%
G 187 of 541 ~ 34.57%
B 203 of 541 ~ 37.52%

%27.91
%34.57
%37.52

CMYK color model

#97BBCB color CMYK value is (26,8,0,20).

  • cyan value is 25.62%
  • magenta value is 7.88%
  • yellow value is 0.00%
  • key color value is 20.39%
CMYK:
(26,8,0,20)
C26M8Y0K20 
(26%,8%,0%,20%)
(0.26/0.08/0.00/0.20)	

CMYK percentages

%25.62
%7.88
%0
%20.39

Codes

Color #97BBCB in popluar color models

97BBCB
RGB151187203
HSL198°33.33%69.41%
HSB/HSV198°25.62%79.61%
CMYK25.62%7.88%0.00%
20.39%

Color #97BBCB in popluar number systems.

HEX97BBCB
Decimal151187203
Binary100101111011101111001011
Octal227273313

Shades and tints

Shades of #97BBCB

#97BBCB
(151,187,203)
#8AAAB9
(138,170,185)
#7D99A7
(125,153,167)
#708895
(112,136,149)
#637783
(99,119,131)
#566671
(86,102,113)
#49555F
(73,85,95)
#3C444D
(60,68,77)
#2F333B
(47,51,59)
#222229
(34,34,41)
#151117
(21,17,23)
#000000
(0,0,0)

Tints of #97BBCB

#97BBCB
(151,187,203)
#A0C1CF
(160,193,207)
#A9C7D3
(169,199,211)
#B2CDD7
(178,205,215)
#BBD3DB
(187,211,219)
#C4D9DF
(196,217,223)
#CDDFE3
(205,223,227)
#D6E5E7
(214,229,231)
#DFEBEB
(223,235,235)
#E8F1EF
(232,241,239)
#F1F7F3
(241,247,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #97BBCB; }

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

This text font color is #97BBCB.


Background Color

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

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

This div background color is #97BBCB.


Border color

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

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

This div border color is #97BBCB.


Opacity

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

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

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

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

This text has shadow with #97BBCB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #97BBCB on black background.


Color preview on white background

This text has color #97BBCB on white background.



Black color preview on #97BBCB background

This text has black color on #97BBCB background.


White color preview on #97BBCB background

This text has white color on #97BBCB background.