COLOR #AB90E3

HEX: #AB90E3 RGB: (171,144,227)

Color info

#AB90E3 contains mainly red and blue colors. Web safe color of #AB90E3 is #9999CC (or #99C).

RGB color model

#AB90E3 color RGB value is (171,144,227).

RGB: (171,144,227) (67%, 56%, 89%)

RGB channels and saturation

R 171 of 255 = 67%
G 144 of 255 = 56%
B 227 of 255 = 89%

171
144
227

R + G + B ~ 71%. #AB90E3 is quite light color.

Portions of RGB colors in percentages

R + G + B = 171 + 144 + 227 = 542 (100%)
R 171 of 542 ~ 31.55%
G 144 of 542 ~ 26.57%
B 227 of 542 ~ 41.88'%

%31.55
%26.57
%41.88

CMYK color model

#AB90E3 color CMYK value is (25,37,0,11).

  • cyan value is 24.67%
  • magenta value is 36.56%
  • yellow value is 0.00%
  • key color value is 10.98%

CMYK: (25,37,0,11)
C25M37Y0K11 (25%, 37%, 0%, 11%)
(0.25 / 0.37 / 0.00 / 0.11)

CMYK percentages

%24.67
%36.56
%0
%10.98

Codes

Color #AB90E3 in popluar color models

AB 90 E3
RGB 171 144 227
HSL 260° 59.71% 72.75%
HSB/HSV 260° 36.56% 89.02%
CMYK 24.67% 36.56% 0.00%
10.98%

Color #AB90E3 in popluar number systems.

HEX AB 90 E3
Decimal 171 144 227
Binary 10101011 10010000 11100011
Octal 253 220 343

Shades and tints

Shades of #AB90E3

#AB90E3
(171,144,227)
#9C83CF
(156,131,207)
#8D76BB
(141,118,187)
#7E69A7
(126,105,167)
#6F5C93
(111,92,147)
#604F7F
(96,79,127)
#51426B
(81,66,107)
#423557
(66,53,87)
#332843
(51,40,67)
#241B2F
(36,27,47)
#150E1B
(21,14,27)
#000000
(0,0,0)

Tints of #AB90E3

#AB90E3
(171,144,227)
#B29AE5
(178,154,229)
#B9A4E7
(185,164,231)
#C0AEE9
(192,174,233)
#C7B8EB
(199,184,235)
#CEC2ED
(206,194,237)
#D5CCEF
(213,204,239)
#DCD6F1
(220,214,241)
#E3E0F3
(227,224,243)
#EAEAF5
(234,234,245)
#F1F4F7
(241,244,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AB90E3; }

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

This text font color is #AB90E3.

Background Color

.myBgColor { background-color: #AB90E3; }

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

This div background color is #AB90E3.

Border color

.myBorderColor { border: 1px solid #AB90E3; }

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

This div border color is #AB90E3.

Opacity

.myOpacity80 { color: #AB90E3; opacity: 0.8; }

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

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

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

This text has shadow with #AB90E3 color.


.textShadow {text-shadow: 3px 3px 1px #AB90E3', 3px 3px 1px red;}

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

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


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

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

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

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #AB90E3; -webkit-box-shadow: 1px 1px 3px 2px #AB90E3; box-shadow:1px 1px 3px 2px #AB90E3;">
Div content here
</div>

This div box has shadow with color #AB90E3.

Preview

Color preview on black background

This text has color #AB90E3 on black background.


Color preview on white background

This text has color #AB90E3 on white background.


Black color preview on #AB90E3 background

This text has black color on #AB90E3 background.


White color preview on #AB90E3 background

This text has white color on #AB90E3 background.


Related colors

Complementary color

Complementary color for #hex is #546F1C.


I love getcolorcode.com

Triadic colors

1 #E3AB90 and #90E3AB with #AB90E3 are triadic colors.

2 #E390AB and #90ABE3 with #AB90E3 are triadic colors.