COLOR #ABBDC3

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

171
189
195

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

Portions of RGB colors in percentages

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

%30.81
%34.05
%35.14

CMYK color model

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

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

CMYK percentages

%12.31
%3.08
%0
%23.53

Codes

Color #ABBDC3 in popluar color models

ABBDC3
RGB171189195
HSL195°16.67%71.76%
HSB/HSV195°12.31%76.47%
CMYK12.31%3.08%0.00%
23.53%

Color #ABBDC3 in popluar number systems.

HEXABBDC3
Decimal171189195
Binary101010111011110111000011
Octal253275303

Shades and tints

Shades of #ABBDC3

#ABBDC3
(171,189,195)
#9CACB2
(156,172,178)
#8D9BA1
(141,155,161)
#7E8A90
(126,138,144)
#6F797F
(111,121,127)
#60686E
(96,104,110)
#51575D
(81,87,93)
#42464C
(66,70,76)
#33353B
(51,53,59)
#24242A
(36,36,42)
#151319
(21,19,25)
#000000
(0,0,0)

Tints of #ABBDC3

#ABBDC3
(171,189,195)
#B2C3C8
(178,195,200)
#B9C9CD
(185,201,205)
#C0CFD2
(192,207,210)
#C7D5D7
(199,213,215)
#CEDBDC
(206,219,220)
#D5E1E1
(213,225,225)
#DCE7E6
(220,231,230)
#E3EDEB
(227,237,235)
#EAF3F0
(234,243,240)
#F1F9F5
(241,249,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ABBDC3; }

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

This text font color is #ABBDC3.


Background Color

.myBgColor { background-color: #ABBDC3; }

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

This div background color is #ABBDC3.


Border color

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

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

This div border color is #ABBDC3.


Opacity

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

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

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

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

This text has shadow with #ABBDC3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ABBDC3 on black background.


Color preview on white background

This text has color #ABBDC3 on white background.



Black color preview on #ABBDC3 background

This text has black color on #ABBDC3 background.


White color preview on #ABBDC3 background

This text has white color on #ABBDC3 background.