COLOR #93ABEE

HEX: #93ABEE
RGB: (147,171,238)

Renk bilgisi

#93ABEE contains mainly blue color. #93ABEE ‘ nin web güvenlik rengi #9999FF (ya da #99F) dir.

RGB renk modeli

#93ABEE color RGB value is (147,171,238).

  • kırmız ton 147;
  • yeşil ton 171;
  • mavi ton 238.
RGB:
(147,171,238)
(58%,67%,93%)

RGB bağlantıları ve doygunluk

R 147 of 255 = 58%
G 171 of 255 = 67%
B 238 of 255 = 93%

147
171
238

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

Yüzdelerle RGB renk parçaları

R + G + B =
147 + 171 + 238 = 556 (100%)
R 147 of 556 ~ 26.44%
G 171 of 556 ~ 30.76%
B 238 of 556 ~ 42.81%

%26.44
%30.76
%42.81

CMYK RENK MODELİ

#93ABEE rengi CMYK tonu (38,28,0,7).

  • camgöbeği tonu 38.24%
  • eflatun tonu 28.15%
  • sarı tonu 0.00%
  • ana renk tonu 6.67%
CMYK:
(38,28,0,7)
C38M28Y0K7 
(38%,28%,0%,7%)
(0.38/0.28/0.00/0.07)	

CMYK yüzdeleri

%38.24
%28.15
%0
%6.67

Codes

Color #93ABEE in popluar color models

93ABEE
RGB147171238
HSL224°72.80%75.49%
HSB/HSV224°38.24%93.33%
CMYK38.24%28.15%0.00%
6.67%

Color #93ABEE in popluar number systems.

HEX93ABEE
Decimal147171238
Binary100100111010101111101110
Octal223253356

Shades and tints

Shades of #93ABEE

#93ABEE
(147,171,238)
#869CD9
(134,156,217)
#798DC4
(121,141,196)
#6C7EAF
(108,126,175)
#5F6F9A
(95,111,154)
#526085
(82,96,133)
#455170
(69,81,112)
#38425B
(56,66,91)
#2B3346
(43,51,70)
#1E2431
(30,36,49)
#11151C
(17,21,28)
#000000
(0,0,0)

Tints of #93ABEE

#93ABEE
(147,171,238)
#9CB2EF
(156,178,239)
#A5B9F0
(165,185,240)
#AEC0F1
(174,192,241)
#B7C7F2
(183,199,242)
#C0CEF3
(192,206,243)
#C9D5F4
(201,213,244)
#D2DCF5
(210,220,245)
#DBE3F6
(219,227,246)
#E4EAF7
(228,234,247)
#EDF1F8
(237,241,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #93ABEE color. Also use rgb(147,171,238) instead hex code.

Text Font Color

.myTextColor { color: #93ABEE; }

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

This text font color is #93ABEE.


Background Color

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

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

This div background color is #93ABEE.


Border color

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

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

This div border color is #93ABEE.


Opacity

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

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

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

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

This text has shadow with #93ABEE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #93ABEE on black background.


Color preview on white background

This text has color #93ABEE on white background.



Black color preview on #93ABEE background

This text has black color on #93ABEE background.


White color preview on #93ABEE background

This text has white color on #93ABEE background.