COLOR #97CDC0

HEX: #97CDC0
RGB: (151,205,192)

Color info

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

RGB color model

#97CDC0 color RGB value is (151,205,192).

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

RGB channels and saturation

R 151 of 255 = 59%
G 205 of 255 = 80%
B 192 of 255 = 75%

151
205
192

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

Portions of RGB colors in percentages

R + G + B =
151 + 205 + 192 = 548 (100%)
R 151 of 548 ~ 27.55%
G 205 of 548 ~ 37.41%
B 192 of 548 ~ 35.04%

%27.55
%37.41
%35.04

CMYK color model

#97CDC0 color CMYK value is (26,0,6,20).

  • cyan value is 26.34%
  • magenta value is 0.00%
  • yellow value is 6.34%
  • key color value is 19.61%
CMYK:
(26,0,6,20)
C26M0Y6K20 
(26%,0%,6%,20%)
(0.26/0.00/0.06/0.20)	

CMYK percentages

%26.34
%0
%6.34
%19.61

Codes

Color #97CDC0 in popluar color models

97CDC0
RGB151205192
HSL166°35.06%69.80%
HSB/HSV166°26.34%80.39%
CMYK26.34%0.00%6.34%
19.61%

Color #97CDC0 in popluar number systems.

HEX97CDC0
Decimal151205192
Binary100101111100110111000000
Octal227315300

Shades and tints

Shades of #97CDC0

#97CDC0
(151,205,192)
#8ABBAF
(138,187,175)
#7DA99E
(125,169,158)
#70978D
(112,151,141)
#63857C
(99,133,124)
#56736B
(86,115,107)
#49615A
(73,97,90)
#3C4F49
(60,79,73)
#2F3D38
(47,61,56)
#222B27
(34,43,39)
#151916
(21,25,22)
#000000
(0,0,0)

Tints of #97CDC0

#97CDC0
(151,205,192)
#A0D1C5
(160,209,197)
#A9D5CA
(169,213,202)
#B2D9CF
(178,217,207)
#BBDDD4
(187,221,212)
#C4E1D9
(196,225,217)
#CDE5DE
(205,229,222)
#D6E9E3
(214,233,227)
#DFEDE8
(223,237,232)
#E8F1ED
(232,241,237)
#F1F5F2
(241,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #97CDC0; }

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

This text font color is #97CDC0.


Background Color

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

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

This div background color is #97CDC0.


Border color

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

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

This div border color is #97CDC0.


Opacity

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

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

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

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

This text has shadow with #97CDC0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #97CDC0 on black background.


Color preview on white background

This text has color #97CDC0 on white background.



Black color preview on #97CDC0 background

This text has black color on #97CDC0 background.


White color preview on #97CDC0 background

This text has white color on #97CDC0 background.