COLOR #ACC2D9

HEX: #ACC2D9
RGB: (172,194,217)

Renk bilgisi

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

RGB renk modeli

#ACC2D9 color RGB value is (172,194,217).

  • kırmız ton 172;
  • yeşil ton 194;
  • mavi ton 217.
RGB:
(172,194,217)
(67%,76%,85%)

RGB bağlantıları ve doygunluk

R 172 of 255 = 67%
G 194 of 255 = 76%
B 217 of 255 = 85%

172
194
217

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

Yüzdelerle RGB renk parçaları

R + G + B =
172 + 194 + 217 = 583 (100%)
R 172 of 583 ~ 29.5%
G 194 of 583 ~ 33.28%
B 217 of 583 ~ 37.22%

%29.5
%33.28
%37.22

CMYK RENK MODELİ

#ACC2D9 rengi CMYK tonu (21,11,0,15).

  • camgöbeği tonu 20.74%
  • eflatun tonu 10.60%
  • sarı tonu 0.00%
  • ana renk tonu 14.90%
CMYK:
(21,11,0,15)
C21M11Y0K15 
(21%,11%,0%,15%)
(0.21/0.11/0.00/0.15)	

CMYK yüzdeleri

%20.74
%10.6
%0
%14.9

Codes

Color #ACC2D9 in popluar color models

ACC2D9
RGB172194217
HSL211°37.19%76.27%
HSB/HSV211°20.74%85.10%
CMYK20.74%10.60%0.00%
14.90%

Color #ACC2D9 in popluar number systems.

HEXACC2D9
Decimal172194217
Binary101011001100001011011001
Octal254302331

Shades and tints

Shades of #ACC2D9

#ACC2D9
(172,194,217)
#9DB1C6
(157,177,198)
#8EA0B3
(142,160,179)
#7F8FA0
(127,143,160)
#707E8D
(112,126,141)
#616D7A
(97,109,122)
#525C67
(82,92,103)
#434B54
(67,75,84)
#343A41
(52,58,65)
#25292E
(37,41,46)
#16181B
(22,24,27)
#000000
(0,0,0)

Tints of #ACC2D9

#ACC2D9
(172,194,217)
#B3C7DC
(179,199,220)
#BACCDF
(186,204,223)
#C1D1E2
(193,209,226)
#C8D6E5
(200,214,229)
#CFDBE8
(207,219,232)
#D6E0EB
(214,224,235)
#DDE5EE
(221,229,238)
#E4EAF1
(228,234,241)
#EBEFF4
(235,239,244)
#F2F4F7
(242,244,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ACC2D9 color. Also use rgb(172,194,217) instead hex code.

Text Font Color

.myTextColor { color: #ACC2D9; }

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

This text font color is #ACC2D9.


Background Color

.myBgColor { background-color: #ACC2D9; }

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

This div background color is #ACC2D9.


Border color

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

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

This div border color is #ACC2D9.


Opacity

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

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

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

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

This text has shadow with #ACC2D9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ACC2D9 on black background.


Color preview on white background

This text has color #ACC2D9 on white background.



Black color preview on #ACC2D9 background

This text has black color on #ACC2D9 background.


White color preview on #ACC2D9 background

This text has white color on #ACC2D9 background.