COLOR #ABBBD4

HEX: #ABBBD4
RGB: (171,187,212)

Color info

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

RGB color model

#ABBBD4 color RGB value is (171,187,212).

  • red value is 171;
  • green value is 187;
  • blue value is 212.
RGB:
(171,187,212)
(67%,73%,83%)

RGB channels and saturation

R 171 of 255 = 67%
G 187 of 255 = 73%
B 212 of 255 = 83%

171
187
212

R + G + B ~ 74%. #ABBBD4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
171 + 187 + 212 = 570 (100%)
R 171 of 570 ~ 30%
G 187 of 570 ~ 32.81%
B 212 of 570 ~ 37.19%

%30
%32.81
%37.19

CMYK color model

#ABBBD4 color CMYK value is (19,12,0,17).

  • cyan value is 19.34%
  • magenta value is 11.79%
  • yellow value is 0.00%
  • key color value is 16.86%
CMYK:
(19,12,0,17)
C19M12Y0K17 
(19%,12%,0%,17%)
(0.19/0.12/0.00/0.17)	

CMYK percentages

%19.34
%11.79
%0
%16.86

Codes

Color #ABBBD4 in popluar color models

ABBBD4
RGB171187212
HSL217°32.28%75.10%
HSB/HSV217°19.34%83.14%
CMYK19.34%11.79%0.00%
16.86%

Color #ABBBD4 in popluar number systems.

HEXABBBD4
Decimal171187212
Binary101010111011101111010100
Octal253273324

Shades and tints

Shades of #ABBBD4

#ABBBD4
(171,187,212)
#9CAAC1
(156,170,193)
#8D99AE
(141,153,174)
#7E889B
(126,136,155)
#6F7788
(111,119,136)
#606675
(96,102,117)
#515562
(81,85,98)
#42444F
(66,68,79)
#33333C
(51,51,60)
#242229
(36,34,41)
#151116
(21,17,22)
#000000
(0,0,0)

Tints of #ABBBD4

#ABBBD4
(171,187,212)
#B2C1D7
(178,193,215)
#B9C7DA
(185,199,218)
#C0CDDD
(192,205,221)
#C7D3E0
(199,211,224)
#CED9E3
(206,217,227)
#D5DFE6
(213,223,230)
#DCE5E9
(220,229,233)
#E3EBEC
(227,235,236)
#EAF1EF
(234,241,239)
#F1F7F2
(241,247,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ABBBD4 color. Also use rgb(171,187,212) instead hex code.

Text Font Color

.myTextColor { color: #ABBBD4; }

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

This text font color is #ABBBD4.


Background Color

.myBgColor { background-color: #ABBBD4; }

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

This div background color is #ABBBD4.


Border color

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

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

This div border color is #ABBBD4.


Opacity

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

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

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

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

This text has shadow with #ABBBD4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ABBBD4 on black background.


Color preview on white background

This text has color #ABBBD4 on white background.



Black color preview on #ABBBD4 background

This text has black color on #ABBBD4 background.


White color preview on #ABBBD4 background

This text has white color on #ABBBD4 background.