COLOR #ACC5DB

HEX: #ACC5DB RGB: (172,197,219)

Renk bilgisi

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

RGB renk modeli

#ACC5DB color RGB value is (172,197,219).

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

RGB bağlantıları ve doygunluk

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

172
197
219

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

Yüzdelerle RGB renk parçaları

R + G + B = 172 + 197 + 219 = 588 (100%)
R 172 of 588 ~ 29.25%
G 197 of 588 ~ 33.5%
B 219 of 588 ~ 37.24'%

%29.25
%33.5
%37.24

CMYK RENK MODELİ

#ACC5DB rengi CMYK tonu (21,10,0,14).

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

CMYK: (21,10,0,14)
C21M10Y0K14 (21%, 10%, 0%, 14%)
(0.21 / 0.10 / 0.00 / 0.14)

CMYK yüzdeleri

%21.46
%10.05
%0
%14.12

Codes

Color #ACC5DB in popluar color models

AC C5 DB
RGB 172 197 219
HSL 208° 39.50% 76.67%
HSB/HSV 208° 21.46% 85.88%
CMYK 21.46% 10.05% 0.00%
14.12%

Color #ACC5DB in popluar number systems.

HEX AC C5 DB
Decimal 172 197 219
Binary 10101100 11000101 11011011
Octal 254 305 333

Shades and tints

Shades of #ACC5DB

#ACC5DB
(172,197,219)
#9DB4C8
(157,180,200)
#8EA3B5
(142,163,181)
#7F92A2
(127,146,162)
#70818F
(112,129,143)
#61707C
(97,112,124)
#525F69
(82,95,105)
#434E56
(67,78,86)
#343D43
(52,61,67)
#252C30
(37,44,48)
#161B1D
(22,27,29)
#000000
(0,0,0)

Tints of #ACC5DB

#ACC5DB
(172,197,219)
#B3CADE
(179,202,222)
#BACFE1
(186,207,225)
#C1D4E4
(193,212,228)
#C8D9E7
(200,217,231)
#CFDEEA
(207,222,234)
#D6E3ED
(214,227,237)
#DDE8F0
(221,232,240)
#E4EDF3
(228,237,243)
#EBF2F6
(235,242,246)
#F2F7F9
(242,247,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ACC5DB; }

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

This text font color is #ACC5DB.

Background Color

.myBgColor { background-color: #ACC5DB; }

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

This div background color is #ACC5DB.

Border color

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

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

This div border color is #ACC5DB.

Opacity

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

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

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

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

This text has shadow with #ACC5DB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ACC5DB.

Preview

Color preview on black background

This text has color #ACC5DB on black background.


Color preview on white background

This text has color #ACC5DB on white background.


Black color preview on #ACC5DB background

This text has black color on #ACC5DB background.


White color preview on #ACC5DB background

This text has white color on #ACC5DB background.


Related colors

Complementary color

Complementary color for #hex is #533A24.


I love getcolorcode.com

Triadic colors

1 #DBACC5 and #C5DBAC with #ACC5DB are triadic colors.

2 #DBC5AC and #C5ACDB with #ACC5DB are triadic colors.