COLOR #97DCDC

HEX: #97DCDC
RGB: (151,220,220)

Color info

#97DCDC contains mainly green and blue colors. Web safe color of #97DCDC is #99CCCC (or #9CC).

RGB color model

#97DCDC color RGB value is (151,220,220).

  • red value is 151;
  • green value is 220;
  • blue value is 220.
RGB:
(151,220,220)
(59%,86%,86%)

RGB channels and saturation

R 151 of 255 = 59%
G 220 of 255 = 86%
B 220 of 255 = 86%

151
220
220

R + G + B ~ 77%. #97DCDC is quite light color.

Portions of RGB colors in percentages

R + G + B =
151 + 220 + 220 = 591 (100%)
R 151 of 591 ~ 25.55%
G 220 of 591 ~ 37.23%
B 220 of 591 ~ 37.23%

%25.55
%37.23
%37.23

CMYK color model

#97DCDC color CMYK value is (31,0,0,14).

  • cyan value is 31.36%
  • magenta value is 0.00%
  • yellow value is 0.00%
  • key color value is 13.73%
CMYK:
(31,0,0,14)
C31M0Y0K14 
(31%,0%,0%,14%)
(0.31/0.00/0.00/0.14)	

CMYK percentages

%31.36
%0
%0
%13.73

Codes

Color #97DCDC in popluar color models

97DCDC
RGB151220220
HSL180°49.64%72.75%
HSB/HSV180°31.36%86.27%
CMYK31.36%0.00%0.00%
13.73%

Color #97DCDC in popluar number systems.

HEX97DCDC
Decimal151220220
Binary100101111101110011011100
Octal227334334

Shades and tints

Shades of #97DCDC

#97DCDC
(151,220,220)
#8AC8C8
(138,200,200)
#7DB4B4
(125,180,180)
#70A0A0
(112,160,160)
#638C8C
(99,140,140)
#567878
(86,120,120)
#496464
(73,100,100)
#3C5050
(60,80,80)
#2F3C3C
(47,60,60)
#222828
(34,40,40)
#151414
(21,20,20)
#000000
(0,0,0)

Tints of #97DCDC

#97DCDC
(151,220,220)
#A0DFDF
(160,223,223)
#A9E2E2
(169,226,226)
#B2E5E5
(178,229,229)
#BBE8E8
(187,232,232)
#C4EBEB
(196,235,235)
#CDEEEE
(205,238,238)
#D6F1F1
(214,241,241)
#DFF4F4
(223,244,244)
#E8F7F7
(232,247,247)
#F1FAFA
(241,250,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #97DCDC; }

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

This text font color is #97DCDC.


Background Color

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

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

This div background color is #97DCDC.


Border color

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

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

This div border color is #97DCDC.


Opacity

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

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

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

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

This text has shadow with #97DCDC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #97DCDC on black background.


Color preview on white background

This text has color #97DCDC on white background.



Black color preview on #97DCDC background

This text has black color on #97DCDC background.


White color preview on #97DCDC background

This text has white color on #97DCDC background.