COLOR #ABBEC1

HEX: #ABBEC1 RGB: (171,190,193)

Color info

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

RGB color model

#ABBEC1 color RGB value is (171,190,193).

RGB: (171,190,193) (67%, 75%, 76%)

RGB channels and saturation

R 171 of 255 = 67%
G 190 of 255 = 75%
B 193 of 255 = 76%

171
190
193

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

Portions of RGB colors in percentages

R + G + B = 171 + 190 + 193 = 554 (100%)
R 171 of 554 ~ 30.87%
G 190 of 554 ~ 34.3%
B 193 of 554 ~ 34.84'%

%30.87
%34.3
%34.84

CMYK color model

#ABBEC1 color CMYK value is (11,2,0,24).

  • cyan value is 11.40%
  • magenta value is 1.55%
  • yellow value is 0.00%
  • key color value is 24.31%

CMYK: (11,2,0,24)
C11M2Y0K24 (11%, 2%, 0%, 24%)
(0.11 / 0.02 / 0.00 / 0.24)

CMYK percentages

%11.4
%1.55
%0
%24.31

Codes

Color #ABBEC1 in popluar color models

AB BE C1
RGB 171 190 193
HSL 188° 15.07% 71.37%
HSB/HSV 188° 11.40% 75.69%
CMYK 11.40% 1.55% 0.00%
24.31%

Color #ABBEC1 in popluar number systems.

HEX AB BE C1
Decimal 171 190 193
Binary 10101011 10111110 11000001
Octal 253 276 301

Shades and tints

Shades of #ABBEC1

#ABBEC1
(171,190,193)
#9CADB0
(156,173,176)
#8D9C9F
(141,156,159)
#7E8B8E
(126,139,142)
#6F7A7D
(111,122,125)
#60696C
(96,105,108)
#51585B
(81,88,91)
#42474A
(66,71,74)
#333639
(51,54,57)
#242528
(36,37,40)
#151417
(21,20,23)
#000000
(0,0,0)

Tints of #ABBEC1

#ABBEC1
(171,190,193)
#B2C3C6
(178,195,198)
#B9C8CB
(185,200,203)
#C0CDD0
(192,205,208)
#C7D2D5
(199,210,213)
#CED7DA
(206,215,218)
#D5DCDF
(213,220,223)
#DCE1E4
(220,225,228)
#E3E6E9
(227,230,233)
#EAEBEE
(234,235,238)
#F1F0F3
(241,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ABBEC1; }

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

This text font color is #ABBEC1.

Background Color

.myBgColor { background-color: #ABBEC1; }

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

This div background color is #ABBEC1.

Border color

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

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

This div border color is #ABBEC1.

Opacity

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

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

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

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

This text has shadow with #ABBEC1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ABBEC1.

Preview

Color preview on black background

This text has color #ABBEC1 on black background.


Color preview on white background

This text has color #ABBEC1 on white background.


Black color preview on #ABBEC1 background

This text has black color on #ABBEC1 background.


White color preview on #ABBEC1 background

This text has white color on #ABBEC1 background.


Related colors

Complementary color

Complementary color for #hex is #54413E.


I love getcolorcode.com

Triadic colors

1 #C1ABBE and #BEC1AB with #ABBEC1 are triadic colors.

2 #C1BEAB and #BEABC1 with #ABBEC1 are triadic colors.