COLOR #ABCCCE

HEX: #ABCCCE RGB: (171,204,206)

Color info

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

RGB color model

#ABCCCE color RGB value is (171,204,206).

RGB: (171,204,206) (67%, 80%, 81%)

RGB channels and saturation

R 171 of 255 = 67%
G 204 of 255 = 80%
B 206 of 255 = 81%

171
204
206

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

Portions of RGB colors in percentages

R + G + B = 171 + 204 + 206 = 581 (100%)
R 171 of 581 ~ 29.43%
G 204 of 581 ~ 35.11%
B 206 of 581 ~ 35.46'%

%29.43
%35.11
%35.46

CMYK color model

#ABCCCE color CMYK value is (17,1,0,19).

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

CMYK: (17,1,0,19)
C17M1Y0K19 (17%, 1%, 0%, 19%)
(0.17 / 0.01 / 0.00 / 0.19)

CMYK percentages

%16.99
%0.97
%0
%19.22

Codes

Color #ABCCCE in popluar color models

AB CC CE
RGB 171 204 206
HSL 183° 26.32% 73.92%
HSB/HSV 183° 16.99% 80.78%
CMYK 16.99% 0.97% 0.00%
19.22%

Color #ABCCCE in popluar number systems.

HEX AB CC CE
Decimal 171 204 206
Binary 10101011 11001100 11001110
Octal 253 314 316

Shades and tints

Shades of #ABCCCE

#ABCCCE
(171,204,206)
#9CBABC
(156,186,188)
#8DA8AA
(141,168,170)
#7E9698
(126,150,152)
#6F8486
(111,132,134)
#607274
(96,114,116)
#516062
(81,96,98)
#424E50
(66,78,80)
#333C3E
(51,60,62)
#242A2C
(36,42,44)
#15181A
(21,24,26)
#000000
(0,0,0)

Tints of #ABCCCE

#ABCCCE
(171,204,206)
#B2D0D2
(178,208,210)
#B9D4D6
(185,212,214)
#C0D8DA
(192,216,218)
#C7DCDE
(199,220,222)
#CEE0E2
(206,224,226)
#D5E4E6
(213,228,230)
#DCE8EA
(220,232,234)
#E3ECEE
(227,236,238)
#EAF0F2
(234,240,242)
#F1F4F6
(241,244,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ABCCCE; }

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

This text font color is #ABCCCE.

Background Color

.myBgColor { background-color: #ABCCCE; }

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

This div background color is #ABCCCE.

Border color

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

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

This div border color is #ABCCCE.

Opacity

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

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

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

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

This text has shadow with #ABCCCE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ABCCCE.

Preview

Color preview on black background

This text has color #ABCCCE on black background.


Color preview on white background

This text has color #ABCCCE on white background.


Black color preview on #ABCCCE background

This text has black color on #ABCCCE background.


White color preview on #ABCCCE background

This text has white color on #ABCCCE background.


Related colors

Complementary color

Complementary color for #hex is #543331.


I love getcolorcode.com

Triadic colors

1 #CEABCC and #CCCEAB with #ABCCCE are triadic colors.

2 #CECCAB and #CCABCE with #ABCCCE are triadic colors.