COLOR #ABBEE1

HEX: #ABBEE1 RGB: (171,190,225)

Color info

#ABBEE1 contains red, green and blue colors in about the same proportion. Web safe color of #ABBEE1 is #99CCCC (or #9CC).

RGB color model

#ABBEE1 color RGB value is (171,190,225).

RGB: (171,190,225) (67%, 75%, 88%)

RGB channels and saturation

R 171 of 255 = 67%
G 190 of 255 = 75%
B 225 of 255 = 88%

171
190
225

R + G + B ~ 77%. #ABBEE1 is quite light color.

Portions of RGB colors in percentages

R + G + B = 171 + 190 + 225 = 586 (100%)
R 171 of 586 ~ 29.18%
G 190 of 586 ~ 32.42%
B 225 of 586 ~ 38.4'%

%29.18
%32.42
%38.4

CMYK color model

#ABBEE1 color CMYK value is (24,16,0,12).

  • cyan value is 24.00%
  • magenta value is 15.56%
  • yellow value is 0.00%
  • key color value is 11.76%

CMYK: (24,16,0,12)
C24M16Y0K12 (24%, 16%, 0%, 12%)
(0.24 / 0.16 / 0.00 / 0.12)

CMYK percentages

%24
%15.56
%0
%11.76

Codes

Color #ABBEE1 in popluar color models

AB BE E1
RGB 171 190 225
HSL 219° 47.37% 77.65%
HSB/HSV 219° 24.00% 88.24%
CMYK 24.00% 15.56% 0.00%
11.76%

Color #ABBEE1 in popluar number systems.

HEX AB BE E1
Decimal 171 190 225
Binary 10101011 10111110 11100001
Octal 253 276 341

Shades and tints

Shades of #ABBEE1

#ABBEE1
(171,190,225)
#9CADCD
(156,173,205)
#8D9CB9
(141,156,185)
#7E8BA5
(126,139,165)
#6F7A91
(111,122,145)
#60697D
(96,105,125)
#515869
(81,88,105)
#424755
(66,71,85)
#333641
(51,54,65)
#24252D
(36,37,45)
#151419
(21,20,25)
#000000
(0,0,0)

Tints of #ABBEE1

#ABBEE1
(171,190,225)
#B2C3E3
(178,195,227)
#B9C8E5
(185,200,229)
#C0CDE7
(192,205,231)
#C7D2E9
(199,210,233)
#CED7EB
(206,215,235)
#D5DCED
(213,220,237)
#DCE1EF
(220,225,239)
#E3E6F1
(227,230,241)
#EAEBF3
(234,235,243)
#F1F0F5
(241,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ABBEE1 color. Also use rgb(171,190,225) instead hex code.

Text Font Color

.myTextColor { color: #ABBEE1; }

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

This text font color is #ABBEE1.

Background Color

.myBgColor { background-color: #ABBEE1; }

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

This div background color is #ABBEE1.

Border color

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

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

This div border color is #ABBEE1.

Opacity

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

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

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

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

This text has shadow with #ABBEE1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ABBEE1.

Preview

Color preview on black background

This text has color #ABBEE1 on black background.


Color preview on white background

This text has color #ABBEE1 on white background.


Black color preview on #ABBEE1 background

This text has black color on #ABBEE1 background.


White color preview on #ABBEE1 background

This text has white color on #ABBEE1 background.


Related colors

Complementary color

Complementary color for #hex is #54411E.


I love getcolorcode.com

Triadic colors

1 #E1ABBE and #BEE1AB with #ABBEE1 are triadic colors.

2 #E1BEAB and #BEABE1 with #ABBEE1 are triadic colors.