COLOR #93CEED

HEX: #93CEED RGB: (147,206,237)

Color info

#93CEED contains mainly green and blue colors. Web safe color of #93CEED is #99CCFF (or #9CF).

RGB color model

#93CEED color RGB value is (147,206,237).

RGB: (147,206,237) (58%, 81%, 93%)

RGB channels and saturation

R 147 of 255 = 58%
G 206 of 255 = 81%
B 237 of 255 = 93%

147
206
237

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

Portions of RGB colors in percentages

R + G + B = 147 + 206 + 237 = 590 (100%)
R 147 of 590 ~ 24.92%
G 206 of 590 ~ 34.92%
B 237 of 590 ~ 40.17'%

%24.92
%34.92
%40.17

CMYK color model

#93CEED color CMYK value is (38,13,0,7).

  • cyan value is 37.97%
  • magenta value is 13.08%
  • yellow value is 0.00%
  • key color value is 7.06%

CMYK: (38,13,0,7)
C38M13Y0K7 (38%, 13%, 0%, 7%)
(0.38 / 0.13 / 0.00 / 0.07)

CMYK percentages

%37.97
%13.08
%0
%7.06

Codes

Color #93CEED in popluar color models

93 CE ED
RGB 147 206 237
HSL 201° 71.43% 75.29%
HSB/HSV 201° 37.97% 92.94%
CMYK 37.97% 13.08% 0.00%
7.06%

Color #93CEED in popluar number systems.

HEX 93 CE ED
Decimal 147 206 237
Binary 10010011 11001110 11101101
Octal 223 316 355

Shades and tints

Shades of #93CEED

#93CEED
(147,206,237)
#86BCD8
(134,188,216)
#79AAC3
(121,170,195)
#6C98AE
(108,152,174)
#5F8699
(95,134,153)
#527484
(82,116,132)
#45626F
(69,98,111)
#38505A
(56,80,90)
#2B3E45
(43,62,69)
#1E2C30
(30,44,48)
#111A1B
(17,26,27)
#000000
(0,0,0)

Tints of #93CEED

#93CEED
(147,206,237)
#9CD2EE
(156,210,238)
#A5D6EF
(165,214,239)
#AEDAF0
(174,218,240)
#B7DEF1
(183,222,241)
#C0E2F2
(192,226,242)
#C9E6F3
(201,230,243)
#D2EAF4
(210,234,244)
#DBEEF5
(219,238,245)
#E4F2F6
(228,242,246)
#EDF6F7
(237,246,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #93CEED color. Also use rgb(147,206,237) instead hex code.

Text Font Color

.myTextColor { color: #93CEED; }

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

This text font color is #93CEED.

Background Color

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

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

This div background color is #93CEED.

Border color

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

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

This div border color is #93CEED.

Opacity

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

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

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

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

This text has shadow with #93CEED color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #93CEED.

Preview

Color preview on black background

This text has color #93CEED on black background.


Color preview on white background

This text has color #93CEED on white background.


Black color preview on #93CEED background

This text has black color on #93CEED background.


White color preview on #93CEED background

This text has white color on #93CEED background.


Related colors

Complementary color

Complementary color for #hex is #6C3112.


I love getcolorcode.com

Triadic colors

1 #ED93CE and #CEED93 with #93CEED are triadic colors.

2 #EDCE93 and #CE93ED with #93CEED are triadic colors.