COLOR #ADCBF1

HEX: #ADCBF1 RGB: (173,203,241)

Color info

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

RGB color model

#ADCBF1 color RGB value is (173,203,241).

RGB: (173,203,241) (68%, 80%, 95%)

RGB channels and saturation

R 173 of 255 = 68%
G 203 of 255 = 80%
B 241 of 255 = 95%

173
203
241

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

Portions of RGB colors in percentages

R + G + B = 173 + 203 + 241 = 617 (100%)
R 173 of 617 ~ 28.04%
G 203 of 617 ~ 32.9%
B 241 of 617 ~ 39.06'%

%28.04
%32.9
%39.06

CMYK color model

#ADCBF1 color CMYK value is (28,16,0,5).

  • cyan value is 28.22%
  • magenta value is 15.77%
  • yellow value is 0.00%
  • key color value is 5.49%

CMYK: (28,16,0,5)
C28M16Y0K5 (28%, 16%, 0%, 5%)
(0.28 / 0.16 / 0.00 / 0.05)

CMYK percentages

%28.22
%15.77
%0
%5.49

Codes

Color #ADCBF1 in popluar color models

AD CB F1
RGB 173 203 241
HSL 214° 70.83% 81.18%
HSB/HSV 214° 28.22% 94.51%
CMYK 28.22% 15.77% 0.00%
5.49%

Color #ADCBF1 in popluar number systems.

HEX AD CB F1
Decimal 173 203 241
Binary 10101101 11001011 11110001
Octal 255 313 361

Shades and tints

Shades of #ADCBF1

#ADCBF1
(173,203,241)
#9EB9DC
(158,185,220)
#8FA7C7
(143,167,199)
#8095B2
(128,149,178)
#71839D
(113,131,157)
#627188
(98,113,136)
#535F73
(83,95,115)
#444D5E
(68,77,94)
#353B49
(53,59,73)
#262934
(38,41,52)
#17171F
(23,23,31)
#000000
(0,0,0)

Tints of #ADCBF1

#ADCBF1
(173,203,241)
#B4CFF2
(180,207,242)
#BBD3F3
(187,211,243)
#C2D7F4
(194,215,244)
#C9DBF5
(201,219,245)
#D0DFF6
(208,223,246)
#D7E3F7
(215,227,247)
#DEE7F8
(222,231,248)
#E5EBF9
(229,235,249)
#ECEFFA
(236,239,250)
#F3F3FB
(243,243,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ADCBF1 color. Also use rgb(173,203,241) instead hex code.

Text Font Color

.myTextColor { color: #ADCBF1; }

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

This text font color is #ADCBF1.

Background Color

.myBgColor { background-color: #ADCBF1; }

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

This div background color is #ADCBF1.

Border color

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

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

This div border color is #ADCBF1.

Opacity

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

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

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

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

This text has shadow with #ADCBF1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ADCBF1.

Preview

Color preview on black background

This text has color #ADCBF1 on black background.


Color preview on white background

This text has color #ADCBF1 on white background.


Black color preview on #ADCBF1 background

This text has black color on #ADCBF1 background.


White color preview on #ADCBF1 background

This text has white color on #ADCBF1 background.


Related colors

Complementary color

Complementary color for #hex is #52340E.


I love getcolorcode.com

Triadic colors

1 #F1ADCB and #CBF1AD with #ADCBF1 are triadic colors.

2 #F1CBAD and #CBADF1 with #ADCBF1 are triadic colors.