COLOR #ABBFF4

HEX: #ABBFF4 RGB: (171,191,244)

Color info

#ABBFF4 contains mainly green and blue colors. Web safe color of #ABBFF4 is #99CCFF (or #9CF).

RGB color model

#ABBFF4 color RGB value is (171,191,244).

RGB: (171,191,244) (67%, 75%, 96%)

RGB channels and saturation

R 171 of 255 = 67%
G 191 of 255 = 75%
B 244 of 255 = 96%

171
191
244

R + G + B ~ 79%. #ABBFF4 is quite light color.

Portions of RGB colors in percentages

R + G + B = 171 + 191 + 244 = 606 (100%)
R 171 of 606 ~ 28.22%
G 191 of 606 ~ 31.52%
B 244 of 606 ~ 40.26'%

%28.22
%31.52
%40.26

CMYK color model

#ABBFF4 color CMYK value is (30,22,0,4).

  • cyan value is 29.92%
  • magenta value is 21.72%
  • yellow value is 0.00%
  • key color value is 4.31%

CMYK: (30,22,0,4)
C30M22Y0K4 (30%, 22%, 0%, 4%)
(0.30 / 0.22 / 0.00 / 0.04)

CMYK percentages

%29.92
%21.72
%0
%4.31

Codes

Color #ABBFF4 in popluar color models

AB BF F4
RGB 171 191 244
HSL 224° 76.84% 81.37%
HSB/HSV 224° 29.92% 95.69%
CMYK 29.92% 21.72% 0.00%
4.31%

Color #ABBFF4 in popluar number systems.

HEX AB BF F4
Decimal 171 191 244
Binary 10101011 10111111 11110100
Octal 253 277 364

Shades and tints

Shades of #ABBFF4

#ABBFF4
(171,191,244)
#9CAEDE
(156,174,222)
#8D9DC8
(141,157,200)
#7E8CB2
(126,140,178)
#6F7B9C
(111,123,156)
#606A86
(96,106,134)
#515970
(81,89,112)
#42485A
(66,72,90)
#333744
(51,55,68)
#24262E
(36,38,46)
#151518
(21,21,24)
#000000
(0,0,0)

Tints of #ABBFF4

#ABBFF4
(171,191,244)
#B2C4F5
(178,196,245)
#B9C9F6
(185,201,246)
#C0CEF7
(192,206,247)
#C7D3F8
(199,211,248)
#CED8F9
(206,216,249)
#D5DDFA
(213,221,250)
#DCE2FB
(220,226,251)
#E3E7FC
(227,231,252)
#EAECFD
(234,236,253)
#F1F1FE
(241,241,254)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ABBFF4; }

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

This text font color is #ABBFF4.

Background Color

.myBgColor { background-color: #ABBFF4; }

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

This div background color is #ABBFF4.

Border color

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

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

This div border color is #ABBFF4.

Opacity

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

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

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

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

This text has shadow with #ABBFF4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ABBFF4.

Preview

Color preview on black background

This text has color #ABBFF4 on black background.


Color preview on white background

This text has color #ABBFF4 on white background.


Black color preview on #ABBFF4 background

This text has black color on #ABBFF4 background.


White color preview on #ABBFF4 background

This text has white color on #ABBFF4 background.


Related colors

Complementary color

Complementary color for #hex is #54400B.


I love getcolorcode.com

Triadic colors

1 #F4ABBF and #BFF4AB with #ABBFF4 are triadic colors.

2 #F4BFAB and #BFABF4 with #ABBFF4 are triadic colors.