COLOR #90AEBE

HEX: #90AEBE
RGB: (144,174,190)

Color info

#90AEBE contains red, green and blue colors in about the same proportion. Web safe color of #90AEBE is #9999CC (or #99C).

RGB color model

#90AEBE color RGB value is (144,174,190).

  • red value is 144;
  • green value is 174;
  • blue value is 190.
RGB:
(144,174,190)
(56%,68%,75%)

RGB channels and saturation

R 144 of 255 = 56%
G 174 of 255 = 68%
B 190 of 255 = 75%

144
174
190

R + G + B ~ 66%. #90AEBE is quite light color.

Portions of RGB colors in percentages

R + G + B =
144 + 174 + 190 = 508 (100%)
R 144 of 508 ~ 28.35%
G 174 of 508 ~ 34.25%
B 190 of 508 ~ 37.4%

%28.35
%34.25
%37.4

CMYK color model

#90AEBE color CMYK value is (24,8,0,25).

  • cyan value is 24.21%
  • magenta value is 8.42%
  • yellow value is 0.00%
  • key color value is 25.49%
CMYK:
(24,8,0,25)
C24M8Y0K25 
(24%,8%,0%,25%)
(0.24/0.08/0.00/0.25)	

CMYK percentages

%24.21
%8.42
%0
%25.49

Codes

Color #90AEBE in popluar color models

90AEBE
RGB144174190
HSL201°26.14%65.49%
HSB/HSV201°24.21%74.51%
CMYK24.21%8.42%0.00%
25.49%

Color #90AEBE in popluar number systems.

HEX90AEBE
Decimal144174190
Binary100100001010111010111110
Octal220256276

Shades and tints

Shades of #90AEBE

#90AEBE
(144,174,190)
#839FAD
(131,159,173)
#76909C
(118,144,156)
#69818B
(105,129,139)
#5C727A
(92,114,122)
#4F6369
(79,99,105)
#425458
(66,84,88)
#354547
(53,69,71)
#283636
(40,54,54)
#1B2725
(27,39,37)
#0E1814
(14,24,20)
#000000
(0,0,0)

Tints of #90AEBE

#90AEBE
(144,174,190)
#9AB5C3
(154,181,195)
#A4BCC8
(164,188,200)
#AEC3CD
(174,195,205)
#B8CAD2
(184,202,210)
#C2D1D7
(194,209,215)
#CCD8DC
(204,216,220)
#D6DFE1
(214,223,225)
#E0E6E6
(224,230,230)
#EAEDEB
(234,237,235)
#F4F4F0
(244,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #90AEBE color. Also use rgb(144,174,190) instead hex code.

Text Font Color

.myTextColor { color: #90AEBE; }

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

This text font color is #90AEBE.


Background Color

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

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

This div background color is #90AEBE.


Border color

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

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

This div border color is #90AEBE.


Opacity

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

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

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

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

This text has shadow with #90AEBE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #90AEBE on black background.


Color preview on white background

This text has color #90AEBE on white background.



Black color preview on #90AEBE background

This text has black color on #90AEBE background.


White color preview on #90AEBE background

This text has white color on #90AEBE background.