COLOR #93CCEA

HEX: #93CCEA
RGB: (147,204,234)

Color info

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

RGB color model

#93CCEA color RGB value is (147,204,234).

  • red value is 147;
  • green value is 204;
  • blue value is 234.
RGB:
(147,204,234)
(58%,80%,92%)

RGB channels and saturation

R 147 of 255 = 58%
G 204 of 255 = 80%
B 234 of 255 = 92%

147
204
234

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

Portions of RGB colors in percentages

R + G + B =
147 + 204 + 234 = 585 (100%)
R 147 of 585 ~ 25.13%
G 204 of 585 ~ 34.87%
B 234 of 585 ~ 40%

%25.13
%34.87
%40

CMYK color model

#93CCEA color CMYK value is (37,13,0,8).

  • cyan value is 37.18%
  • magenta value is 12.82%
  • yellow value is 0.00%
  • key color value is 8.24%
CMYK:
(37,13,0,8)
C37M13Y0K8 
(37%,13%,0%,8%)
(0.37/0.13/0.00/0.08)	

CMYK percentages

%37.18
%12.82
%0
%8.24

Codes

Color #93CCEA in popluar color models

93CCEA
RGB147204234
HSL201°67.44%74.71%
HSB/HSV201°37.18%91.76%
CMYK37.18%12.82%0.00%
8.24%

Color #93CCEA in popluar number systems.

HEX93CCEA
Decimal147204234
Binary100100111100110011101010
Octal223314352

Shades and tints

Shades of #93CCEA

#93CCEA
(147,204,234)
#86BAD5
(134,186,213)
#79A8C0
(121,168,192)
#6C96AB
(108,150,171)
#5F8496
(95,132,150)
#527281
(82,114,129)
#45606C
(69,96,108)
#384E57
(56,78,87)
#2B3C42
(43,60,66)
#1E2A2D
(30,42,45)
#111818
(17,24,24)
#000000
(0,0,0)

Tints of #93CCEA

#93CCEA
(147,204,234)
#9CD0EB
(156,208,235)
#A5D4EC
(165,212,236)
#AED8ED
(174,216,237)
#B7DCEE
(183,220,238)
#C0E0EF
(192,224,239)
#C9E4F0
(201,228,240)
#D2E8F1
(210,232,241)
#DBECF2
(219,236,242)
#E4F0F3
(228,240,243)
#EDF4F4
(237,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #93CCEA color. Also use rgb(147,204,234) instead hex code.

Text Font Color

.myTextColor { color: #93CCEA; }

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

This text font color is #93CCEA.


Background Color

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

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

This div background color is #93CCEA.


Border color

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

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

This div border color is #93CCEA.


Opacity

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

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

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

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

This text has shadow with #93CCEA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #93CCEA on black background.


Color preview on white background

This text has color #93CCEA on white background.



Black color preview on #93CCEA background

This text has black color on #93CCEA background.


White color preview on #93CCEA background

This text has white color on #93CCEA background.