COLOR #ADB7F9

HEX: #ADB7F9 RGB: (173,183,249)

Color info

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

RGB color model

#ADB7F9 color RGB value is (173,183,249).

RGB: (173,183,249) (68%, 72%, 98%)

RGB channels and saturation

R 173 of 255 = 68%
G 183 of 255 = 72%
B 249 of 255 = 98%

173
183
249

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

Portions of RGB colors in percentages

R + G + B = 173 + 183 + 249 = 605 (100%)
R 173 of 605 ~ 28.6%
G 183 of 605 ~ 30.25%
B 249 of 605 ~ 41.16'%

%28.6
%30.25
%41.16

CMYK color model

#ADB7F9 color CMYK value is (31,27,0,2).

  • cyan value is 30.52%
  • magenta value is 26.51%
  • yellow value is 0.00%
  • key color value is 2.35%

CMYK: (31,27,0,2)
C31M27Y0K2 (31%, 27%, 0%, 2%)
(0.31 / 0.27 / 0.00 / 0.02)

CMYK percentages

%30.52
%26.51
%0
%2.35

Codes

Color #ADB7F9 in popluar color models

AD B7 F9
RGB 173 183 249
HSL 232° 86.36% 82.75%
HSB/HSV 232° 30.52% 97.65%
CMYK 30.52% 26.51% 0.00%
2.35%

Color #ADB7F9 in popluar number systems.

HEX AD B7 F9
Decimal 173 183 249
Binary 10101101 10110111 11111001
Octal 255 267 371

Shades and tints

Shades of #ADB7F9

#ADB7F9
(173,183,249)
#9EA7E3
(158,167,227)
#8F97CD
(143,151,205)
#8087B7
(128,135,183)
#7177A1
(113,119,161)
#62678B
(98,103,139)
#535775
(83,87,117)
#44475F
(68,71,95)
#353749
(53,55,73)
#262733
(38,39,51)
#17171D
(23,23,29)
#000000
(0,0,0)

Tints of #ADB7F9

#ADB7F9
(173,183,249)
#B4BDF9
(180,189,249)
#BBC3F9
(187,195,249)
#C2C9F9
(194,201,249)
#C9CFF9
(201,207,249)
#D0D5F9
(208,213,249)
#D7DBF9
(215,219,249)
#DEE1F9
(222,225,249)
#E5E7F9
(229,231,249)
#ECEDF9
(236,237,249)
#F3F3F9
(243,243,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ADB7F9 color. Also use rgb(173,183,249) instead hex code.

Text Font Color

.myTextColor { color: #ADB7F9; }

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

This text font color is #ADB7F9.

Background Color

.myBgColor { background-color: #ADB7F9; }

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

This div background color is #ADB7F9.

Border color

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

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

This div border color is #ADB7F9.

Opacity

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

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

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

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

This text has shadow with #ADB7F9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ADB7F9.

Preview

Color preview on black background

This text has color #ADB7F9 on black background.


Color preview on white background

This text has color #ADB7F9 on white background.


Black color preview on #ADB7F9 background

This text has black color on #ADB7F9 background.


White color preview on #ADB7F9 background

This text has white color on #ADB7F9 background.


Related colors

Complementary color

Complementary color for #hex is #524806.


I love getcolorcode.com

Triadic colors

1 #F9ADB7 and #B7F9AD with #ADB7F9 are triadic colors.

2 #F9B7AD and #B7ADF9 with #ADB7F9 are triadic colors.