COLOR #A4B8FB

HEX: #A4B8FB RGB: (164,184,251)

Color info

#A4B8FB contains mainly blue color. Web safe color of #A4B8FB is #99CCFF (or #9CF).

RGB color model

#A4B8FB color RGB value is (164,184,251).

RGB: (164,184,251) (64%, 72%, 98%)

RGB channels and saturation

R 164 of 255 = 64%
G 184 of 255 = 72%
B 251 of 255 = 98%

164
184
251

R + G + B ~ 78%. #A4B8FB is quite light color.

Portions of RGB colors in percentages

R + G + B = 164 + 184 + 251 = 599 (100%)
R 164 of 599 ~ 27.38%
G 184 of 599 ~ 30.72%
B 251 of 599 ~ 41.9'%

%27.38
%30.72
%41.9

CMYK color model

#A4B8FB color CMYK value is (35,27,0,2).

  • cyan value is 34.66%
  • magenta value is 26.69%
  • yellow value is 0.00%
  • key color value is 1.57%
CMYK: (35,27,0,2) C35M27Y0K2 (35%,27%,0%,2%) (0.35/0.27/0.00/0.02) 

CMYK percentages

%34.66
%26.69
%0
%1.57

Codes

Color #A4B8FB in popluar color models

A4 B8 FB
RGB 164 184 251
HSL 226° 91.58% 81.37%
HSB/HSV 226° 34.66% 98.43%
CMYK 34.66% 26.69% 0.00%
1.57%

Color #A4B8FB in popluar number systems.

HEX A4 B8 FB
Decimal 164 184 251
Binary 10100100 10111000 11111011
Octal 244 270 373

Shades and tints

Shades of #A4B8FB

#A4B8FB
(164,184,251)
#96A8E5
(150,168,229)
#8898CF
(136,152,207)
#7A88B9
(122,136,185)
#6C78A3
(108,120,163)
#5E688D
(94,104,141)
#505877
(80,88,119)
#424861
(66,72,97)
#34384B
(52,56,75)
#262835
(38,40,53)
#18181F
(24,24,31)
#000000
(0,0,0)

Tints of #A4B8FB

#A4B8FB
(164,184,251)
#ACBEFB
(172,190,251)
#B4C4FB
(180,196,251)
#BCCAFB
(188,202,251)
#C4D0FB
(196,208,251)
#CCD6FB
(204,214,251)
#D4DCFB
(212,220,251)
#DCE2FB
(220,226,251)
#E4E8FB
(228,232,251)
#ECEEFB
(236,238,251)
#F4F4FB
(244,244,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A4B8FB color. Also use rgb(164,184,251) instead hex code.

Text Font Color

.myTextColor { color: #A4B8FB; }

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

This text font color is #A4B8FB.

Background Color

.myBgColor { background-color: #A4B8FB; }

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

This div background color is #A4B8FB.

Border color

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

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

This div border color is #A4B8FB.

Opacity

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

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

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

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

This text has shadow with #A4B8FB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A4B8FB.

Preview

Color preview on black background

This text has color #A4B8FB on black background.


Color preview on white background

This text has color #A4B8FB on white background.


Black color preview on #A4B8FB background

This text has black color on #A4B8FB background.


White color preview on #A4B8FB background

This text has white color on #A4B8FB background.


Related colors

Complementary color

Complementary color for #hex is #5B4704.


I love getcolorcode.com

Triadic colors

1 #FBA4B8 and #B8FBA4 with #A4B8FB are triadic colors.

2 #FBB8A4 and #B8A4FB with #A4B8FB are triadic colors.