COLOR #ADDFF5

HEX: #ADDFF5 RGB: (173,223,245)

Color info

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

RGB color model

#ADDFF5 color RGB value is (173,223,245).

RGB: (173,223,245) (68%, 87%, 96%)

RGB channels and saturation

R 173 of 255 = 68%
G 223 of 255 = 87%
B 245 of 255 = 96%

173
223
245

R + G + B ~ 84%. #ADDFF5 is quite light color.

Portions of RGB colors in percentages

R + G + B = 173 + 223 + 245 = 641 (100%)
R 173 of 641 ~ 26.99%
G 223 of 641 ~ 34.79%
B 245 of 641 ~ 38.22'%

%26.99
%34.79
%38.22

CMYK color model

#ADDFF5 color CMYK value is (29,9,0,4).

  • cyan value is 29.39%
  • magenta value is 8.98%
  • yellow value is 0.00%
  • key color value is 3.92%
CMYK: (29,9,0,4) C29M9Y0K4 (29%,9%,0%,4%) (0.29/0.09/0.00/0.04) 

CMYK percentages

%29.39
%8.98
%0
%3.92

Codes

Color #ADDFF5 in popluar color models

AD DF F5
RGB 173 223 245
HSL 198° 78.26% 81.96%
HSB/HSV 198° 29.39% 96.08%
CMYK 29.39% 8.98% 0.00%
3.92%

Color #ADDFF5 in popluar number systems.

HEX AD DF F5
Decimal 173 223 245
Binary 10101101 11011111 11110101
Octal 255 337 365

Shades and tints

Shades of #ADDFF5

#ADDFF5
(173,223,245)
#9ECBDF
(158,203,223)
#8FB7C9
(143,183,201)
#80A3B3
(128,163,179)
#718F9D
(113,143,157)
#627B87
(98,123,135)
#536771
(83,103,113)
#44535B
(68,83,91)
#353F45
(53,63,69)
#262B2F
(38,43,47)
#171719
(23,23,25)
#000000
(0,0,0)

Tints of #ADDFF5

#ADDFF5
(173,223,245)
#B4E1F5
(180,225,245)
#BBE3F5
(187,227,245)
#C2E5F5
(194,229,245)
#C9E7F5
(201,231,245)
#D0E9F5
(208,233,245)
#D7EBF5
(215,235,245)
#DEEDF5
(222,237,245)
#E5EFF5
(229,239,245)
#ECF1F5
(236,241,245)
#F3F3F5
(243,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ADDFF5 color. Also use rgb(173,223,245) instead hex code.

Text Font Color

.myTextColor { color: #ADDFF5; }

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

This text font color is #ADDFF5.

Background Color

.myBgColor { background-color: #ADDFF5; }

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

This div background color is #ADDFF5.

Border color

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

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

This div border color is #ADDFF5.

Opacity

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

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

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

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

This text has shadow with #ADDFF5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ADDFF5.

Preview

Color preview on black background

This text has color #ADDFF5 on black background.


Color preview on white background

This text has color #ADDFF5 on white background.


Black color preview on #ADDFF5 background

This text has black color on #ADDFF5 background.


White color preview on #ADDFF5 background

This text has white color on #ADDFF5 background.


Related colors

Complementary color

Complementary color for #hex is #52200A.


I love getcolorcode.com

Triadic colors

1 #F5ADDF and #DFF5AD with #ADDFF5 are triadic colors.

2 #F5DFAD and #DFADF5 with #ADDFF5 are triadic colors.