COLOR #ACC5DC

HEX: #ACC5DC
RGB: (172,197,220)

Renk bilgisi

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

RGB renk modeli

#ACC5DC color RGB value is (172,197,220).

  • kırmız ton 172;
  • yeşil ton 197;
  • mavi ton 220.
RGB:
(172,197,220)
(67%,77%,86%)

RGB bağlantıları ve doygunluk

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

172
197
220

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

Yüzdelerle RGB renk parçaları

R + G + B =
172 + 197 + 220 = 589 (100%)
R 172 of 589 ~ 29.2%
G 197 of 589 ~ 33.45%
B 220 of 589 ~ 37.35%

%29.2
%33.45
%37.35

CMYK RENK MODELİ

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

  • camgöbeği tonu 21.82%
  • eflatun tonu 10.45%
  • sarı tonu 0.00%
  • ana renk tonu 13.73%
CMYK:
(22,10,0,14)
C22M10Y0K14 
(22%,10%,0%,14%)
(0.22/0.10/0.00/0.14)	

CMYK yüzdeleri

%21.82
%10.45
%0
%13.73

Codes

Color #ACC5DC in popluar color models

ACC5DC
RGB172197220
HSL209°40.68%76.86%
HSB/HSV209°21.82%86.27%
CMYK21.82%10.45%0.00%
13.73%

Color #ACC5DC in popluar number systems.

HEXACC5DC
Decimal172197220
Binary101011001100010111011100
Octal254305334

Shades and tints

Shades of #ACC5DC

#ACC5DC
(172,197,220)
#9DB4C8
(157,180,200)
#8EA3B4
(142,163,180)
#7F92A0
(127,146,160)
#70818C
(112,129,140)
#617078
(97,112,120)
#525F64
(82,95,100)
#434E50
(67,78,80)
#343D3C
(52,61,60)
#252C28
(37,44,40)
#161B14
(22,27,20)
#000000
(0,0,0)

Tints of #ACC5DC

#ACC5DC
(172,197,220)
#B3CADF
(179,202,223)
#BACFE2
(186,207,226)
#C1D4E5
(193,212,229)
#C8D9E8
(200,217,232)
#CFDEEB
(207,222,235)
#D6E3EE
(214,227,238)
#DDE8F1
(221,232,241)
#E4EDF4
(228,237,244)
#EBF2F7
(235,242,247)
#F2F7FA
(242,247,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ACC5DC; }

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

This text font color is #ACC5DC.


Background Color

.myBgColor { background-color: #ACC5DC; }

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

This div background color is #ACC5DC.


Border color

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

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

This div border color is #ACC5DC.


Opacity

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

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

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

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

This text has shadow with #ACC5DC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ACC5DC on black background.


Color preview on white background

This text has color #ACC5DC on white background.



Black color preview on #ACC5DC background

This text has black color on #ACC5DC background.


White color preview on #ACC5DC background

This text has white color on #ACC5DC background.