COLOR #ABC9ED

HEX: #ABC9ED RGB: (171,201,237)

Color info

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

RGB color model

#ABC9ED color RGB value is (171,201,237).

RGB: (171,201,237) (67%, 79%, 93%)

RGB channels and saturation

R 171 of 255 = 67%
G 201 of 255 = 79%
B 237 of 255 = 93%

171
201
237

R + G + B ~ 80%. #ABC9ED is quite light color.

Portions of RGB colors in percentages

R + G + B = 171 + 201 + 237 = 609 (100%)
R 171 of 609 ~ 28.08%
G 201 of 609 ~ 33%
B 237 of 609 ~ 38.92'%

%28.08
%33
%38.92

CMYK color model

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

  • cyan value is 27.85%
  • magenta value is 15.19%
  • yellow value is 0.00%
  • key color value is 7.06%
CMYK: (28,15,0,7) C28M15Y0K7 (28%,15%,0%,7%) (0.28/0.15/0.00/0.07) 

CMYK percentages

%27.85
%15.19
%0
%7.06

Codes

Color #ABC9ED in popluar color models

AB C9 ED
RGB 171 201 237
HSL 213° 64.71% 80.00%
HSB/HSV 213° 27.85% 92.94%
CMYK 27.85% 15.19% 0.00%
7.06%

Color #ABC9ED in popluar number systems.

HEX AB C9 ED
Decimal 171 201 237
Binary 10101011 11001001 11101101
Octal 253 311 355

Shades and tints

Shades of #ABC9ED

#ABC9ED
(171,201,237)
#9CB7D8
(156,183,216)
#8DA5C3
(141,165,195)
#7E93AE
(126,147,174)
#6F8199
(111,129,153)
#606F84
(96,111,132)
#515D6F
(81,93,111)
#424B5A
(66,75,90)
#333945
(51,57,69)
#242730
(36,39,48)
#15151B
(21,21,27)
#000000
(0,0,0)

Tints of #ABC9ED

#ABC9ED
(171,201,237)
#B2CDEE
(178,205,238)
#B9D1EF
(185,209,239)
#C0D5F0
(192,213,240)
#C7D9F1
(199,217,241)
#CEDDF2
(206,221,242)
#D5E1F3
(213,225,243)
#DCE5F4
(220,229,244)
#E3E9F5
(227,233,245)
#EAEDF6
(234,237,246)
#F1F1F7
(241,241,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ABC9ED; }

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

This text font color is #ABC9ED.

Background Color

.myBgColor { background-color: #ABC9ED; }

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

This div background color is #ABC9ED.

Border color

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

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

This div border color is #ABC9ED.

Opacity

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

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

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

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

This text has shadow with #ABC9ED color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ABC9ED.

Preview

Color preview on black background

This text has color #ABC9ED on black background.


Color preview on white background

This text has color #ABC9ED on white background.


Black color preview on #ABC9ED background

This text has black color on #ABC9ED background.


White color preview on #ABC9ED background

This text has white color on #ABC9ED background.


Related colors

Complementary color

Complementary color for #hex is #543612.


I love getcolorcode.com

Triadic colors

1 #EDABC9 and #C9EDAB with #ABC9ED are triadic colors.

2 #EDC9AB and #C9ABED with #ABC9ED are triadic colors.