COLOR #97CBB4

HEX: #97CBB4
RGB: (151,203,180)

Color info

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

RGB color model

#97CBB4 color RGB value is (151,203,180).

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

RGB channels and saturation

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

151
203
180

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

Portions of RGB colors in percentages

R + G + B =
151 + 203 + 180 = 534 (100%)
R 151 of 534 ~ 28.28%
G 203 of 534 ~ 38.01%
B 180 of 534 ~ 33.71%

%28.28
%38.01
%33.71

CMYK color model

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

  • cyan value is 25.62%
  • magenta value is 0.00%
  • yellow value is 11.33%
  • 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
%11.33
%20.39

Codes

Color #97CBB4 in popluar color models

97CBB4
RGB151203180
HSL153°33.33%69.41%
HSB/HSV153°25.62%79.61%
CMYK25.62%0.00%11.33%
20.39%

Color #97CBB4 in popluar number systems.

HEX97CBB4
Decimal151203180
Binary100101111100101110110100
Octal227313264

Shades and tints

Shades of #97CBB4

#97CBB4
(151,203,180)
#8AB9A4
(138,185,164)
#7DA794
(125,167,148)
#709584
(112,149,132)
#638374
(99,131,116)
#567164
(86,113,100)
#495F54
(73,95,84)
#3C4D44
(60,77,68)
#2F3B34
(47,59,52)
#222924
(34,41,36)
#151714
(21,23,20)
#000000
(0,0,0)

Tints of #97CBB4

#97CBB4
(151,203,180)
#A0CFBA
(160,207,186)
#A9D3C0
(169,211,192)
#B2D7C6
(178,215,198)
#BBDBCC
(187,219,204)
#C4DFD2
(196,223,210)
#CDE3D8
(205,227,216)
#D6E7DE
(214,231,222)
#DFEBE4
(223,235,228)
#E8EFEA
(232,239,234)
#F1F3F0
(241,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #97CBB4; }

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

This text font color is #97CBB4.


Background Color

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

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

This div background color is #97CBB4.


Border color

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

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

This div border color is #97CBB4.


Opacity

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

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

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

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

This text has shadow with #97CBB4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #97CBB4 on black background.


Color preview on white background

This text has color #97CBB4 on white background.



Black color preview on #97CBB4 background

This text has black color on #97CBB4 background.


White color preview on #97CBB4 background

This text has white color on #97CBB4 background.