COLOR #ABC7DB

HEX: #ABC7DB RGB: (171,199,219)

Renk bilgisi

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

RGB renk modeli

#ABC7DB color RGB value is (171,199,219).

RGB: (171,199,219) (67%, 78%, 86%)

RGB bağlantıları ve doygunluk

R 171 of 255 = 67%
G 199 of 255 = 78%
B 219 of 255 = 86%

171
199
219

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

Yüzdelerle RGB renk parçaları

R + G + B = 171 + 199 + 219 = 589 (100%)
R 171 of 589 ~ 29.03%
G 199 of 589 ~ 33.79%
B 219 of 589 ~ 37.18'%

%29.03
%33.79
%37.18

CMYK RENK MODELİ

#ABC7DB rengi CMYK tonu (22,9,0,14).

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

CMYK: (22,9,0,14)
C22M9Y0K14 (22%, 9%, 0%, 14%)
(0.22 / 0.09 / 0.00 / 0.14)

CMYK yüzdeleri

%21.92
%9.13
%0
%14.12

Codes

Color #ABC7DB in popluar color models

AB C7 DB
RGB 171 199 219
HSL 205° 40.00% 76.47%
HSB/HSV 205° 21.92% 85.88%
CMYK 21.92% 9.13% 0.00%
14.12%

Color #ABC7DB in popluar number systems.

HEX AB C7 DB
Decimal 171 199 219
Binary 10101011 11000111 11011011
Octal 253 307 333

Shades and tints

Shades of #ABC7DB

#ABC7DB
(171,199,219)
#9CB5C8
(156,181,200)
#8DA3B5
(141,163,181)
#7E91A2
(126,145,162)
#6F7F8F
(111,127,143)
#606D7C
(96,109,124)
#515B69
(81,91,105)
#424956
(66,73,86)
#333743
(51,55,67)
#242530
(36,37,48)
#15131D
(21,19,29)
#000000
(0,0,0)

Tints of #ABC7DB

#ABC7DB
(171,199,219)
#B2CCDE
(178,204,222)
#B9D1E1
(185,209,225)
#C0D6E4
(192,214,228)
#C7DBE7
(199,219,231)
#CEE0EA
(206,224,234)
#D5E5ED
(213,229,237)
#DCEAF0
(220,234,240)
#E3EFF3
(227,239,243)
#EAF4F6
(234,244,246)
#F1F9F9
(241,249,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ABC7DB; }

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

This text font color is #ABC7DB.

Background Color

.myBgColor { background-color: #ABC7DB; }

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

This div background color is #ABC7DB.

Border color

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

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

This div border color is #ABC7DB.

Opacity

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

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

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

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

This text has shadow with #ABC7DB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ABC7DB.

Preview

Color preview on black background

This text has color #ABC7DB on black background.


Color preview on white background

This text has color #ABC7DB on white background.


Black color preview on #ABC7DB background

This text has black color on #ABC7DB background.


White color preview on #ABC7DB background

This text has white color on #ABC7DB background.


Related colors

Complementary color

Complementary color for #hex is #543824.


I love getcolorcode.com

Triadic colors

1 #DBABC7 and #C7DBAB with #ABC7DB are triadic colors.

2 #DBC7AB and #C7ABDB with #ABC7DB are triadic colors.