COLOR #ABBEC6

HEX: #ABBEC6 RGB: (171,190,198)

Color info

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

RGB color model

#ABBEC6 color RGB value is (171,190,198).

RGB: (171,190,198) (67%, 75%, 78%)

RGB channels and saturation

R 171 of 255 = 67%
G 190 of 255 = 75%
B 198 of 255 = 78%

171
190
198

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

Portions of RGB colors in percentages

R + G + B = 171 + 190 + 198 = 559 (100%)
R 171 of 559 ~ 30.59%
G 190 of 559 ~ 33.99%
B 198 of 559 ~ 35.42'%

%30.59
%33.99
%35.42

CMYK color model

#ABBEC6 color CMYK value is (14,4,0,22).

  • cyan value is 13.64%
  • magenta value is 4.04%
  • yellow value is 0.00%
  • key color value is 22.35%

CMYK: (14,4,0,22)
C14M4Y0K22 (14%, 4%, 0%, 22%)
(0.14 / 0.04 / 0.00 / 0.22)

CMYK percentages

%13.64
%4.04
%0
%22.35

Codes

Color #ABBEC6 in popluar color models

AB BE C6
RGB 171 190 198
HSL 198° 19.15% 72.35%
HSB/HSV 198° 13.64% 77.65%
CMYK 13.64% 4.04% 0.00%
22.35%

Color #ABBEC6 in popluar number systems.

HEX AB BE C6
Decimal 171 190 198
Binary 10101011 10111110 11000110
Octal 253 276 306

Shades and tints

Shades of #ABBEC6

#ABBEC6
(171,190,198)
#9CADB4
(156,173,180)
#8D9CA2
(141,156,162)
#7E8B90
(126,139,144)
#6F7A7E
(111,122,126)
#60696C
(96,105,108)
#51585A
(81,88,90)
#424748
(66,71,72)
#333636
(51,54,54)
#242524
(36,37,36)
#151412
(21,20,18)
#000000
(0,0,0)

Tints of #ABBEC6

#ABBEC6
(171,190,198)
#B2C3CB
(178,195,203)
#B9C8D0
(185,200,208)
#C0CDD5
(192,205,213)
#C7D2DA
(199,210,218)
#CED7DF
(206,215,223)
#D5DCE4
(213,220,228)
#DCE1E9
(220,225,233)
#E3E6EE
(227,230,238)
#EAEBF3
(234,235,243)
#F1F0F8
(241,240,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ABBEC6 color. Also use rgb(171,190,198) instead hex code.

Text Font Color

.myTextColor { color: #ABBEC6; }

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

This text font color is #ABBEC6.

Background Color

.myBgColor { background-color: #ABBEC6; }

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

This div background color is #ABBEC6.

Border color

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

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

This div border color is #ABBEC6.

Opacity

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

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

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

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

This text has shadow with #ABBEC6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ABBEC6.

Preview

Color preview on black background

This text has color #ABBEC6 on black background.


Color preview on white background

This text has color #ABBEC6 on white background.


Black color preview on #ABBEC6 background

This text has black color on #ABBEC6 background.


White color preview on #ABBEC6 background

This text has white color on #ABBEC6 background.


Related colors

Complementary color

Complementary color for #hex is #544139.


I love getcolorcode.com

Triadic colors

1 #C6ABBE and #BEC6AB with #ABBEC6 are triadic colors.

2 #C6BEAB and #BEABC6 with #ABBEC6 are triadic colors.