COLOR #ADCFF1

HEX: #ADCFF1
RGB: (173,207,241)

Color info

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

RGB color model

#ADCFF1 color RGB value is (173,207,241).

  • red value is 173;
  • green value is 207;
  • blue value is 241.
RGB:
(173,207,241)
(68%,81%,95%)

RGB channels and saturation

R 173 of 255 = 68%
G 207 of 255 = 81%
B 241 of 255 = 95%

173
207
241

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

Portions of RGB colors in percentages

R + G + B =
173 + 207 + 241 = 621 (100%)
R 173 of 621 ~ 27.86%
G 207 of 621 ~ 33.33%
B 241 of 621 ~ 38.81%

%27.86
%33.33
%38.81

CMYK color model

#ADCFF1 color CMYK value is (28,14,0,5).

  • cyan value is 28.22%
  • magenta value is 14.11%
  • yellow value is 0.00%
  • key color value is 5.49%
CMYK:
(28,14,0,5)
C28M14Y0K5 
(28%,14%,0%,5%)
(0.28/0.14/0.00/0.05)	

CMYK percentages

%28.22
%14.11
%0
%5.49

Codes

Color #ADCFF1 in popluar color models

ADCFF1
RGB173207241
HSL210°70.83%81.18%
HSB/HSV210°28.22%94.51%
CMYK28.22%14.11%0.00%
5.49%

Color #ADCFF1 in popluar number systems.

HEXADCFF1
Decimal173207241
Binary101011011100111111110001
Octal255317361

Shades and tints

Shades of #ADCFF1

#ADCFF1
(173,207,241)
#9EBDDC
(158,189,220)
#8FABC7
(143,171,199)
#8099B2
(128,153,178)
#71879D
(113,135,157)
#627588
(98,117,136)
#536373
(83,99,115)
#44515E
(68,81,94)
#353F49
(53,63,73)
#262D34
(38,45,52)
#171B1F
(23,27,31)
#000000
(0,0,0)

Tints of #ADCFF1

#ADCFF1
(173,207,241)
#B4D3F2
(180,211,242)
#BBD7F3
(187,215,243)
#C2DBF4
(194,219,244)
#C9DFF5
(201,223,245)
#D0E3F6
(208,227,246)
#D7E7F7
(215,231,247)
#DEEBF8
(222,235,248)
#E5EFF9
(229,239,249)
#ECF3FA
(236,243,250)
#F3F7FB
(243,247,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADCFF1; }

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

This text font color is #ADCFF1.


Background Color

.myBgColor { background-color: #ADCFF1; }

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

This div background color is #ADCFF1.


Border color

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

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

This div border color is #ADCFF1.


Opacity

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

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

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

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

This text has shadow with #ADCFF1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADCFF1 on black background.


Color preview on white background

This text has color #ADCFF1 on white background.



Black color preview on #ADCFF1 background

This text has black color on #ADCFF1 background.


White color preview on #ADCFF1 background

This text has white color on #ADCFF1 background.