COLOR #ABBEC5

HEX: #ABBEC5
RGB: (171,190,197)

Color info

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

RGB color model

#ABBEC5 color RGB value is (171,190,197).

  • red value is 171;
  • green value is 190;
  • blue value is 197.
RGB:
(171,190,197)
(67%,75%,77%)

RGB channels and saturation

R 171 of 255 = 67%
G 190 of 255 = 75%
B 197 of 255 = 77%

171
190
197

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

Portions of RGB colors in percentages

R + G + B =
171 + 190 + 197 = 558 (100%)
R 171 of 558 ~ 30.65%
G 190 of 558 ~ 34.05%
B 197 of 558 ~ 35.3%

%30.65
%34.05
%35.3

CMYK color model

#ABBEC5 color CMYK value is (13,4,0,23).

  • cyan value is 13.20%
  • magenta value is 3.55%
  • yellow value is 0.00%
  • key color value is 22.75%
CMYK:
(13,4,0,23)
C13M4Y0K23 
(13%,4%,0%,23%)
(0.13/0.04/0.00/0.23)	

CMYK percentages

%13.2
%3.55
%0
%22.75

Codes

Color #ABBEC5 in popluar color models

ABBEC5
RGB171190197
HSL196°18.31%72.16%
HSB/HSV196°13.20%77.25%
CMYK13.20%3.55%0.00%
22.75%

Color #ABBEC5 in popluar number systems.

HEXABBEC5
Decimal171190197
Binary101010111011111011000101
Octal253276305

Shades and tints

Shades of #ABBEC5

#ABBEC5
(171,190,197)
#9CADB4
(156,173,180)
#8D9CA3
(141,156,163)
#7E8B92
(126,139,146)
#6F7A81
(111,122,129)
#606970
(96,105,112)
#51585F
(81,88,95)
#42474E
(66,71,78)
#33363D
(51,54,61)
#24252C
(36,37,44)
#15141B
(21,20,27)
#000000
(0,0,0)

Tints of #ABBEC5

#ABBEC5
(171,190,197)
#B2C3CA
(178,195,202)
#B9C8CF
(185,200,207)
#C0CDD4
(192,205,212)
#C7D2D9
(199,210,217)
#CED7DE
(206,215,222)
#D5DCE3
(213,220,227)
#DCE1E8
(220,225,232)
#E3E6ED
(227,230,237)
#EAEBF2
(234,235,242)
#F1F0F7
(241,240,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ABBEC5; }

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

This text font color is #ABBEC5.


Background Color

.myBgColor { background-color: #ABBEC5; }

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

This div background color is #ABBEC5.


Border color

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

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

This div border color is #ABBEC5.


Opacity

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

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

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

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

This text has shadow with #ABBEC5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ABBEC5 on black background.


Color preview on white background

This text has color #ABBEC5 on white background.



Black color preview on #ABBEC5 background

This text has black color on #ABBEC5 background.


White color preview on #ABBEC5 background

This text has white color on #ABBEC5 background.