COLOR #ACC7DC

HEX: #ACC7DC
RGB: (172,199,220)

Renk bilgisi

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

RGB renk modeli

#ACC7DC color RGB value is (172,199,220).

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

RGB bağlantıları ve doygunluk

R 172 of 255 = 67%
G 199 of 255 = 78%
B 220 of 255 = 86%

172
199
220

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

Yüzdelerle RGB renk parçaları

R + G + B =
172 + 199 + 220 = 591 (100%)
R 172 of 591 ~ 29.1%
G 199 of 591 ~ 33.67%
B 220 of 591 ~ 37.23%

%29.1
%33.67
%37.23

CMYK RENK MODELİ

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

  • camgöbeği tonu 21.82%
  • eflatun tonu 9.55%
  • 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
%9.55
%0
%13.73

Codes

Color #ACC7DC in popluar color models

ACC7DC
RGB172199220
HSL206°40.68%76.86%
HSB/HSV206°21.82%86.27%
CMYK21.82%9.55%0.00%
13.73%

Color #ACC7DC in popluar number systems.

HEXACC7DC
Decimal172199220
Binary101011001100011111011100
Octal254307334

Shades and tints

Shades of #ACC7DC

#ACC7DC
(172,199,220)
#9DB5C8
(157,181,200)
#8EA3B4
(142,163,180)
#7F91A0
(127,145,160)
#707F8C
(112,127,140)
#616D78
(97,109,120)
#525B64
(82,91,100)
#434950
(67,73,80)
#34373C
(52,55,60)
#252528
(37,37,40)
#161314
(22,19,20)
#000000
(0,0,0)

Tints of #ACC7DC

#ACC7DC
(172,199,220)
#B3CCDF
(179,204,223)
#BAD1E2
(186,209,226)
#C1D6E5
(193,214,229)
#C8DBE8
(200,219,232)
#CFE0EB
(207,224,235)
#D6E5EE
(214,229,238)
#DDEAF1
(221,234,241)
#E4EFF4
(228,239,244)
#EBF4F7
(235,244,247)
#F2F9FA
(242,249,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ACC7DC; }

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

This text font color is #ACC7DC.


Background Color

.myBgColor { background-color: #ACC7DC; }

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

This div background color is #ACC7DC.


Border color

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

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

This div border color is #ACC7DC.


Opacity

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

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

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

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

This text has shadow with #ACC7DC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ACC7DC on black background.


Color preview on white background

This text has color #ACC7DC on white background.



Black color preview on #ACC7DC background

This text has black color on #ACC7DC background.


White color preview on #ACC7DC background

This text has white color on #ACC7DC background.