COLOR #93DDDC

HEX: #93DDDC RGB: (147,221,220)

Color info

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

RGB color model

#93DDDC color RGB value is (147,221,220).

RGB: (147,221,220) (58%, 87%, 86%)

RGB channels and saturation

R 147 of 255 = 58%
G 221 of 255 = 87%
B 220 of 255 = 86%

147
221
220

R + G + B ~ 77%. #93DDDC is quite light color.

Portions of RGB colors in percentages

R + G + B = 147 + 221 + 220 = 588 (100%)
R 147 of 588 ~ 25%
G 221 of 588 ~ 37.59%
B 220 of 588 ~ 37.41'%

%25
%37.59
%37.41

CMYK color model

#93DDDC color CMYK value is (33,0,0,13).

  • cyan value is 33.48%
  • magenta value is 0.00%
  • yellow value is 0.45%
  • key color value is 13.33%

CMYK: (33,0,0,13)
C33M0Y0K13 (33%, 0%, 0%, 13%)
(0.33 / 0.00 / 0.00 / 0.13)

CMYK percentages

%33.48
%0
%0.45
%13.33

Codes

Color #93DDDC in popluar color models

93 DD DC
RGB 147 221 220
HSL 179° 52.11% 72.16%
HSB/HSV 179° 33.48% 86.67%
CMYK 33.48% 0.00% 0.45%
13.33%

Color #93DDDC in popluar number systems.

HEX 93 DD DC
Decimal 147 221 220
Binary 10010011 11011101 11011100
Octal 223 335 334

Shades and tints

Shades of #93DDDC

#93DDDC
(147,221,220)
#86C9C8
(134,201,200)
#79B5B4
(121,181,180)
#6CA1A0
(108,161,160)
#5F8D8C
(95,141,140)
#527978
(82,121,120)
#456564
(69,101,100)
#385150
(56,81,80)
#2B3D3C
(43,61,60)
#1E2928
(30,41,40)
#111514
(17,21,20)
#000000
(0,0,0)

Tints of #93DDDC

#93DDDC
(147,221,220)
#9CE0DF
(156,224,223)
#A5E3E2
(165,227,226)
#AEE6E5
(174,230,229)
#B7E9E8
(183,233,232)
#C0ECEB
(192,236,235)
#C9EFEE
(201,239,238)
#D2F2F1
(210,242,241)
#DBF5F4
(219,245,244)
#E4F8F7
(228,248,247)
#EDFBFA
(237,251,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #93DDDC color. Also use rgb(147,221,220) instead hex code.

Text Font Color

.myTextColor { color: #93DDDC; }

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

This text font color is #93DDDC.

Background Color

.myBgColor { background-color: #93DDDC; }

<div style="background-color:#93DDDC">Inner text</div>

This div background color is #93DDDC.

Border color

.myBorderColor { border: 1px solid #93DDDC; }

<div style="border:3px solid #93DDDC">Div</div>

This div border color is #93DDDC.

Opacity

.myOpacity80 { color: #93DDDC; opacity: 0.8; }

<p style="color:#93DDDC;opacity:0.8;">80%</p>

Text with #93DDDC 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 #93DDDC;}

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

This text has shadow with #93DDDC color.


.textShadow {text-shadow: 3px 3px 1px #93DDDC', 3px 3px 1px red;}

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

This text has shadow with #93DDDC primary color and red secondary color.


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

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

This text has shadow with #93DDDC and red colors in old Internet Explorer.

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #93DDDC; -webkit-box-shadow: 1px 1px 3px 2px #93DDDC; box-shadow:1px 1px 3px 2px #93DDDC;">
Div content here
</div>

This div box has shadow with color #93DDDC.

Preview

Color preview on black background

This text has color #93DDDC on black background.


Color preview on white background

This text has color #93DDDC on white background.


Black color preview on #93DDDC background

This text has black color on #93DDDC background.


White color preview on #93DDDC background

This text has white color on #93DDDC background.


Related colors

Complementary color

Complementary color for #hex is #6C2223.


I love getcolorcode.com

Triadic colors

1 #DC93DD and #DDDC93 with #93DDDC are triadic colors.

2 #DCDD93 and #DD93DC with #93DDDC are triadic colors.