COLOR #ADBFDA

HEX: #ADBFDA RGB: (173,191,218)

Color info

#ADBFDA contains red, green and blue colors in about the same proportion. Web safe color of #ADBFDA is #99CCCC (or #9CC).

RGB color model

#ADBFDA color RGB value is (173,191,218).

RGB: (173,191,218) (68%, 75%, 85%)

RGB channels and saturation

R 173 of 255 = 68%
G 191 of 255 = 75%
B 218 of 255 = 85%

173
191
218

R + G + B ~ 76%. #ADBFDA is quite light color.

Portions of RGB colors in percentages

R + G + B = 173 + 191 + 218 = 582 (100%)
R 173 of 582 ~ 29.73%
G 191 of 582 ~ 32.82%
B 218 of 582 ~ 37.46'%

%29.73
%32.82
%37.46

CMYK color model

#ADBFDA color CMYK value is (21,12,0,15).

  • cyan value is 20.64%
  • magenta value is 12.39%
  • yellow value is 0.00%
  • key color value is 14.51%

CMYK: (21,12,0,15)
C21M12Y0K15 (21%, 12%, 0%, 15%)
(0.21 / 0.12 / 0.00 / 0.15)

CMYK percentages

%20.64
%12.39
%0
%14.51

Codes

Color #ADBFDA in popluar color models

AD BF DA
RGB 173 191 218
HSL 216° 37.82% 76.67%
HSB/HSV 216° 20.64% 85.49%
CMYK 20.64% 12.39% 0.00%
14.51%

Color #ADBFDA in popluar number systems.

HEX AD BF DA
Decimal 173 191 218
Binary 10101101 10111111 11011010
Octal 255 277 332

Shades and tints

Shades of #ADBFDA

#ADBFDA
(173,191,218)
#9EAEC7
(158,174,199)
#8F9DB4
(143,157,180)
#808CA1
(128,140,161)
#717B8E
(113,123,142)
#626A7B
(98,106,123)
#535968
(83,89,104)
#444855
(68,72,85)
#353742
(53,55,66)
#26262F
(38,38,47)
#17151C
(23,21,28)
#000000
(0,0,0)

Tints of #ADBFDA

#ADBFDA
(173,191,218)
#B4C4DD
(180,196,221)
#BBC9E0
(187,201,224)
#C2CEE3
(194,206,227)
#C9D3E6
(201,211,230)
#D0D8E9
(208,216,233)
#D7DDEC
(215,221,236)
#DEE2EF
(222,226,239)
#E5E7F2
(229,231,242)
#ECECF5
(236,236,245)
#F3F1F8
(243,241,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ADBFDA color. Also use rgb(173,191,218) instead hex code.

Text Font Color

.myTextColor { color: #ADBFDA; }

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

This text font color is #ADBFDA.

Background Color

.myBgColor { background-color: #ADBFDA; }

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

This div background color is #ADBFDA.

Border color

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

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

This div border color is #ADBFDA.

Opacity

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

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

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

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

This text has shadow with #ADBFDA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ADBFDA.

Preview

Color preview on black background

This text has color #ADBFDA on black background.


Color preview on white background

This text has color #ADBFDA on white background.


Black color preview on #ADBFDA background

This text has black color on #ADBFDA background.


White color preview on #ADBFDA background

This text has white color on #ADBFDA background.


Related colors

Complementary color

Complementary color for #hex is #524025.


I love getcolorcode.com

Triadic colors

1 #DAADBF and #BFDAAD with #ADBFDA are triadic colors.

2 #DABFAD and #BFADDA with #ADBFDA are triadic colors.