COLOR #ABBEAF

HEX: #ABBEAF
RGB: (171,190,175)

Color info

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

RGB color model

#ABBEAF color RGB value is (171,190,175).

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

RGB channels and saturation

R 171 of 255 = 67%
G 190 of 255 = 75%
B 175 of 255 = 69%

171
190
175

R + G + B ~ 70%. #ABBEAF is quite light color.

Portions of RGB colors in percentages

R + G + B =
171 + 190 + 175 = 536 (100%)
R 171 of 536 ~ 31.9%
G 190 of 536 ~ 35.45%
B 175 of 536 ~ 32.65%

%31.9
%35.45
%32.65

CMYK color model

#ABBEAF color CMYK value is (10,0,8,25).

  • cyan value is 10.00%
  • magenta value is 0.00%
  • yellow value is 7.89%
  • key color value is 25.49%
CMYK:
(10,0,8,25)
C10M0Y8K25 
(10%,0%,8%,25%)
(0.10/0.00/0.08/0.25)	

CMYK percentages

%10
%0
%7.89
%25.49

Codes

Color #ABBEAF in popluar color models

ABBEAF
RGB171190175
HSL133°12.75%70.78%
HSB/HSV133°10.00%74.51%
CMYK10.00%0.00%7.89%
25.49%

Color #ABBEAF in popluar number systems.

HEXABBEAF
Decimal171190175
Binary101010111011111010101111
Octal253276257

Shades and tints

Shades of #ABBEAF

#ABBEAF
(171,190,175)
#9CADA0
(156,173,160)
#8D9C91
(141,156,145)
#7E8B82
(126,139,130)
#6F7A73
(111,122,115)
#606964
(96,105,100)
#515855
(81,88,85)
#424746
(66,71,70)
#333637
(51,54,55)
#242528
(36,37,40)
#151419
(21,20,25)
#000000
(0,0,0)

Tints of #ABBEAF

#ABBEAF
(171,190,175)
#B2C3B6
(178,195,182)
#B9C8BD
(185,200,189)
#C0CDC4
(192,205,196)
#C7D2CB
(199,210,203)
#CED7D2
(206,215,210)
#D5DCD9
(213,220,217)
#DCE1E0
(220,225,224)
#E3E6E7
(227,230,231)
#EAEBEE
(234,235,238)
#F1F0F5
(241,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ABBEAF; }

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

This text font color is #ABBEAF.


Background Color

.myBgColor { background-color: #ABBEAF; }

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

This div background color is #ABBEAF.


Border color

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

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

This div border color is #ABBEAF.


Opacity

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

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

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

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

This text has shadow with #ABBEAF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ABBEAF on black background.


Color preview on white background

This text has color #ABBEAF on white background.



Black color preview on #ABBEAF background

This text has black color on #ABBEAF background.


White color preview on #ABBEAF background

This text has white color on #ABBEAF background.