COLOR #ABBFE3

HEX: #ABBFE3 RGB: (171,191,227)

Color info

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

RGB color model

#ABBFE3 color RGB value is (171,191,227).

RGB: (171,191,227) (67%, 75%, 89%)

RGB channels and saturation

R 171 of 255 = 67%
G 191 of 255 = 75%
B 227 of 255 = 89%

171
191
227

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

Portions of RGB colors in percentages

R + G + B = 171 + 191 + 227 = 589 (100%)
R 171 of 589 ~ 29.03%
G 191 of 589 ~ 32.43%
B 227 of 589 ~ 38.54'%

%29.03
%32.43
%38.54

CMYK color model

#ABBFE3 color CMYK value is (25,16,0,11).

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

CMYK: (25,16,0,11)
C25M16Y0K11 (25%, 16%, 0%, 11%)
(0.25 / 0.16 / 0.00 / 0.11)

CMYK percentages

%24.67
%15.86
%0
%10.98

Codes

Color #ABBFE3 in popluar color models

AB BF E3
RGB 171 191 227
HSL 219° 50.00% 78.04%
HSB/HSV 219° 24.67% 89.02%
CMYK 24.67% 15.86% 0.00%
10.98%

Color #ABBFE3 in popluar number systems.

HEX AB BF E3
Decimal 171 191 227
Binary 10101011 10111111 11100011
Octal 253 277 343

Shades and tints

Shades of #ABBFE3

#ABBFE3
(171,191,227)
#9CAECF
(156,174,207)
#8D9DBB
(141,157,187)
#7E8CA7
(126,140,167)
#6F7B93
(111,123,147)
#606A7F
(96,106,127)
#51596B
(81,89,107)
#424857
(66,72,87)
#333743
(51,55,67)
#24262F
(36,38,47)
#15151B
(21,21,27)
#000000
(0,0,0)

Tints of #ABBFE3

#ABBFE3
(171,191,227)
#B2C4E5
(178,196,229)
#B9C9E7
(185,201,231)
#C0CEE9
(192,206,233)
#C7D3EB
(199,211,235)
#CED8ED
(206,216,237)
#D5DDEF
(213,221,239)
#DCE2F1
(220,226,241)
#E3E7F3
(227,231,243)
#EAECF5
(234,236,245)
#F1F1F7
(241,241,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ABBFE3; }

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

This text font color is #ABBFE3.

Background Color

.myBgColor { background-color: #ABBFE3; }

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

This div background color is #ABBFE3.

Border color

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

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

This div border color is #ABBFE3.

Opacity

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

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

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

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

This text has shadow with #ABBFE3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ABBFE3.

Preview

Color preview on black background

This text has color #ABBFE3 on black background.


Color preview on white background

This text has color #ABBFE3 on white background.


Black color preview on #ABBFE3 background

This text has black color on #ABBFE3 background.


White color preview on #ABBFE3 background

This text has white color on #ABBFE3 background.


Related colors

Complementary color

Complementary color for #hex is #54401C.


I love getcolorcode.com

Triadic colors

1 #E3ABBF and #BFE3AB with #ABBFE3 are triadic colors.

2 #E3BFAB and #BFABE3 with #ABBFE3 are triadic colors.