COLOR #90ACBE

HEX: #90ACBE
RGB: (144,172,190)

Color info

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

RGB color model

#90ACBE color RGB value is (144,172,190).

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

RGB channels and saturation

R 144 of 255 = 56%
G 172 of 255 = 67%
B 190 of 255 = 75%

144
172
190

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

Portions of RGB colors in percentages

R + G + B =
144 + 172 + 190 = 506 (100%)
R 144 of 506 ~ 28.46%
G 172 of 506 ~ 33.99%
B 190 of 506 ~ 37.55%

%28.46
%33.99
%37.55

CMYK color model

#90ACBE color CMYK value is (24,9,0,25).

  • cyan value is 24.21%
  • magenta value is 9.47%
  • yellow value is 0.00%
  • key color value is 25.49%
CMYK:
(24,9,0,25)
C24M9Y0K25 
(24%,9%,0%,25%)
(0.24/0.09/0.00/0.25)	

CMYK percentages

%24.21
%9.47
%0
%25.49

Codes

Color #90ACBE in popluar color models

90ACBE
RGB144172190
HSL203°26.14%65.49%
HSB/HSV203°24.21%74.51%
CMYK24.21%9.47%0.00%
25.49%

Color #90ACBE in popluar number systems.

HEX90ACBE
Decimal144172190
Binary100100001010110010111110
Octal220254276

Shades and tints

Shades of #90ACBE

#90ACBE
(144,172,190)
#839DAD
(131,157,173)
#768E9C
(118,142,156)
#697F8B
(105,127,139)
#5C707A
(92,112,122)
#4F6169
(79,97,105)
#425258
(66,82,88)
#354347
(53,67,71)
#283436
(40,52,54)
#1B2525
(27,37,37)
#0E1614
(14,22,20)
#000000
(0,0,0)

Tints of #90ACBE

#90ACBE
(144,172,190)
#9AB3C3
(154,179,195)
#A4BAC8
(164,186,200)
#AEC1CD
(174,193,205)
#B8C8D2
(184,200,210)
#C2CFD7
(194,207,215)
#CCD6DC
(204,214,220)
#D6DDE1
(214,221,225)
#E0E4E6
(224,228,230)
#EAEBEB
(234,235,235)
#F4F2F0
(244,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #90ACBE; }

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

This text font color is #90ACBE.


Background Color

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

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

This div background color is #90ACBE.


Border color

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

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

This div border color is #90ACBE.


Opacity

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

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

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

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

This text has shadow with #90ACBE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #90ACBE on black background.


Color preview on white background

This text has color #90ACBE on white background.



Black color preview on #90ACBE background

This text has black color on #90ACBE background.


White color preview on #90ACBE background

This text has white color on #90ACBE background.