COLOR #ABCEB7

HEX: #ABCEB7 RGB: (171,206,183)

Color info

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

RGB color model

#ABCEB7 color RGB value is (171,206,183).

RGB: (171,206,183) (67%, 81%, 72%)

RGB channels and saturation

R 171 of 255 = 67%
G 206 of 255 = 81%
B 183 of 255 = 72%

171
206
183

R + G + B ~ 73%. #ABCEB7 is quite light color.

Portions of RGB colors in percentages

R + G + B = 171 + 206 + 183 = 560 (100%)
R 171 of 560 ~ 30.54%
G 206 of 560 ~ 36.79%
B 183 of 560 ~ 32.68'%

%30.54
%36.79
%32.68

CMYK color model

#ABCEB7 color CMYK value is (17,0,11,19).

  • cyan value is 16.99%
  • magenta value is 0.00%
  • yellow value is 11.17%
  • key color value is 19.22%
CMYK: (17,0,11,19) C17M0Y11K19 (17%,0%,11%,19%) (0.17/0.00/0.11/0.19) 

CMYK percentages

%16.99
%0
%11.17
%19.22

Codes

Color #ABCEB7 in popluar color models

AB CE B7
RGB 171 206 183
HSL 141° 26.32% 73.92%
HSB/HSV 141° 16.99% 80.78%
CMYK 16.99% 0.00% 11.17%
19.22%

Color #ABCEB7 in popluar number systems.

HEX AB CE B7
Decimal 171 206 183
Binary 10101011 11001110 10110111
Octal 253 316 267

Shades and tints

Shades of #ABCEB7

#ABCEB7
(171,206,183)
#9CBCA7
(156,188,167)
#8DAA97
(141,170,151)
#7E9887
(126,152,135)
#6F8677
(111,134,119)
#607467
(96,116,103)
#516257
(81,98,87)
#425047
(66,80,71)
#333E37
(51,62,55)
#242C27
(36,44,39)
#151A17
(21,26,23)
#000000
(0,0,0)

Tints of #ABCEB7

#ABCEB7
(171,206,183)
#B2D2BD
(178,210,189)
#B9D6C3
(185,214,195)
#C0DAC9
(192,218,201)
#C7DECF
(199,222,207)
#CEE2D5
(206,226,213)
#D5E6DB
(213,230,219)
#DCEAE1
(220,234,225)
#E3EEE7
(227,238,231)
#EAF2ED
(234,242,237)
#F1F6F3
(241,246,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ABCEB7; }

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

This text font color is #ABCEB7.

Background Color

.myBgColor { background-color: #ABCEB7; }

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

This div background color is #ABCEB7.

Border color

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

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

This div border color is #ABCEB7.

Opacity

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

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

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

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

This text has shadow with #ABCEB7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ABCEB7.

Preview

Color preview on black background

This text has color #ABCEB7 on black background.


Color preview on white background

This text has color #ABCEB7 on white background.


Black color preview on #ABCEB7 background

This text has black color on #ABCEB7 background.


White color preview on #ABCEB7 background

This text has white color on #ABCEB7 background.


Related colors

Complementary color

Complementary color for #hex is #543148.


I love getcolorcode.com

Triadic colors

1 #B7ABCE and #CEB7AB with #ABCEB7 are triadic colors.

2 #B7CEAB and #CEABB7 with #ABCEB7 are triadic colors.