COLOR #ABCEC7

HEX: #ABCEC7 RGB: (171,206,199)

Color info

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

RGB color model

#ABCEC7 color RGB value is (171,206,199).

RGB: (171,206,199) (67%, 81%, 78%)

RGB channels and saturation

R 171 of 255 = 67%
G 206 of 255 = 81%
B 199 of 255 = 78%

171
206
199

R + G + B ~ 75%. #ABCEC7 is quite light color.

Portions of RGB colors in percentages

R + G + B = 171 + 206 + 199 = 576 (100%)
R 171 of 576 ~ 29.69%
G 206 of 576 ~ 35.76%
B 199 of 576 ~ 34.55'%

%29.69
%35.76
%34.55

CMYK color model

#ABCEC7 color CMYK value is (17,0,3,19).

  • cyan value is 16.99%
  • magenta value is 0.00%
  • yellow value is 3.40%
  • key color value is 19.22%
CMYK: (17,0,3,19) C17M0Y3K19 (17%,0%,3%,19%) (0.17/0.00/0.03/0.19) 

CMYK percentages

%16.99
%0
%3.4
%19.22

Codes

Color #ABCEC7 in popluar color models

AB CE C7
RGB 171 206 199
HSL 168° 26.32% 73.92%
HSB/HSV 168° 16.99% 80.78%
CMYK 16.99% 0.00% 3.40%
19.22%

Color #ABCEC7 in popluar number systems.

HEX AB CE C7
Decimal 171 206 199
Binary 10101011 11001110 11000111
Octal 253 316 307

Shades and tints

Shades of #ABCEC7

#ABCEC7
(171,206,199)
#9CBCB5
(156,188,181)
#8DAAA3
(141,170,163)
#7E9891
(126,152,145)
#6F867F
(111,134,127)
#60746D
(96,116,109)
#51625B
(81,98,91)
#425049
(66,80,73)
#333E37
(51,62,55)
#242C25
(36,44,37)
#151A13
(21,26,19)
#000000
(0,0,0)

Tints of #ABCEC7

#ABCEC7
(171,206,199)
#B2D2CC
(178,210,204)
#B9D6D1
(185,214,209)
#C0DAD6
(192,218,214)
#C7DEDB
(199,222,219)
#CEE2E0
(206,226,224)
#D5E6E5
(213,230,229)
#DCEAEA
(220,234,234)
#E3EEEF
(227,238,239)
#EAF2F4
(234,242,244)
#F1F6F9
(241,246,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ABCEC7; }

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

This text font color is #ABCEC7.

Background Color

.myBgColor { background-color: #ABCEC7; }

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

This div background color is #ABCEC7.

Border color

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

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

This div border color is #ABCEC7.

Opacity

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

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

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

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

This text has shadow with #ABCEC7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ABCEC7.

Preview

Color preview on black background

This text has color #ABCEC7 on black background.


Color preview on white background

This text has color #ABCEC7 on white background.


Black color preview on #ABCEC7 background

This text has black color on #ABCEC7 background.


White color preview on #ABCEC7 background

This text has white color on #ABCEC7 background.


Related colors

Complementary color

Complementary color for #hex is #543138.


I love getcolorcode.com

Triadic colors

1 #C7ABCE and #CEC7AB with #ABCEC7 are triadic colors.

2 #C7CEAB and #CEABC7 with #ABCEC7 are triadic colors.