COLOR #90BDE5

HEX: #90BDE5
RGB: (144,189,229)

Renk bilgisi

#90BDE5 contains mainly green and blue colors. #90BDE5 ‘ nin web güvenlik rengi #99CCCC (ya da #9CC) dir.

RGB renk modeli

#90BDE5 color RGB value is (144,189,229).

  • kırmız ton 144;
  • yeşil ton 189;
  • mavi ton 229.
RGB:
(144,189,229)
(56%,74%,90%)

RGB bağlantıları ve doygunluk

R 144 of 255 = 56%
G 189 of 255 = 74%
B 229 of 255 = 90%

144
189
229

R + G + B ~ 73%. #90BDE5 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
144 + 189 + 229 = 562 (100%)
R 144 of 562 ~ 25.62%
G 189 of 562 ~ 33.63%
B 229 of 562 ~ 40.75%

%25.62
%33.63
%40.75

CMYK RENK MODELİ

#90BDE5 rengi CMYK tonu (37,17,0,10).

  • camgöbeği tonu 37.12%
  • eflatun tonu 17.47%
  • sarı tonu 0.00%
  • ana renk tonu 10.20%
CMYK:
(37,17,0,10)
C37M17Y0K10 
(37%,17%,0%,10%)
(0.37/0.17/0.00/0.10)	

CMYK yüzdeleri

%37.12
%17.47
%0
%10.2

Codes

Color #90BDE5 in popluar color models

90BDE5
RGB144189229
HSL208°62.04%73.14%
HSB/HSV208°37.12%89.80%
CMYK37.12%17.47%0.00%
10.20%

Color #90BDE5 in popluar number systems.

HEX90BDE5
Decimal144189229
Binary100100001011110111100101
Octal220275345

Shades and tints

Shades of #90BDE5

#90BDE5
(144,189,229)
#83ACD1
(131,172,209)
#769BBD
(118,155,189)
#698AA9
(105,138,169)
#5C7995
(92,121,149)
#4F6881
(79,104,129)
#42576D
(66,87,109)
#354659
(53,70,89)
#283545
(40,53,69)
#1B2431
(27,36,49)
#0E131D
(14,19,29)
#000000
(0,0,0)

Tints of #90BDE5

#90BDE5
(144,189,229)
#9AC3E7
(154,195,231)
#A4C9E9
(164,201,233)
#AECFEB
(174,207,235)
#B8D5ED
(184,213,237)
#C2DBEF
(194,219,239)
#CCE1F1
(204,225,241)
#D6E7F3
(214,231,243)
#E0EDF5
(224,237,245)
#EAF3F7
(234,243,247)
#F4F9F9
(244,249,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #90BDE5 color. Also use rgb(144,189,229) instead hex code.

Text Font Color

.myTextColor { color: #90BDE5; }

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

This text font color is #90BDE5.


Background Color

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

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

This div background color is #90BDE5.


Border color

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

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

This div border color is #90BDE5.


Opacity

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

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

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

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

This text has shadow with #90BDE5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #90BDE5 on black background.


Color preview on white background

This text has color #90BDE5 on white background.



Black color preview on #90BDE5 background

This text has black color on #90BDE5 background.


White color preview on #90BDE5 background

This text has white color on #90BDE5 background.