COLOR #97CDB4

HEX: #97CDB4
RGB: (151,205,180)

Color info

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

RGB color model

#97CDB4 color RGB value is (151,205,180).

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

RGB channels and saturation

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

151
205
180

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

Portions of RGB colors in percentages

R + G + B =
151 + 205 + 180 = 536 (100%)
R 151 of 536 ~ 28.17%
G 205 of 536 ~ 38.25%
B 180 of 536 ~ 33.58%

%28.17
%38.25
%33.58

CMYK color model

#97CDB4 color CMYK value is (26,0,12,20).

  • cyan value is 26.34%
  • magenta value is 0.00%
  • yellow value is 12.20%
  • key color value is 19.61%
CMYK:
(26,0,12,20)
C26M0Y12K20 
(26%,0%,12%,20%)
(0.26/0.00/0.12/0.20)	

CMYK percentages

%26.34
%0
%12.2
%19.61

Codes

Color #97CDB4 in popluar color models

97CDB4
RGB151205180
HSL152°35.06%69.80%
HSB/HSV152°26.34%80.39%
CMYK26.34%0.00%12.20%
19.61%

Color #97CDB4 in popluar number systems.

HEX97CDB4
Decimal151205180
Binary100101111100110110110100
Octal227315264

Shades and tints

Shades of #97CDB4

#97CDB4
(151,205,180)
#8ABBA4
(138,187,164)
#7DA994
(125,169,148)
#709784
(112,151,132)
#638574
(99,133,116)
#567364
(86,115,100)
#496154
(73,97,84)
#3C4F44
(60,79,68)
#2F3D34
(47,61,52)
#222B24
(34,43,36)
#151914
(21,25,20)
#000000
(0,0,0)

Tints of #97CDB4

#97CDB4
(151,205,180)
#A0D1BA
(160,209,186)
#A9D5C0
(169,213,192)
#B2D9C6
(178,217,198)
#BBDDCC
(187,221,204)
#C4E1D2
(196,225,210)
#CDE5D8
(205,229,216)
#D6E9DE
(214,233,222)
#DFEDE4
(223,237,228)
#E8F1EA
(232,241,234)
#F1F5F0
(241,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #97CDB4; }

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

This text font color is #97CDB4.


Background Color

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

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

This div background color is #97CDB4.


Border color

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

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

This div border color is #97CDB4.


Opacity

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

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

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

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

This text has shadow with #97CDB4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #97CDB4 on black background.


Color preview on white background

This text has color #97CDB4 on white background.



Black color preview on #97CDB4 background

This text has black color on #97CDB4 background.


White color preview on #97CDB4 background

This text has white color on #97CDB4 background.