COLOR #ABC6DA

HEX: #ABC6DA RGB: (171,198,218)

Renk bilgisi

#ABC6DA contains red, green and blue colors in about the same proportion. #ABC6DA ‘ nin web güvenlik rengi #99CCCC (ya da #9CC) dir.

RGB renk modeli

#ABC6DA color RGB value is (171,198,218).

RGB: (171,198,218) (67%, 78%, 85%)

RGB bağlantıları ve doygunluk

R 171 of 255 = 67%
G 198 of 255 = 78%
B 218 of 255 = 85%

171
198
218

R + G + B ~ 77%. #ABC6DA is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B = 171 + 198 + 218 = 587 (100%)
R 171 of 587 ~ 29.13%
G 198 of 587 ~ 33.73%
B 218 of 587 ~ 37.14'%

%29.13
%33.73
%37.14

CMYK RENK MODELİ

#ABC6DA rengi CMYK tonu (22,9,0,15).

  • camgöbeği tonu 21.56%
  • eflatun tonu 9.17%
  • sarı tonu 0.00%
  • ana renk tonu 14.51%

CMYK: (22,9,0,15)
C22M9Y0K15 (22%, 9%, 0%, 15%)
(0.22 / 0.09 / 0.00 / 0.15)

CMYK yüzdeleri

%21.56
%9.17
%0
%14.51

Codes

Color #ABC6DA in popluar color models

AB C6 DA
RGB 171 198 218
HSL 206° 38.84% 76.27%
HSB/HSV 206° 21.56% 85.49%
CMYK 21.56% 9.17% 0.00%
14.51%

Color #ABC6DA in popluar number systems.

HEX AB C6 DA
Decimal 171 198 218
Binary 10101011 11000110 11011010
Octal 253 306 332

Shades and tints

Shades of #ABC6DA

#ABC6DA
(171,198,218)
#9CB4C7
(156,180,199)
#8DA2B4
(141,162,180)
#7E90A1
(126,144,161)
#6F7E8E
(111,126,142)
#606C7B
(96,108,123)
#515A68
(81,90,104)
#424855
(66,72,85)
#333642
(51,54,66)
#24242F
(36,36,47)
#15121C
(21,18,28)
#000000
(0,0,0)

Tints of #ABC6DA

#ABC6DA
(171,198,218)
#B2CBDD
(178,203,221)
#B9D0E0
(185,208,224)
#C0D5E3
(192,213,227)
#C7DAE6
(199,218,230)
#CEDFE9
(206,223,233)
#D5E4EC
(213,228,236)
#DCE9EF
(220,233,239)
#E3EEF2
(227,238,242)
#EAF3F5
(234,243,245)
#F1F8F8
(241,248,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ABC6DA; }

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

This text font color is #ABC6DA.

Background Color

.myBgColor { background-color: #ABC6DA; }

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

This div background color is #ABC6DA.

Border color

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

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

This div border color is #ABC6DA.

Opacity

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

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

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

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

This text has shadow with #ABC6DA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ABC6DA.

Preview

Color preview on black background

This text has color #ABC6DA on black background.


Color preview on white background

This text has color #ABC6DA on white background.


Black color preview on #ABC6DA background

This text has black color on #ABC6DA background.


White color preview on #ABC6DA background

This text has white color on #ABC6DA background.


Related colors

Complementary color

Complementary color for #hex is #543925.


I love getcolorcode.com

Triadic colors

1 #DAABC6 and #C6DAAB with #ABC6DA are triadic colors.

2 #DAC6AB and #C6ABDA with #ABC6DA are triadic colors.