COLOR #97CFD1

HEX: #97CFD1
RGB: (151,207,209)

Color info

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

RGB color model

#97CFD1 color RGB value is (151,207,209).

  • red value is 151;
  • green value is 207;
  • blue value is 209.
RGB:
(151,207,209)
(59%,81%,82%)

RGB channels and saturation

R 151 of 255 = 59%
G 207 of 255 = 81%
B 209 of 255 = 82%

151
207
209

R + G + B ~ 74%. #97CFD1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
151 + 207 + 209 = 567 (100%)
R 151 of 567 ~ 26.63%
G 207 of 567 ~ 36.51%
B 209 of 567 ~ 36.86%

%26.63
%36.51
%36.86

CMYK color model

#97CFD1 color CMYK value is (28,1,0,18).

  • cyan value is 27.75%
  • magenta value is 0.96%
  • yellow value is 0.00%
  • key color value is 18.04%
CMYK:
(28,1,0,18)
C28M1Y0K18 
(28%,1%,0%,18%)
(0.28/0.01/0.00/0.18)	

CMYK percentages

%27.75
%0.96
%0
%18.04

Codes

Color #97CFD1 in popluar color models

97CFD1
RGB151207209
HSL182°38.67%70.59%
HSB/HSV182°27.75%81.96%
CMYK27.75%0.96%0.00%
18.04%

Color #97CFD1 in popluar number systems.

HEX97CFD1
Decimal151207209
Binary100101111100111111010001
Octal227317321

Shades and tints

Shades of #97CFD1

#97CFD1
(151,207,209)
#8ABDBE
(138,189,190)
#7DABAB
(125,171,171)
#709998
(112,153,152)
#638785
(99,135,133)
#567572
(86,117,114)
#49635F
(73,99,95)
#3C514C
(60,81,76)
#2F3F39
(47,63,57)
#222D26
(34,45,38)
#151B13
(21,27,19)
#000000
(0,0,0)

Tints of #97CFD1

#97CFD1
(151,207,209)
#A0D3D5
(160,211,213)
#A9D7D9
(169,215,217)
#B2DBDD
(178,219,221)
#BBDFE1
(187,223,225)
#C4E3E5
(196,227,229)
#CDE7E9
(205,231,233)
#D6EBED
(214,235,237)
#DFEFF1
(223,239,241)
#E8F3F5
(232,243,245)
#F1F7F9
(241,247,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #97CFD1 color. Also use rgb(151,207,209) instead hex code.

Text Font Color

.myTextColor { color: #97CFD1; }

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

This text font color is #97CFD1.


Background Color

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

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

This div background color is #97CFD1.


Border color

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

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

This div border color is #97CFD1.


Opacity

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

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

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

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

This text has shadow with #97CFD1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #97CFD1 on black background.


Color preview on white background

This text has color #97CFD1 on white background.



Black color preview on #97CFD1 background

This text has black color on #97CFD1 background.


White color preview on #97CFD1 background

This text has white color on #97CFD1 background.