COLOR #ABADC4

HEX: #ABADC4
RGB: (171,173,196)

Color info

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

RGB color model

#ABADC4 color RGB value is (171,173,196).

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

RGB channels and saturation

R 171 of 255 = 67%
G 173 of 255 = 68%
B 196 of 255 = 77%

171
173
196

R + G + B ~ 71%. #ABADC4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
171 + 173 + 196 = 540 (100%)
R 171 of 540 ~ 31.67%
G 173 of 540 ~ 32.04%
B 196 of 540 ~ 36.3%

%31.67
%32.04
%36.3

CMYK color model

#ABADC4 color CMYK value is (13,12,0,23).

  • cyan value is 12.76%
  • magenta value is 11.73%
  • yellow value is 0.00%
  • key color value is 23.14%
CMYK:
(13,12,0,23)
C13M12Y0K23 
(13%,12%,0%,23%)
(0.13/0.12/0.00/0.23)	

CMYK percentages

%12.76
%11.73
%0
%23.14

Codes

Color #ABADC4 in popluar color models

ABADC4
RGB171173196
HSL235°17.48%71.96%
HSB/HSV235°12.76%76.86%
CMYK12.76%11.73%0.00%
23.14%

Color #ABADC4 in popluar number systems.

HEXABADC4
Decimal171173196
Binary101010111010110111000100
Octal253255304

Shades and tints

Shades of #ABADC4

#ABADC4
(171,173,196)
#9C9EB3
(156,158,179)
#8D8FA2
(141,143,162)
#7E8091
(126,128,145)
#6F7180
(111,113,128)
#60626F
(96,98,111)
#51535E
(81,83,94)
#42444D
(66,68,77)
#33353C
(51,53,60)
#24262B
(36,38,43)
#15171A
(21,23,26)
#000000
(0,0,0)

Tints of #ABADC4

#ABADC4
(171,173,196)
#B2B4C9
(178,180,201)
#B9BBCE
(185,187,206)
#C0C2D3
(192,194,211)
#C7C9D8
(199,201,216)
#CED0DD
(206,208,221)
#D5D7E2
(213,215,226)
#DCDEE7
(220,222,231)
#E3E5EC
(227,229,236)
#EAECF1
(234,236,241)
#F1F3F6
(241,243,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ABADC4; }

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

This text font color is #ABADC4.


Background Color

.myBgColor { background-color: #ABADC4; }

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

This div background color is #ABADC4.


Border color

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

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

This div border color is #ABADC4.


Opacity

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

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

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

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

This text has shadow with #ABADC4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ABADC4 on black background.


Color preview on white background

This text has color #ABADC4 on white background.



Black color preview on #ABADC4 background

This text has black color on #ABADC4 background.


White color preview on #ABADC4 background

This text has white color on #ABADC4 background.