COLOR #ABC4B5

HEX: #ABC4B5
RGB: (171,196,181)

Color info

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

RGB color model

#ABC4B5 color RGB value is (171,196,181).

  • red value is 171;
  • green value is 196;
  • blue value is 181.
RGB:
(171,196,181)
(67%,77%,71%)

RGB channels and saturation

R 171 of 255 = 67%
G 196 of 255 = 77%
B 181 of 255 = 71%

171
196
181

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

Portions of RGB colors in percentages

R + G + B =
171 + 196 + 181 = 548 (100%)
R 171 of 548 ~ 31.2%
G 196 of 548 ~ 35.77%
B 181 of 548 ~ 33.03%

%31.2
%35.77
%33.03

CMYK color model

#ABC4B5 color CMYK value is (13,0,8,23).

  • cyan value is 12.76%
  • magenta value is 0.00%
  • yellow value is 7.65%
  • key color value is 23.14%
CMYK:
(13,0,8,23)
C13M0Y8K23 
(13%,0%,8%,23%)
(0.13/0.00/0.08/0.23)	

CMYK percentages

%12.76
%0
%7.65
%23.14

Codes

Color #ABC4B5 in popluar color models

ABC4B5
RGB171196181
HSL144°17.48%71.96%
HSB/HSV144°12.76%76.86%
CMYK12.76%0.00%7.65%
23.14%

Color #ABC4B5 in popluar number systems.

HEXABC4B5
Decimal171196181
Binary101010111100010010110101
Octal253304265

Shades and tints

Shades of #ABC4B5

#ABC4B5
(171,196,181)
#9CB3A5
(156,179,165)
#8DA295
(141,162,149)
#7E9185
(126,145,133)
#6F8075
(111,128,117)
#606F65
(96,111,101)
#515E55
(81,94,85)
#424D45
(66,77,69)
#333C35
(51,60,53)
#242B25
(36,43,37)
#151A15
(21,26,21)
#000000
(0,0,0)

Tints of #ABC4B5

#ABC4B5
(171,196,181)
#B2C9BB
(178,201,187)
#B9CEC1
(185,206,193)
#C0D3C7
(192,211,199)
#C7D8CD
(199,216,205)
#CEDDD3
(206,221,211)
#D5E2D9
(213,226,217)
#DCE7DF
(220,231,223)
#E3ECE5
(227,236,229)
#EAF1EB
(234,241,235)
#F1F6F1
(241,246,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ABC4B5 color. Also use rgb(171,196,181) instead hex code.

Text Font Color

.myTextColor { color: #ABC4B5; }

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

This text font color is #ABC4B5.


Background Color

.myBgColor { background-color: #ABC4B5; }

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

This div background color is #ABC4B5.


Border color

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

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

This div border color is #ABC4B5.


Opacity

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

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

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

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

This text has shadow with #ABC4B5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ABC4B5 on black background.


Color preview on white background

This text has color #ABC4B5 on white background.



Black color preview on #ABC4B5 background

This text has black color on #ABC4B5 background.


White color preview on #ABC4B5 background

This text has white color on #ABC4B5 background.