COLOR #ABC5EA

HEX: #ABC5EA RGB: (171,197,234)

Color info

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

RGB color model

#ABC5EA color RGB value is (171,197,234).

RGB: (171,197,234) (67%, 77%, 92%)

RGB channels and saturation

R 171 of 255 = 67%
G 197 of 255 = 77%
B 234 of 255 = 92%

171
197
234

R + G + B ~ 79%. #ABC5EA is quite light color.

Portions of RGB colors in percentages

R + G + B = 171 + 197 + 234 = 602 (100%)
R 171 of 602 ~ 28.41%
G 197 of 602 ~ 32.72%
B 234 of 602 ~ 38.87'%

%28.41
%32.72
%38.87

CMYK color model

#ABC5EA color CMYK value is (27,16,0,8).

  • cyan value is 26.92%
  • magenta value is 15.81%
  • yellow value is 0.00%
  • key color value is 8.24%

CMYK: (27,16,0,8)
C27M16Y0K8 (27%, 16%, 0%, 8%)
(0.27 / 0.16 / 0.00 / 0.08)

CMYK percentages

%26.92
%15.81
%0
%8.24

Codes

Color #ABC5EA in popluar color models

AB C5 EA
RGB 171 197 234
HSL 215° 60.00% 79.41%
HSB/HSV 215° 26.92% 91.76%
CMYK 26.92% 15.81% 0.00%
8.24%

Color #ABC5EA in popluar number systems.

HEX AB C5 EA
Decimal 171 197 234
Binary 10101011 11000101 11101010
Octal 253 305 352

Shades and tints

Shades of #ABC5EA

#ABC5EA
(171,197,234)
#9CB4D5
(156,180,213)
#8DA3C0
(141,163,192)
#7E92AB
(126,146,171)
#6F8196
(111,129,150)
#607081
(96,112,129)
#515F6C
(81,95,108)
#424E57
(66,78,87)
#333D42
(51,61,66)
#242C2D
(36,44,45)
#151B18
(21,27,24)
#000000
(0,0,0)

Tints of #ABC5EA

#ABC5EA
(171,197,234)
#B2CAEB
(178,202,235)
#B9CFEC
(185,207,236)
#C0D4ED
(192,212,237)
#C7D9EE
(199,217,238)
#CEDEEF
(206,222,239)
#D5E3F0
(213,227,240)
#DCE8F1
(220,232,241)
#E3EDF2
(227,237,242)
#EAF2F3
(234,242,243)
#F1F7F4
(241,247,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ABC5EA color. Also use rgb(171,197,234) instead hex code.

Text Font Color

.myTextColor { color: #ABC5EA; }

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

This text font color is #ABC5EA.

Background Color

.myBgColor { background-color: #ABC5EA; }

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

This div background color is #ABC5EA.

Border color

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

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

This div border color is #ABC5EA.

Opacity

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

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

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

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

This text has shadow with #ABC5EA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ABC5EA.

Preview

Color preview on black background

This text has color #ABC5EA on black background.


Color preview on white background

This text has color #ABC5EA on white background.


Black color preview on #ABC5EA background

This text has black color on #ABC5EA background.


White color preview on #ABC5EA background

This text has white color on #ABC5EA background.


Related colors

Complementary color

Complementary color for #hex is #543A15.


I love getcolorcode.com

Triadic colors

1 #EAABC5 and #C5EAAB with #ABC5EA are triadic colors.

2 #EAC5AB and #C5ABEA with #ABC5EA are triadic colors.