COLOR #ABCECA

HEX: #ABCECA RGB: (171,206,202)

Color info

#ABCECA contains red, green and blue colors in about the same proportion. Web safe color of #ABCECA is #99CCCC (or #9CC).

RGB color model

#ABCECA color RGB value is (171,206,202).

RGB: (171,206,202) (67%, 81%, 79%)

RGB channels and saturation

R 171 of 255 = 67%
G 206 of 255 = 81%
B 202 of 255 = 79%

171
206
202

R + G + B ~ 76%. #ABCECA is quite light color.

Portions of RGB colors in percentages

R + G + B = 171 + 206 + 202 = 579 (100%)
R 171 of 579 ~ 29.53%
G 206 of 579 ~ 35.58%
B 202 of 579 ~ 34.89'%

%29.53
%35.58
%34.89

CMYK color model

#ABCECA color CMYK value is (17,0,2,19).

  • cyan value is 16.99%
  • magenta value is 0.00%
  • yellow value is 1.94%
  • key color value is 19.22%

CMYK: (17,0,2,19)
C17M0Y2K19 (17%, 0%, 2%, 19%)
(0.17 / 0.00 / 0.02 / 0.19)

CMYK percentages

%16.99
%0
%1.94
%19.22

Codes

Color #ABCECA in popluar color models

AB CE CA
RGB 171 206 202
HSL 173° 26.32% 73.92%
HSB/HSV 173° 16.99% 80.78%
CMYK 16.99% 0.00% 1.94%
19.22%

Color #ABCECA in popluar number systems.

HEX AB CE CA
Decimal 171 206 202
Binary 10101011 11001110 11001010
Octal 253 316 312

Shades and tints

Shades of #ABCECA

#ABCECA
(171,206,202)
#9CBCB8
(156,188,184)
#8DAAA6
(141,170,166)
#7E9894
(126,152,148)
#6F8682
(111,134,130)
#607470
(96,116,112)
#51625E
(81,98,94)
#42504C
(66,80,76)
#333E3A
(51,62,58)
#242C28
(36,44,40)
#151A16
(21,26,22)
#000000
(0,0,0)

Tints of #ABCECA

#ABCECA
(171,206,202)
#B2D2CE
(178,210,206)
#B9D6D2
(185,214,210)
#C0DAD6
(192,218,214)
#C7DEDA
(199,222,218)
#CEE2DE
(206,226,222)
#D5E6E2
(213,230,226)
#DCEAE6
(220,234,230)
#E3EEEA
(227,238,234)
#EAF2EE
(234,242,238)
#F1F6F2
(241,246,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ABCECA color. Also use rgb(171,206,202) instead hex code.

Text Font Color

.myTextColor { color: #ABCECA; }

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

This text font color is #ABCECA.

Background Color

.myBgColor { background-color: #ABCECA; }

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

This div background color is #ABCECA.

Border color

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

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

This div border color is #ABCECA.

Opacity

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

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

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

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

This text has shadow with #ABCECA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ABCECA.

Preview

Color preview on black background

This text has color #ABCECA on black background.


Color preview on white background

This text has color #ABCECA on white background.


Black color preview on #ABCECA background

This text has black color on #ABCECA background.


White color preview on #ABCECA background

This text has white color on #ABCECA background.


Related colors

Complementary color

Complementary color for #hex is #543135.


I love getcolorcode.com

Triadic colors

1 #CAABCE and #CECAAB with #ABCECA are triadic colors.

2 #CACEAB and #CEABCA with #ABCECA are triadic colors.