COLOR #ABC3BD

HEX: #ABC3BD
RGB: (171,195,189)

Color info

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

RGB color model

#ABC3BD color RGB value is (171,195,189).

  • red value is 171;
  • green value is 195;
  • blue value is 189.
RGB:
(171,195,189)
(67%,76%,74%)

RGB channels and saturation

R 171 of 255 = 67%
G 195 of 255 = 76%
B 189 of 255 = 74%

171
195
189

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

Portions of RGB colors in percentages

R + G + B =
171 + 195 + 189 = 555 (100%)
R 171 of 555 ~ 30.81%
G 195 of 555 ~ 35.14%
B 189 of 555 ~ 34.05%

%30.81
%35.14
%34.05

CMYK color model

#ABC3BD color CMYK value is (12,0,3,24).

  • cyan value is 12.31%
  • magenta value is 0.00%
  • yellow value is 3.08%
  • key color value is 23.53%
CMYK:
(12,0,3,24)
C12M0Y3K24 
(12%,0%,3%,24%)
(0.12/0.00/0.03/0.24)	

CMYK percentages

%12.31
%0
%3.08
%23.53

Codes

Color #ABC3BD in popluar color models

ABC3BD
RGB171195189
HSL165°16.67%71.76%
HSB/HSV165°12.31%76.47%
CMYK12.31%0.00%3.08%
23.53%

Color #ABC3BD in popluar number systems.

HEXABC3BD
Decimal171195189
Binary101010111100001110111101
Octal253303275

Shades and tints

Shades of #ABC3BD

#ABC3BD
(171,195,189)
#9CB2AC
(156,178,172)
#8DA19B
(141,161,155)
#7E908A
(126,144,138)
#6F7F79
(111,127,121)
#606E68
(96,110,104)
#515D57
(81,93,87)
#424C46
(66,76,70)
#333B35
(51,59,53)
#242A24
(36,42,36)
#151913
(21,25,19)
#000000
(0,0,0)

Tints of #ABC3BD

#ABC3BD
(171,195,189)
#B2C8C3
(178,200,195)
#B9CDC9
(185,205,201)
#C0D2CF
(192,210,207)
#C7D7D5
(199,215,213)
#CEDCDB
(206,220,219)
#D5E1E1
(213,225,225)
#DCE6E7
(220,230,231)
#E3EBED
(227,235,237)
#EAF0F3
(234,240,243)
#F1F5F9
(241,245,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ABC3BD color. Also use rgb(171,195,189) instead hex code.

Text Font Color

.myTextColor { color: #ABC3BD; }

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

This text font color is #ABC3BD.


Background Color

.myBgColor { background-color: #ABC3BD; }

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

This div background color is #ABC3BD.


Border color

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

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

This div border color is #ABC3BD.


Opacity

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

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

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

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

This text has shadow with #ABC3BD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ABC3BD on black background.


Color preview on white background

This text has color #ABC3BD on white background.



Black color preview on #ABC3BD background

This text has black color on #ABC3BD background.


White color preview on #ABC3BD background

This text has white color on #ABC3BD background.