COLOR #ABDFE4

HEX: #ABDFE4
RGB: (171,223,228)

Color info

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

RGB color model

#ABDFE4 color RGB value is (171,223,228).

  • red value is 171;
  • green value is 223;
  • blue value is 228.
RGB:
(171,223,228)
(67%,87%,89%)

RGB channels and saturation

R 171 of 255 = 67%
G 223 of 255 = 87%
B 228 of 255 = 89%

171
223
228

R + G + B ~ 81%. #ABDFE4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
171 + 223 + 228 = 622 (100%)
R 171 of 622 ~ 27.49%
G 223 of 622 ~ 35.85%
B 228 of 622 ~ 36.66%

%27.49
%35.85
%36.66

CMYK color model

#ABDFE4 color CMYK value is (25,2,0,11).

  • cyan value is 25.00%
  • magenta value is 2.19%
  • yellow value is 0.00%
  • key color value is 10.59%
CMYK:
(25,2,0,11)
C25M2Y0K11 
(25%,2%,0%,11%)
(0.25/0.02/0.00/0.11)	

CMYK percentages

%25
%2.19
%0
%10.59

Codes

Color #ABDFE4 in popluar color models

ABDFE4
RGB171223228
HSL185°51.35%78.24%
HSB/HSV185°25.00%89.41%
CMYK25.00%2.19%0.00%
10.59%

Color #ABDFE4 in popluar number systems.

HEXABDFE4
Decimal171223228
Binary101010111101111111100100
Octal253337344

Shades and tints

Shades of #ABDFE4

#ABDFE4
(171,223,228)
#9CCBD0
(156,203,208)
#8DB7BC
(141,183,188)
#7EA3A8
(126,163,168)
#6F8F94
(111,143,148)
#607B80
(96,123,128)
#51676C
(81,103,108)
#425358
(66,83,88)
#333F44
(51,63,68)
#242B30
(36,43,48)
#15171C
(21,23,28)
#000000
(0,0,0)

Tints of #ABDFE4

#ABDFE4
(171,223,228)
#B2E1E6
(178,225,230)
#B9E3E8
(185,227,232)
#C0E5EA
(192,229,234)
#C7E7EC
(199,231,236)
#CEE9EE
(206,233,238)
#D5EBF0
(213,235,240)
#DCEDF2
(220,237,242)
#E3EFF4
(227,239,244)
#EAF1F6
(234,241,246)
#F1F3F8
(241,243,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ABDFE4 color. Also use rgb(171,223,228) instead hex code.

Text Font Color

.myTextColor { color: #ABDFE4; }

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

This text font color is #ABDFE4.


Background Color

.myBgColor { background-color: #ABDFE4; }

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

This div background color is #ABDFE4.


Border color

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

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

This div border color is #ABDFE4.


Opacity

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

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

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

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

This text has shadow with #ABDFE4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ABDFE4 on black background.


Color preview on white background

This text has color #ABDFE4 on white background.



Black color preview on #ABDFE4 background

This text has black color on #ABDFE4 background.


White color preview on #ABDFE4 background

This text has white color on #ABDFE4 background.