COLOR #90CED5

HEX: #90CED5
RGB: (144,206,213)

Renk bilgisi

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

RGB renk modeli

#90CED5 color RGB value is (144,206,213).

  • kırmız ton 144;
  • yeşil ton 206;
  • mavi ton 213.
RGB:
(144,206,213)
(56%,81%,84%)

RGB bağlantıları ve doygunluk

R 144 of 255 = 56%
G 206 of 255 = 81%
B 213 of 255 = 84%

144
206
213

R + G + B ~ 74%. #90CED5 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
144 + 206 + 213 = 563 (100%)
R 144 of 563 ~ 25.58%
G 206 of 563 ~ 36.59%
B 213 of 563 ~ 37.83%

%25.58
%36.59
%37.83

CMYK RENK MODELİ

#90CED5 rengi CMYK tonu (32,3,0,16).

  • camgöbeği tonu 32.39%
  • eflatun tonu 3.29%
  • sarı tonu 0.00%
  • ana renk tonu 16.47%
CMYK:
(32,3,0,16)
C32M3Y0K16 
(32%,3%,0%,16%)
(0.32/0.03/0.00/0.16)	

CMYK yüzdeleri

%32.39
%3.29
%0
%16.47

Codes

Color #90CED5 in popluar color models

90CED5
RGB144206213
HSL186°45.10%70.00%
HSB/HSV186°32.39%83.53%
CMYK32.39%3.29%0.00%
16.47%

Color #90CED5 in popluar number systems.

HEX90CED5
Decimal144206213
Binary100100001100111011010101
Octal220316325

Shades and tints

Shades of #90CED5

#90CED5
(144,206,213)
#83BCC2
(131,188,194)
#76AAAF
(118,170,175)
#69989C
(105,152,156)
#5C8689
(92,134,137)
#4F7476
(79,116,118)
#426263
(66,98,99)
#355050
(53,80,80)
#283E3D
(40,62,61)
#1B2C2A
(27,44,42)
#0E1A17
(14,26,23)
#000000
(0,0,0)

Tints of #90CED5

#90CED5
(144,206,213)
#9AD2D8
(154,210,216)
#A4D6DB
(164,214,219)
#AEDADE
(174,218,222)
#B8DEE1
(184,222,225)
#C2E2E4
(194,226,228)
#CCE6E7
(204,230,231)
#D6EAEA
(214,234,234)
#E0EEED
(224,238,237)
#EAF2F0
(234,242,240)
#F4F6F3
(244,246,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #90CED5 color. Also use rgb(144,206,213) instead hex code.

Text Font Color

.myTextColor { color: #90CED5; }

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

This text font color is #90CED5.


Background Color

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

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

This div background color is #90CED5.


Border color

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

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

This div border color is #90CED5.


Opacity

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

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

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

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

This text has shadow with #90CED5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #90CED5 on black background.


Color preview on white background

This text has color #90CED5 on white background.



Black color preview on #90CED5 background

This text has black color on #90CED5 background.


White color preview on #90CED5 background

This text has white color on #90CED5 background.