COLOR #ABCAF4

HEX: #ABCAF4
RGB: (171,202,244)

Color info

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

RGB color model

#ABCAF4 color RGB value is (171,202,244).

  • red value is 171;
  • green value is 202;
  • blue value is 244.
RGB:
(171,202,244)
(67%,79%,96%)

RGB channels and saturation

R 171 of 255 = 67%
G 202 of 255 = 79%
B 244 of 255 = 96%

171
202
244

R + G + B ~ 81%. #ABCAF4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
171 + 202 + 244 = 617 (100%)
R 171 of 617 ~ 27.71%
G 202 of 617 ~ 32.74%
B 244 of 617 ~ 39.55%

%27.71
%32.74
%39.55

CMYK color model

#ABCAF4 color CMYK value is (30,17,0,4).

  • cyan value is 29.92%
  • magenta value is 17.21%
  • yellow value is 0.00%
  • key color value is 4.31%
CMYK:
(30,17,0,4)
C30M17Y0K4 
(30%,17%,0%,4%)
(0.30/0.17/0.00/0.04)	

CMYK percentages

%29.92
%17.21
%0
%4.31

Codes

Color #ABCAF4 in popluar color models

ABCAF4
RGB171202244
HSL215°76.84%81.37%
HSB/HSV215°29.92%95.69%
CMYK29.92%17.21%0.00%
4.31%

Color #ABCAF4 in popluar number systems.

HEXABCAF4
Decimal171202244
Binary101010111100101011110100
Octal253312364

Shades and tints

Shades of #ABCAF4

#ABCAF4
(171,202,244)
#9CB8DE
(156,184,222)
#8DA6C8
(141,166,200)
#7E94B2
(126,148,178)
#6F829C
(111,130,156)
#607086
(96,112,134)
#515E70
(81,94,112)
#424C5A
(66,76,90)
#333A44
(51,58,68)
#24282E
(36,40,46)
#151618
(21,22,24)
#000000
(0,0,0)

Tints of #ABCAF4

#ABCAF4
(171,202,244)
#B2CEF5
(178,206,245)
#B9D2F6
(185,210,246)
#C0D6F7
(192,214,247)
#C7DAF8
(199,218,248)
#CEDEF9
(206,222,249)
#D5E2FA
(213,226,250)
#DCE6FB
(220,230,251)
#E3EAFC
(227,234,252)
#EAEEFD
(234,238,253)
#F1F2FE
(241,242,254)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ABCAF4; }

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

This text font color is #ABCAF4.


Background Color

.myBgColor { background-color: #ABCAF4; }

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

This div background color is #ABCAF4.


Border color

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

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

This div border color is #ABCAF4.


Opacity

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

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

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

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

This text has shadow with #ABCAF4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ABCAF4 on black background.


Color preview on white background

This text has color #ABCAF4 on white background.



Black color preview on #ABCAF4 background

This text has black color on #ABCAF4 background.


White color preview on #ABCAF4 background

This text has white color on #ABCAF4 background.