COLOR #ABBEC8

HEX: #ABBEC8 RGB: (171,190,200)

Color info

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

RGB color model

#ABBEC8 color RGB value is (171,190,200).

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

RGB channels and saturation

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

171
190
200

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

Portions of RGB colors in percentages

R + G + B = 171 + 190 + 200 = 561 (100%)
R 171 of 561 ~ 30.48%
G 190 of 561 ~ 33.87%
B 200 of 561 ~ 35.65'%

%30.48
%33.87
%35.65

CMYK color model

#ABBEC8 color CMYK value is (15,5,0,22).

  • cyan value is 14.50%
  • magenta value is 5.00%
  • yellow value is 0.00%
  • key color value is 21.57%

CMYK: (15,5,0,22)
C15M5Y0K22 (15%, 5%, 0%, 22%)
(0.15 / 0.05 / 0.00 / 0.22)

CMYK percentages

%14.5
%5
%0
%21.57

Codes

Color #ABBEC8 in popluar color models

AB BE C8
RGB 171 190 200
HSL 201° 20.86% 72.75%
HSB/HSV 201° 14.50% 78.43%
CMYK 14.50% 5.00% 0.00%
21.57%

Color #ABBEC8 in popluar number systems.

HEX AB BE C8
Decimal 171 190 200
Binary 10101011 10111110 11001000
Octal 253 276 310

Shades and tints

Shades of #ABBEC8

#ABBEC8
(171,190,200)
#9CADB6
(156,173,182)
#8D9CA4
(141,156,164)
#7E8B92
(126,139,146)
#6F7A80
(111,122,128)
#60696E
(96,105,110)
#51585C
(81,88,92)
#42474A
(66,71,74)
#333638
(51,54,56)
#242526
(36,37,38)
#151414
(21,20,20)
#000000
(0,0,0)

Tints of #ABBEC8

#ABBEC8
(171,190,200)
#B2C3CD
(178,195,205)
#B9C8D2
(185,200,210)
#C0CDD7
(192,205,215)
#C7D2DC
(199,210,220)
#CED7E1
(206,215,225)
#D5DCE6
(213,220,230)
#DCE1EB
(220,225,235)
#E3E6F0
(227,230,240)
#EAEBF5
(234,235,245)
#F1F0FA
(241,240,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ABBEC8; }

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

This text font color is #ABBEC8.

Background Color

.myBgColor { background-color: #ABBEC8; }

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

This div background color is #ABBEC8.

Border color

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

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

This div border color is #ABBEC8.

Opacity

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

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

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

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

This text has shadow with #ABBEC8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ABBEC8.

Preview

Color preview on black background

This text has color #ABBEC8 on black background.


Color preview on white background

This text has color #ABBEC8 on white background.


Black color preview on #ABBEC8 background

This text has black color on #ABBEC8 background.


White color preview on #ABBEC8 background

This text has white color on #ABBEC8 background.


Related colors

Complementary color

Complementary color for #hex is #544137.


I love getcolorcode.com

Triadic colors

1 #C8ABBE and #BEC8AB with #ABBEC8 are triadic colors.

2 #C8BEAB and #BEABC8 with #ABBEC8 are triadic colors.