COLOR #ACC5DD

HEX: #ACC5DD
RGB: (172,197,221)

Renk bilgisi

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

RGB renk modeli

#ACC5DD color RGB value is (172,197,221).

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

RGB bağlantıları ve doygunluk

R 172 of 255 = 67%
G 197 of 255 = 77%
B 221 of 255 = 87%

172
197
221

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

Yüzdelerle RGB renk parçaları

R + G + B =
172 + 197 + 221 = 590 (100%)
R 172 of 590 ~ 29.15%
G 197 of 590 ~ 33.39%
B 221 of 590 ~ 37.46%

%29.15
%33.39
%37.46

CMYK RENK MODELİ

#ACC5DD rengi CMYK tonu (22,11,0,13).

  • camgöbeği tonu 22.17%
  • eflatun tonu 10.86%
  • sarı tonu 0.00%
  • ana renk tonu 13.33%
CMYK:
(22,11,0,13)
C22M11Y0K13 
(22%,11%,0%,13%)
(0.22/0.11/0.00/0.13)	

CMYK yüzdeleri

%22.17
%10.86
%0
%13.33

Codes

Color #ACC5DD in popluar color models

ACC5DD
RGB172197221
HSL209°41.88%77.06%
HSB/HSV209°22.17%86.67%
CMYK22.17%10.86%0.00%
13.33%

Color #ACC5DD in popluar number systems.

HEXACC5DD
Decimal172197221
Binary101011001100010111011101
Octal254305335

Shades and tints

Shades of #ACC5DD

#ACC5DD
(172,197,221)
#9DB4C9
(157,180,201)
#8EA3B5
(142,163,181)
#7F92A1
(127,146,161)
#70818D
(112,129,141)
#617079
(97,112,121)
#525F65
(82,95,101)
#434E51
(67,78,81)
#343D3D
(52,61,61)
#252C29
(37,44,41)
#161B15
(22,27,21)
#000000
(0,0,0)

Tints of #ACC5DD

#ACC5DD
(172,197,221)
#B3CAE0
(179,202,224)
#BACFE3
(186,207,227)
#C1D4E6
(193,212,230)
#C8D9E9
(200,217,233)
#CFDEEC
(207,222,236)
#D6E3EF
(214,227,239)
#DDE8F2
(221,232,242)
#E4EDF5
(228,237,245)
#EBF2F8
(235,242,248)
#F2F7FB
(242,247,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ACC5DD; }

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

This text font color is #ACC5DD.


Background Color

.myBgColor { background-color: #ACC5DD; }

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

This div background color is #ACC5DD.


Border color

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

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

This div border color is #ACC5DD.


Opacity

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

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

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

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

This text has shadow with #ACC5DD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ACC5DD on black background.


Color preview on white background

This text has color #ACC5DD on white background.



Black color preview on #ACC5DD background

This text has black color on #ACC5DD background.


White color preview on #ACC5DD background

This text has white color on #ACC5DD background.