COLOR #97CDB1

HEX: #97CDB1
RGB: (151,205,177)

Color info

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

RGB color model

#97CDB1 color RGB value is (151,205,177).

  • red value is 151;
  • green value is 205;
  • blue value is 177.
RGB:
(151,205,177)
(59%,80%,69%)

RGB channels and saturation

R 151 of 255 = 59%
G 205 of 255 = 80%
B 177 of 255 = 69%

151
205
177

R + G + B ~ 69%. #97CDB1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
151 + 205 + 177 = 533 (100%)
R 151 of 533 ~ 28.33%
G 205 of 533 ~ 38.46%
B 177 of 533 ~ 33.21%

%28.33
%38.46
%33.21

CMYK color model

#97CDB1 color CMYK value is (26,0,14,20).

  • cyan value is 26.34%
  • magenta value is 0.00%
  • yellow value is 13.66%
  • key color value is 19.61%
CMYK:
(26,0,14,20)
C26M0Y14K20 
(26%,0%,14%,20%)
(0.26/0.00/0.14/0.20)	

CMYK percentages

%26.34
%0
%13.66
%19.61

Codes

Color #97CDB1 in popluar color models

97CDB1
RGB151205177
HSL149°35.06%69.80%
HSB/HSV149°26.34%80.39%
CMYK26.34%0.00%13.66%
19.61%

Color #97CDB1 in popluar number systems.

HEX97CDB1
Decimal151205177
Binary100101111100110110110001
Octal227315261

Shades and tints

Shades of #97CDB1

#97CDB1
(151,205,177)
#8ABBA1
(138,187,161)
#7DA991
(125,169,145)
#709781
(112,151,129)
#638571
(99,133,113)
#567361
(86,115,97)
#496151
(73,97,81)
#3C4F41
(60,79,65)
#2F3D31
(47,61,49)
#222B21
(34,43,33)
#151911
(21,25,17)
#000000
(0,0,0)

Tints of #97CDB1

#97CDB1
(151,205,177)
#A0D1B8
(160,209,184)
#A9D5BF
(169,213,191)
#B2D9C6
(178,217,198)
#BBDDCD
(187,221,205)
#C4E1D4
(196,225,212)
#CDE5DB
(205,229,219)
#D6E9E2
(214,233,226)
#DFEDE9
(223,237,233)
#E8F1F0
(232,241,240)
#F1F5F7
(241,245,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #97CDB1; }

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

This text font color is #97CDB1.


Background Color

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

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

This div background color is #97CDB1.


Border color

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

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

This div border color is #97CDB1.


Opacity

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

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

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

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

This text has shadow with #97CDB1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #97CDB1 on black background.


Color preview on white background

This text has color #97CDB1 on white background.



Black color preview on #97CDB1 background

This text has black color on #97CDB1 background.


White color preview on #97CDB1 background

This text has white color on #97CDB1 background.