COLOR #ABBECE

HEX: #ABBECE RGB: (171,190,206)

Color info

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

RGB color model

#ABBECE color RGB value is (171,190,206).

RGB: (171,190,206) (67%, 75%, 81%)

RGB channels and saturation

R 171 of 255 = 67%
G 190 of 255 = 75%
B 206 of 255 = 81%

171
190
206

R + G + B ~ 74%. #ABBECE is quite light color.

Portions of RGB colors in percentages

R + G + B = 171 + 190 + 206 = 567 (100%)
R 171 of 567 ~ 30.16%
G 190 of 567 ~ 33.51%
B 206 of 567 ~ 36.33'%

%30.16
%33.51
%36.33

CMYK color model

#ABBECE color CMYK value is (17,8,0,19).

  • cyan value is 16.99%
  • magenta value is 7.77%
  • yellow value is 0.00%
  • key color value is 19.22%

CMYK: (17,8,0,19)
C17M8Y0K19 (17%, 8%, 0%, 19%)
(0.17 / 0.08 / 0.00 / 0.19)

CMYK percentages

%16.99
%7.77
%0
%19.22

Codes

Color #ABBECE in popluar color models

AB BE CE
RGB 171 190 206
HSL 207° 26.32% 73.92%
HSB/HSV 207° 16.99% 80.78%
CMYK 16.99% 7.77% 0.00%
19.22%

Color #ABBECE in popluar number systems.

HEX AB BE CE
Decimal 171 190 206
Binary 10101011 10111110 11001110
Octal 253 276 316

Shades and tints

Shades of #ABBECE

#ABBECE
(171,190,206)
#9CADBC
(156,173,188)
#8D9CAA
(141,156,170)
#7E8B98
(126,139,152)
#6F7A86
(111,122,134)
#606974
(96,105,116)
#515862
(81,88,98)
#424750
(66,71,80)
#33363E
(51,54,62)
#24252C
(36,37,44)
#15141A
(21,20,26)
#000000
(0,0,0)

Tints of #ABBECE

#ABBECE
(171,190,206)
#B2C3D2
(178,195,210)
#B9C8D6
(185,200,214)
#C0CDDA
(192,205,218)
#C7D2DE
(199,210,222)
#CED7E2
(206,215,226)
#D5DCE6
(213,220,230)
#DCE1EA
(220,225,234)
#E3E6EE
(227,230,238)
#EAEBF2
(234,235,242)
#F1F0F6
(241,240,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ABBECE; }

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

This text font color is #ABBECE.

Background Color

.myBgColor { background-color: #ABBECE; }

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

This div background color is #ABBECE.

Border color

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

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

This div border color is #ABBECE.

Opacity

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

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

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

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

This text has shadow with #ABBECE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ABBECE.

Preview

Color preview on black background

This text has color #ABBECE on black background.


Color preview on white background

This text has color #ABBECE on white background.


Black color preview on #ABBECE background

This text has black color on #ABBECE background.


White color preview on #ABBECE background

This text has white color on #ABBECE background.


Related colors

Complementary color

Complementary color for #hex is #544131.


I love getcolorcode.com

Triadic colors

1 #CEABBE and #BECEAB with #ABBECE are triadic colors.

2 #CEBEAB and #BEABCE with #ABBECE are triadic colors.