COLOR #ACC1D6

HEX: #ACC1D6
RGB: (172,193,214)

Renk bilgisi

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

RGB renk modeli

#ACC1D6 color RGB value is (172,193,214).

  • kırmız ton 172;
  • yeşil ton 193;
  • mavi ton 214.
RGB:
(172,193,214)
(67%,76%,84%)

RGB bağlantıları ve doygunluk

R 172 of 255 = 67%
G 193 of 255 = 76%
B 214 of 255 = 84%

172
193
214

R + G + B ~ 76%. #ACC1D6 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
172 + 193 + 214 = 579 (100%)
R 172 of 579 ~ 29.71%
G 193 of 579 ~ 33.33%
B 214 of 579 ~ 36.96%

%29.71
%33.33
%36.96

CMYK RENK MODELİ

#ACC1D6 rengi CMYK tonu (20,10,0,16).

  • camgöbeği tonu 19.63%
  • eflatun tonu 9.81%
  • sarı tonu 0.00%
  • ana renk tonu 16.08%
CMYK:
(20,10,0,16)
C20M10Y0K16 
(20%,10%,0%,16%)
(0.20/0.10/0.00/0.16)	

CMYK yüzdeleri

%19.63
%9.81
%0
%16.08

Codes

Color #ACC1D6 in popluar color models

ACC1D6
RGB172193214
HSL210°33.87%75.69%
HSB/HSV210°19.63%83.92%
CMYK19.63%9.81%0.00%
16.08%

Color #ACC1D6 in popluar number systems.

HEXACC1D6
Decimal172193214
Binary101011001100000111010110
Octal254301326

Shades and tints

Shades of #ACC1D6

#ACC1D6
(172,193,214)
#9DB0C3
(157,176,195)
#8E9FB0
(142,159,176)
#7F8E9D
(127,142,157)
#707D8A
(112,125,138)
#616C77
(97,108,119)
#525B64
(82,91,100)
#434A51
(67,74,81)
#34393E
(52,57,62)
#25282B
(37,40,43)
#161718
(22,23,24)
#000000
(0,0,0)

Tints of #ACC1D6

#ACC1D6
(172,193,214)
#B3C6D9
(179,198,217)
#BACBDC
(186,203,220)
#C1D0DF
(193,208,223)
#C8D5E2
(200,213,226)
#CFDAE5
(207,218,229)
#D6DFE8
(214,223,232)
#DDE4EB
(221,228,235)
#E4E9EE
(228,233,238)
#EBEEF1
(235,238,241)
#F2F3F4
(242,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ACC1D6 color. Also use rgb(172,193,214) instead hex code.

Text Font Color

.myTextColor { color: #ACC1D6; }

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

This text font color is #ACC1D6.


Background Color

.myBgColor { background-color: #ACC1D6; }

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

This div background color is #ACC1D6.


Border color

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

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

This div border color is #ACC1D6.


Opacity

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

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

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

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

This text has shadow with #ACC1D6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ACC1D6 on black background.


Color preview on white background

This text has color #ACC1D6 on white background.



Black color preview on #ACC1D6 background

This text has black color on #ACC1D6 background.


White color preview on #ACC1D6 background

This text has white color on #ACC1D6 background.