COLOR #97CBB5

HEX: #97CBB5
RGB: (151,203,181)

Color info

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

RGB color model

#97CBB5 color RGB value is (151,203,181).

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

RGB channels and saturation

R 151 of 255 = 59%
G 203 of 255 = 80%
B 181 of 255 = 71%

151
203
181

R + G + B ~ 70%. #97CBB5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
151 + 203 + 181 = 535 (100%)
R 151 of 535 ~ 28.22%
G 203 of 535 ~ 37.94%
B 181 of 535 ~ 33.83%

%28.22
%37.94
%33.83

CMYK color model

#97CBB5 color CMYK value is (26,0,11,20).

  • cyan value is 25.62%
  • magenta value is 0.00%
  • yellow value is 10.84%
  • key color value is 20.39%
CMYK:
(26,0,11,20)
C26M0Y11K20 
(26%,0%,11%,20%)
(0.26/0.00/0.11/0.20)	

CMYK percentages

%25.62
%0
%10.84
%20.39

Codes

Color #97CBB5 in popluar color models

97CBB5
RGB151203181
HSL155°33.33%69.41%
HSB/HSV155°25.62%79.61%
CMYK25.62%0.00%10.84%
20.39%

Color #97CBB5 in popluar number systems.

HEX97CBB5
Decimal151203181
Binary100101111100101110110101
Octal227313265

Shades and tints

Shades of #97CBB5

#97CBB5
(151,203,181)
#8AB9A5
(138,185,165)
#7DA795
(125,167,149)
#709585
(112,149,133)
#638375
(99,131,117)
#567165
(86,113,101)
#495F55
(73,95,85)
#3C4D45
(60,77,69)
#2F3B35
(47,59,53)
#222925
(34,41,37)
#151715
(21,23,21)
#000000
(0,0,0)

Tints of #97CBB5

#97CBB5
(151,203,181)
#A0CFBB
(160,207,187)
#A9D3C1
(169,211,193)
#B2D7C7
(178,215,199)
#BBDBCD
(187,219,205)
#C4DFD3
(196,223,211)
#CDE3D9
(205,227,217)
#D6E7DF
(214,231,223)
#DFEBE5
(223,235,229)
#E8EFEB
(232,239,235)
#F1F3F1
(241,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #97CBB5; }

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

This text font color is #97CBB5.


Background Color

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

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

This div background color is #97CBB5.


Border color

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

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

This div border color is #97CBB5.


Opacity

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

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

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

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

This text has shadow with #97CBB5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #97CBB5 on black background.


Color preview on white background

This text has color #97CBB5 on white background.



Black color preview on #97CBB5 background

This text has black color on #97CBB5 background.


White color preview on #97CBB5 background

This text has white color on #97CBB5 background.