COLOR #ABDDED

HEX: #ABDDED RGB: (171,221,237)

Color info

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

RGB color model

#ABDDED color RGB value is (171,221,237).

RGB: (171,221,237) (67%, 87%, 93%)

RGB channels and saturation

R 171 of 255 = 67%
G 221 of 255 = 87%
B 237 of 255 = 93%

171
221
237

R + G + B ~ 82%. #ABDDED is quite light color.

Portions of RGB colors in percentages

R + G + B = 171 + 221 + 237 = 629 (100%)
R 171 of 629 ~ 27.19%
G 221 of 629 ~ 35.14%
B 237 of 629 ~ 37.68'%

%27.19
%35.14
%37.68

CMYK color model

#ABDDED color CMYK value is (28,7,0,7).

  • cyan value is 27.85%
  • magenta value is 6.75%
  • yellow value is 0.00%
  • key color value is 7.06%

CMYK: (28,7,0,7)
C28M7Y0K7 (28%, 7%, 0%, 7%)
(0.28 / 0.07 / 0.00 / 0.07)

CMYK percentages

%27.85
%6.75
%0
%7.06

Codes

Color #ABDDED in popluar color models

AB DD ED
RGB 171 221 237
HSL 195° 64.71% 80.00%
HSB/HSV 195° 27.85% 92.94%
CMYK 27.85% 6.75% 0.00%
7.06%

Color #ABDDED in popluar number systems.

HEX AB DD ED
Decimal 171 221 237
Binary 10101011 11011101 11101101
Octal 253 335 355

Shades and tints

Shades of #ABDDED

#ABDDED
(171,221,237)
#9CC9D8
(156,201,216)
#8DB5C3
(141,181,195)
#7EA1AE
(126,161,174)
#6F8D99
(111,141,153)
#607984
(96,121,132)
#51656F
(81,101,111)
#42515A
(66,81,90)
#333D45
(51,61,69)
#242930
(36,41,48)
#15151B
(21,21,27)
#000000
(0,0,0)

Tints of #ABDDED

#ABDDED
(171,221,237)
#B2E0EE
(178,224,238)
#B9E3EF
(185,227,239)
#C0E6F0
(192,230,240)
#C7E9F1
(199,233,241)
#CEECF2
(206,236,242)
#D5EFF3
(213,239,243)
#DCF2F4
(220,242,244)
#E3F5F5
(227,245,245)
#EAF8F6
(234,248,246)
#F1FBF7
(241,251,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ABDDED color. Also use rgb(171,221,237) instead hex code.

Text Font Color

.myTextColor { color: #ABDDED; }

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

This text font color is #ABDDED.

Background Color

.myBgColor { background-color: #ABDDED; }

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

This div background color is #ABDDED.

Border color

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

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

This div border color is #ABDDED.

Opacity

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

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

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

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

This text has shadow with #ABDDED color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ABDDED.

Preview

Color preview on black background

This text has color #ABDDED on black background.


Color preview on white background

This text has color #ABDDED on white background.


Black color preview on #ABDDED background

This text has black color on #ABDDED background.


White color preview on #ABDDED background

This text has white color on #ABDDED background.


Related colors

Complementary color

Complementary color for #hex is #542212.


I love getcolorcode.com

Triadic colors

1 #EDABDD and #DDEDAB with #ABDDED are triadic colors.

2 #EDDDAB and #DDABED with #ABDDED are triadic colors.