COLOR #90ABE2

HEX: #90ABE2
RGB: (144,171,226)

Renk bilgisi

#90ABE2 contains mainly green and blue colors. #90ABE2 ‘ nin web güvenlik rengi #9999CC (ya da #99C) dir.

RGB renk modeli

#90ABE2 color RGB value is (144,171,226).

  • kırmız ton 144;
  • yeşil ton 171;
  • mavi ton 226.
RGB:
(144,171,226)
(56%,67%,89%)

RGB bağlantıları ve doygunluk

R 144 of 255 = 56%
G 171 of 255 = 67%
B 226 of 255 = 89%

144
171
226

R + G + B ~ 71%. #90ABE2 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
144 + 171 + 226 = 541 (100%)
R 144 of 541 ~ 26.62%
G 171 of 541 ~ 31.61%
B 226 of 541 ~ 41.77%

%26.62
%31.61
%41.77

CMYK RENK MODELİ

#90ABE2 rengi CMYK tonu (36,24,0,11).

  • camgöbeği tonu 36.28%
  • eflatun tonu 24.34%
  • sarı tonu 0.00%
  • ana renk tonu 11.37%
CMYK:
(36,24,0,11)
C36M24Y0K11 
(36%,24%,0%,11%)
(0.36/0.24/0.00/0.11)	

CMYK yüzdeleri

%36.28
%24.34
%0
%11.37

Codes

Color #90ABE2 in popluar color models

90ABE2
RGB144171226
HSL220°58.57%72.55%
HSB/HSV220°36.28%88.63%
CMYK36.28%24.34%0.00%
11.37%

Color #90ABE2 in popluar number systems.

HEX90ABE2
Decimal144171226
Binary100100001010101111100010
Octal220253342

Shades and tints

Shades of #90ABE2

#90ABE2
(144,171,226)
#839CCE
(131,156,206)
#768DBA
(118,141,186)
#697EA6
(105,126,166)
#5C6F92
(92,111,146)
#4F607E
(79,96,126)
#42516A
(66,81,106)
#354256
(53,66,86)
#283342
(40,51,66)
#1B242E
(27,36,46)
#0E151A
(14,21,26)
#000000
(0,0,0)

Tints of #90ABE2

#90ABE2
(144,171,226)
#9AB2E4
(154,178,228)
#A4B9E6
(164,185,230)
#AEC0E8
(174,192,232)
#B8C7EA
(184,199,234)
#C2CEEC
(194,206,236)
#CCD5EE
(204,213,238)
#D6DCF0
(214,220,240)
#E0E3F2
(224,227,242)
#EAEAF4
(234,234,244)
#F4F1F6
(244,241,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #90ABE2 color. Also use rgb(144,171,226) instead hex code.

Text Font Color

.myTextColor { color: #90ABE2; }

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

This text font color is #90ABE2.


Background Color

.myBgColor { background-color: #90ABE2; }

<div style="background-color:#90ABE2">Inner text</div>

This div background color is #90ABE2.


Border color

.myBorderColor { border: 1px solid #90ABE2; }

<div style="border:3px solid #90ABE2">Div</div>

This div border color is #90ABE2.


Opacity

.myOpacity80 { color: #90ABE2; opacity: 0.8; }

<p style="color:#90ABE2;opacity:0.8;">80%</p>

Text with #90ABE2 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 #90ABE2;}

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

This text has shadow with #90ABE2 color.

.textShadow {text-shadow: 3px 3px 1px #90ABE2, 3px 3px 1px red;}

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

This text has shadow with #90ABE2 primary color and red secondary color.


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

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

This text has shadow with #90ABE2 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #90ABE2 on black background.


Color preview on white background

This text has color #90ABE2 on white background.



Black color preview on #90ABE2 background

This text has black color on #90ABE2 background.


White color preview on #90ABE2 background

This text has white color on #90ABE2 background.