COLOR #93C3D5

HEX: #93C3D5 RGB: (147,195,213)

Color info

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

RGB color model

#93C3D5 color RGB value is (147,195,213).

RGB: (147,195,213) (58%, 76%, 84%)

RGB channels and saturation

R 147 of 255 = 58%
G 195 of 255 = 76%
B 213 of 255 = 84%

147
195
213

R + G + B ~ 73%. #93C3D5 is quite light color.

Portions of RGB colors in percentages

R + G + B = 147 + 195 + 213 = 555 (100%)
R 147 of 555 ~ 26.49%
G 195 of 555 ~ 35.14%
B 213 of 555 ~ 38.38'%

%26.49
%35.14
%38.38

CMYK color model

#93C3D5 color CMYK value is (31,8,0,16).

  • cyan value is 30.99%
  • magenta value is 8.45%
  • yellow value is 0.00%
  • key color value is 16.47%
CMYK: (31,8,0,16) C31M8Y0K16 (31%,8%,0%,16%) (0.31/0.08/0.00/0.16) 

CMYK percentages

%30.99
%8.45
%0
%16.47

Codes

Color #93C3D5 in popluar color models

93 C3 D5
RGB 147 195 213
HSL 196° 44.00% 70.59%
HSB/HSV 196° 30.99% 83.53%
CMYK 30.99% 8.45% 0.00%
16.47%

Color #93C3D5 in popluar number systems.

HEX 93 C3 D5
Decimal 147 195 213
Binary 10010011 11000011 11010101
Octal 223 303 325

Shades and tints

Shades of #93C3D5

#93C3D5
(147,195,213)
#86B2C2
(134,178,194)
#79A1AF
(121,161,175)
#6C909C
(108,144,156)
#5F7F89
(95,127,137)
#526E76
(82,110,118)
#455D63
(69,93,99)
#384C50
(56,76,80)
#2B3B3D
(43,59,61)
#1E2A2A
(30,42,42)
#111917
(17,25,23)
#000000
(0,0,0)

Tints of #93C3D5

#93C3D5
(147,195,213)
#9CC8D8
(156,200,216)
#A5CDDB
(165,205,219)
#AED2DE
(174,210,222)
#B7D7E1
(183,215,225)
#C0DCE4
(192,220,228)
#C9E1E7
(201,225,231)
#D2E6EA
(210,230,234)
#DBEBED
(219,235,237)
#E4F0F0
(228,240,240)
#EDF5F3
(237,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #93C3D5 color. Also use rgb(147,195,213) instead hex code.

Text Font Color

.myTextColor { color: #93C3D5; }

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

This text font color is #93C3D5.

Background Color

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

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

This div background color is #93C3D5.

Border color

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

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

This div border color is #93C3D5.

Opacity

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

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

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

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

This text has shadow with #93C3D5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #93C3D5.

Preview

Color preview on black background

This text has color #93C3D5 on black background.


Color preview on white background

This text has color #93C3D5 on white background.


Black color preview on #93C3D5 background

This text has black color on #93C3D5 background.


White color preview on #93C3D5 background

This text has white color on #93C3D5 background.


Related colors

Complementary color

Complementary color for #hex is #6C3C2A.


I love getcolorcode.com

Triadic colors

1 #D593C3 and #C3D593 with #93C3D5 are triadic colors.

2 #D5C393 and #C393D5 with #93C3D5 are triadic colors.