COLOR #ABBCBE

HEX: #ABBCBE RGB: (171,188,190)

Color info

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

RGB color model

#ABBCBE color RGB value is (171,188,190).

RGB: (171,188,190) (67%, 74%, 75%)

RGB channels and saturation

R 171 of 255 = 67%
G 188 of 255 = 74%
B 190 of 255 = 75%

171
188
190

R + G + B ~ 72%. #ABBCBE is quite light color.

Portions of RGB colors in percentages

R + G + B = 171 + 188 + 190 = 549 (100%)
R 171 of 549 ~ 31.15%
G 188 of 549 ~ 34.24%
B 190 of 549 ~ 34.61'%

%31.15
%34.24
%34.61

CMYK color model

#ABBCBE color CMYK value is (10,1,0,25).

  • cyan value is 10.00%
  • magenta value is 1.05%
  • yellow value is 0.00%
  • key color value is 25.49%

CMYK: (10,1,0,25)
C10M1Y0K25 (10%, 1%, 0%, 25%)
(0.10 / 0.01 / 0.00 / 0.25)

CMYK percentages

%10
%1.05
%0
%25.49

Codes

Color #ABBCBE in popluar color models

AB BC BE
RGB 171 188 190
HSL 186° 12.75% 70.78%
HSB/HSV 186° 10.00% 74.51%
CMYK 10.00% 1.05% 0.00%
25.49%

Color #ABBCBE in popluar number systems.

HEX AB BC BE
Decimal 171 188 190
Binary 10101011 10111100 10111110
Octal 253 274 276

Shades and tints

Shades of #ABBCBE

#ABBCBE
(171,188,190)
#9CABAD
(156,171,173)
#8D9A9C
(141,154,156)
#7E898B
(126,137,139)
#6F787A
(111,120,122)
#606769
(96,103,105)
#515658
(81,86,88)
#424547
(66,69,71)
#333436
(51,52,54)
#242325
(36,35,37)
#151214
(21,18,20)
#000000
(0,0,0)

Tints of #ABBCBE

#ABBCBE
(171,188,190)
#B2C2C3
(178,194,195)
#B9C8C8
(185,200,200)
#C0CECD
(192,206,205)
#C7D4D2
(199,212,210)
#CEDAD7
(206,218,215)
#D5E0DC
(213,224,220)
#DCE6E1
(220,230,225)
#E3ECE6
(227,236,230)
#EAF2EB
(234,242,235)
#F1F8F0
(241,248,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ABBCBE; }

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

This text font color is #ABBCBE.

Background Color

.myBgColor { background-color: #ABBCBE; }

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

This div background color is #ABBCBE.

Border color

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

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

This div border color is #ABBCBE.

Opacity

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

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

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

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

This text has shadow with #ABBCBE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ABBCBE.

Preview

Color preview on black background

This text has color #ABBCBE on black background.


Color preview on white background

This text has color #ABBCBE on white background.


Black color preview on #ABBCBE background

This text has black color on #ABBCBE background.


White color preview on #ABBCBE background

This text has white color on #ABBCBE background.


Related colors

Complementary color

Complementary color for #hex is #544341.


I love getcolorcode.com

Triadic colors

1 #BEABBC and #BCBEAB with #ABBCBE are triadic colors.

2 #BEBCAB and #BCABBE with #ABBCBE are triadic colors.