COLOR #ABCFDA

HEX: #ABCFDA RGB: (171,207,218)

Color info

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

RGB color model

#ABCFDA color RGB value is (171,207,218).

RGB: (171,207,218) (67%, 81%, 85%)

RGB channels and saturation

R 171 of 255 = 67%
G 207 of 255 = 81%
B 218 of 255 = 85%

171
207
218

R + G + B ~ 78%. #ABCFDA is quite light color.

Portions of RGB colors in percentages

R + G + B = 171 + 207 + 218 = 596 (100%)
R 171 of 596 ~ 28.69%
G 207 of 596 ~ 34.73%
B 218 of 596 ~ 36.58'%

%28.69
%34.73
%36.58

CMYK color model

#ABCFDA color CMYK value is (22,5,0,15).

  • cyan value is 21.56%
  • magenta value is 5.05%
  • yellow value is 0.00%
  • key color value is 14.51%

CMYK: (22,5,0,15)
C22M5Y0K15 (22%, 5%, 0%, 15%)
(0.22 / 0.05 / 0.00 / 0.15)

CMYK percentages

%21.56
%5.05
%0
%14.51

Codes

Color #ABCFDA in popluar color models

AB CF DA
RGB 171 207 218
HSL 194° 38.84% 76.27%
HSB/HSV 194° 21.56% 85.49%
CMYK 21.56% 5.05% 0.00%
14.51%

Color #ABCFDA in popluar number systems.

HEX AB CF DA
Decimal 171 207 218
Binary 10101011 11001111 11011010
Octal 253 317 332

Shades and tints

Shades of #ABCFDA

#ABCFDA
(171,207,218)
#9CBDC7
(156,189,199)
#8DABB4
(141,171,180)
#7E99A1
(126,153,161)
#6F878E
(111,135,142)
#60757B
(96,117,123)
#516368
(81,99,104)
#425155
(66,81,85)
#333F42
(51,63,66)
#242D2F
(36,45,47)
#151B1C
(21,27,28)
#000000
(0,0,0)

Tints of #ABCFDA

#ABCFDA
(171,207,218)
#B2D3DD
(178,211,221)
#B9D7E0
(185,215,224)
#C0DBE3
(192,219,227)
#C7DFE6
(199,223,230)
#CEE3E9
(206,227,233)
#D5E7EC
(213,231,236)
#DCEBEF
(220,235,239)
#E3EFF2
(227,239,242)
#EAF3F5
(234,243,245)
#F1F7F8
(241,247,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ABCFDA color. Also use rgb(171,207,218) instead hex code.

Text Font Color

.myTextColor { color: #ABCFDA; }

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

This text font color is #ABCFDA.

Background Color

.myBgColor { background-color: #ABCFDA; }

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

This div background color is #ABCFDA.

Border color

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

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

This div border color is #ABCFDA.

Opacity

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

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

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

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

This text has shadow with #ABCFDA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ABCFDA.

Preview

Color preview on black background

This text has color #ABCFDA on black background.


Color preview on white background

This text has color #ABCFDA on white background.


Black color preview on #ABCFDA background

This text has black color on #ABCFDA background.


White color preview on #ABCFDA background

This text has white color on #ABCFDA background.


Related colors

Complementary color

Complementary color for #hex is #543025.


I love getcolorcode.com

Triadic colors

1 #DAABCF and #CFDAAB with #ABCFDA are triadic colors.

2 #DACFAB and #CFABDA with #ABCFDA are triadic colors.