COLOR #ABC5DB

HEX: #ABC5DB RGB: (171,197,219)

Renk bilgisi

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

RGB renk modeli

#ABC5DB color RGB value is (171,197,219).

RGB: (171,197,219) (67%, 77%, 86%)

RGB bağlantıları ve doygunluk

R 171 of 255 = 67%
G 197 of 255 = 77%
B 219 of 255 = 86%

171
197
219

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

Yüzdelerle RGB renk parçaları

R + G + B = 171 + 197 + 219 = 587 (100%)
R 171 of 587 ~ 29.13%
G 197 of 587 ~ 33.56%
B 219 of 587 ~ 37.31'%

%29.13
%33.56
%37.31

CMYK RENK MODELİ

#ABC5DB rengi CMYK tonu (22,10,0,14).

  • camgöbeği tonu 21.92%
  • eflatun tonu 10.05%
  • sarı tonu 0.00%
  • ana renk tonu 14.12%

CMYK: (22,10,0,14)
C22M10Y0K14 (22%, 10%, 0%, 14%)
(0.22 / 0.10 / 0.00 / 0.14)

CMYK yüzdeleri

%21.92
%10.05
%0
%14.12

Codes

Color #ABC5DB in popluar color models

AB C5 DB
RGB 171 197 219
HSL 208° 40.00% 76.47%
HSB/HSV 208° 21.92% 85.88%
CMYK 21.92% 10.05% 0.00%
14.12%

Color #ABC5DB in popluar number systems.

HEX AB C5 DB
Decimal 171 197 219
Binary 10101011 11000101 11011011
Octal 253 305 333

Shades and tints

Shades of #ABC5DB

#ABC5DB
(171,197,219)
#9CB4C8
(156,180,200)
#8DA3B5
(141,163,181)
#7E92A2
(126,146,162)
#6F818F
(111,129,143)
#60707C
(96,112,124)
#515F69
(81,95,105)
#424E56
(66,78,86)
#333D43
(51,61,67)
#242C30
(36,44,48)
#151B1D
(21,27,29)
#000000
(0,0,0)

Tints of #ABC5DB

#ABC5DB
(171,197,219)
#B2CADE
(178,202,222)
#B9CFE1
(185,207,225)
#C0D4E4
(192,212,228)
#C7D9E7
(199,217,231)
#CEDEEA
(206,222,234)
#D5E3ED
(213,227,237)
#DCE8F0
(220,232,240)
#E3EDF3
(227,237,243)
#EAF2F6
(234,242,246)
#F1F7F9
(241,247,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ABC5DB color. Also use rgb(171,197,219) instead hex code.

Text Font Color

.myTextColor { color: #ABC5DB; }

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

This text font color is #ABC5DB.

Background Color

.myBgColor { background-color: #ABC5DB; }

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

This div background color is #ABC5DB.

Border color

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

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

This div border color is #ABC5DB.

Opacity

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

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

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

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

This text has shadow with #ABC5DB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ABC5DB.

Preview

Color preview on black background

This text has color #ABC5DB on black background.


Color preview on white background

This text has color #ABC5DB on white background.


Black color preview on #ABC5DB background

This text has black color on #ABC5DB background.


White color preview on #ABC5DB background

This text has white color on #ABC5DB background.


Related colors

Complementary color

Complementary color for #hex is #543A24.


I love getcolorcode.com

Triadic colors

1 #DBABC5 and #C5DBAB with #ABC5DB are triadic colors.

2 #DBC5AB and #C5ABDB with #ABC5DB are triadic colors.