COLOR #90ABBC

HEX: #90ABBC
RGB: (144,171,188)

Color info

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

RGB color model

#90ABBC color RGB value is (144,171,188).

  • red value is 144;
  • green value is 171;
  • blue value is 188.
RGB:
(144,171,188)
(56%,67%,74%)

RGB channels and saturation

R 144 of 255 = 56%
G 171 of 255 = 67%
B 188 of 255 = 74%

144
171
188

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

Portions of RGB colors in percentages

R + G + B =
144 + 171 + 188 = 503 (100%)
R 144 of 503 ~ 28.63%
G 171 of 503 ~ 34%
B 188 of 503 ~ 37.38%

%28.63
%34
%37.38

CMYK color model

#90ABBC color CMYK value is (23,9,0,26).

  • cyan value is 23.40%
  • magenta value is 9.04%
  • yellow value is 0.00%
  • key color value is 26.27%
CMYK:
(23,9,0,26)
C23M9Y0K26 
(23%,9%,0%,26%)
(0.23/0.09/0.00/0.26)	

CMYK percentages

%23.4
%9.04
%0
%26.27

Codes

Color #90ABBC in popluar color models

90ABBC
RGB144171188
HSL203°24.72%65.10%
HSB/HSV203°23.40%73.73%
CMYK23.40%9.04%0.00%
26.27%

Color #90ABBC in popluar number systems.

HEX90ABBC
Decimal144171188
Binary100100001010101110111100
Octal220253274

Shades and tints

Shades of #90ABBC

#90ABBC
(144,171,188)
#839CAB
(131,156,171)
#768D9A
(118,141,154)
#697E89
(105,126,137)
#5C6F78
(92,111,120)
#4F6067
(79,96,103)
#425156
(66,81,86)
#354245
(53,66,69)
#283334
(40,51,52)
#1B2423
(27,36,35)
#0E1512
(14,21,18)
#000000
(0,0,0)

Tints of #90ABBC

#90ABBC
(144,171,188)
#9AB2C2
(154,178,194)
#A4B9C8
(164,185,200)
#AEC0CE
(174,192,206)
#B8C7D4
(184,199,212)
#C2CEDA
(194,206,218)
#CCD5E0
(204,213,224)
#D6DCE6
(214,220,230)
#E0E3EC
(224,227,236)
#EAEAF2
(234,234,242)
#F4F1F8
(244,241,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #90ABBC; }

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

This text font color is #90ABBC.


Background Color

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

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

This div background color is #90ABBC.


Border color

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

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

This div border color is #90ABBC.


Opacity

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

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

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

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

This text has shadow with #90ABBC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #90ABBC on black background.


Color preview on white background

This text has color #90ABBC on white background.



Black color preview on #90ABBC background

This text has black color on #90ABBC background.


White color preview on #90ABBC background

This text has white color on #90ABBC background.