COLOR #ADB2FD

HEX: #ADB2FD RGB: (173,178,253)

Color info

#ADB2FD contains mainly blue color. Web safe color of #ADB2FD is #9999FF (or #99F).

RGB color model

#ADB2FD color RGB value is (173,178,253).

RGB: (173,178,253) (68%, 70%, 99%)

RGB channels and saturation

R 173 of 255 = 68%
G 178 of 255 = 70%
B 253 of 255 = 99%

173
178
253

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

Portions of RGB colors in percentages

R + G + B = 173 + 178 + 253 = 604 (100%)
R 173 of 604 ~ 28.64%
G 178 of 604 ~ 29.47%
B 253 of 604 ~ 41.89'%

%28.64
%29.47
%41.89

CMYK color model

#ADB2FD color CMYK value is (32,30,0,1).

  • cyan value is 31.62%
  • magenta value is 29.64%
  • yellow value is 0.00%
  • key color value is 0.78%

CMYK: (32,30,0,1)
C32M30Y0K1 (32%, 30%, 0%, 1%)
(0.32 / 0.30 / 0.00 / 0.01)

CMYK percentages

%31.62
%29.64
%0
%0.78

Codes

Color #ADB2FD in popluar color models

AD B2 FD
RGB 173 178 253
HSL 236° 95.24% 83.53%
HSB/HSV 236° 31.62% 99.22%
CMYK 31.62% 29.64% 0.00%
0.78%

Color #ADB2FD in popluar number systems.

HEX AD B2 FD
Decimal 173 178 253
Binary 10101101 10110010 11111101
Octal 255 262 375

Shades and tints

Shades of #ADB2FD

#ADB2FD
(173,178,253)
#9EA2E6
(158,162,230)
#8F92CF
(143,146,207)
#8082B8
(128,130,184)
#7172A1
(113,114,161)
#62628A
(98,98,138)
#535273
(83,82,115)
#44425C
(68,66,92)
#353245
(53,50,69)
#26222E
(38,34,46)
#171217
(23,18,23)
#000000
(0,0,0)

Tints of #ADB2FD

#ADB2FD
(173,178,253)
#B4B9FD
(180,185,253)
#BBC0FD
(187,192,253)
#C2C7FD
(194,199,253)
#C9CEFD
(201,206,253)
#D0D5FD
(208,213,253)
#D7DCFD
(215,220,253)
#DEE3FD
(222,227,253)
#E5EAFD
(229,234,253)
#ECF1FD
(236,241,253)
#F3F8FD
(243,248,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ADB2FD color. Also use rgb(173,178,253) instead hex code.

Text Font Color

.myTextColor { color: #ADB2FD; }

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

This text font color is #ADB2FD.

Background Color

.myBgColor { background-color: #ADB2FD; }

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

This div background color is #ADB2FD.

Border color

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

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

This div border color is #ADB2FD.

Opacity

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

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

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

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

This text has shadow with #ADB2FD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ADB2FD.

Preview

Color preview on black background

This text has color #ADB2FD on black background.


Color preview on white background

This text has color #ADB2FD on white background.


Black color preview on #ADB2FD background

This text has black color on #ADB2FD background.


White color preview on #ADB2FD background

This text has white color on #ADB2FD background.


Related colors

Complementary color

Complementary color for #hex is #524D02.


I love getcolorcode.com

Triadic colors

1 #FDADB2 and #B2FDAD with #ADB2FD are triadic colors.

2 #FDB2AD and #B2ADFD with #ADB2FD are triadic colors.