COLOR #ABBEB1

HEX: #ABBEB1
RGB: (171,190,177)

Color info

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

RGB color model

#ABBEB1 color RGB value is (171,190,177).

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

RGB channels and saturation

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

171
190
177

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

Portions of RGB colors in percentages

R + G + B =
171 + 190 + 177 = 538 (100%)
R 171 of 538 ~ 31.78%
G 190 of 538 ~ 35.32%
B 177 of 538 ~ 32.9%

%31.78
%35.32
%32.9

CMYK color model

#ABBEB1 color CMYK value is (10,0,7,25).

  • cyan value is 10.00%
  • magenta value is 0.00%
  • yellow value is 6.84%
  • key color value is 25.49%
CMYK:
(10,0,7,25)
C10M0Y7K25 
(10%,0%,7%,25%)
(0.10/0.00/0.07/0.25)	

CMYK percentages

%10
%0
%6.84
%25.49

Codes

Color #ABBEB1 in popluar color models

ABBEB1
RGB171190177
HSL139°12.75%70.78%
HSB/HSV139°10.00%74.51%
CMYK10.00%0.00%6.84%
25.49%

Color #ABBEB1 in popluar number systems.

HEXABBEB1
Decimal171190177
Binary101010111011111010110001
Octal253276261

Shades and tints

Shades of #ABBEB1

#ABBEB1
(171,190,177)
#9CADA1
(156,173,161)
#8D9C91
(141,156,145)
#7E8B81
(126,139,129)
#6F7A71
(111,122,113)
#606961
(96,105,97)
#515851
(81,88,81)
#424741
(66,71,65)
#333631
(51,54,49)
#242521
(36,37,33)
#151411
(21,20,17)
#000000
(0,0,0)

Tints of #ABBEB1

#ABBEB1
(171,190,177)
#B2C3B8
(178,195,184)
#B9C8BF
(185,200,191)
#C0CDC6
(192,205,198)
#C7D2CD
(199,210,205)
#CED7D4
(206,215,212)
#D5DCDB
(213,220,219)
#DCE1E2
(220,225,226)
#E3E6E9
(227,230,233)
#EAEBF0
(234,235,240)
#F1F0F7
(241,240,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ABBEB1; }

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

This text font color is #ABBEB1.


Background Color

.myBgColor { background-color: #ABBEB1; }

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

This div background color is #ABBEB1.


Border color

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

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

This div border color is #ABBEB1.


Opacity

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

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

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

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

This text has shadow with #ABBEB1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ABBEB1 on black background.


Color preview on white background

This text has color #ABBEB1 on white background.



Black color preview on #ABBEB1 background

This text has black color on #ABBEB1 background.


White color preview on #ABBEB1 background

This text has white color on #ABBEB1 background.