COLOR #ACC6D1

HEX: #ACC6D1
RGB: (172,198,209)

Renk bilgisi

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

RGB renk modeli

#ACC6D1 color RGB value is (172,198,209).

  • kırmız ton 172;
  • yeşil ton 198;
  • mavi ton 209.
RGB:
(172,198,209)
(67%,78%,82%)

RGB bağlantıları ve doygunluk

R 172 of 255 = 67%
G 198 of 255 = 78%
B 209 of 255 = 82%

172
198
209

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

Yüzdelerle RGB renk parçaları

R + G + B =
172 + 198 + 209 = 579 (100%)
R 172 of 579 ~ 29.71%
G 198 of 579 ~ 34.2%
B 209 of 579 ~ 36.1%

%29.71
%34.2
%36.1

CMYK RENK MODELİ

#ACC6D1 rengi CMYK tonu (18,5,0,18).

  • camgöbeği tonu 17.70%
  • eflatun tonu 5.26%
  • sarı tonu 0.00%
  • ana renk tonu 18.04%
CMYK:
(18,5,0,18)
C18M5Y0K18 
(18%,5%,0%,18%)
(0.18/0.05/0.00/0.18)	

CMYK yüzdeleri

%17.7
%5.26
%0
%18.04

Codes

Color #ACC6D1 in popluar color models

ACC6D1
RGB172198209
HSL198°28.68%74.71%
HSB/HSV198°17.70%81.96%
CMYK17.70%5.26%0.00%
18.04%

Color #ACC6D1 in popluar number systems.

HEXACC6D1
Decimal172198209
Binary101011001100011011010001
Octal254306321

Shades and tints

Shades of #ACC6D1

#ACC6D1
(172,198,209)
#9DB4BE
(157,180,190)
#8EA2AB
(142,162,171)
#7F9098
(127,144,152)
#707E85
(112,126,133)
#616C72
(97,108,114)
#525A5F
(82,90,95)
#43484C
(67,72,76)
#343639
(52,54,57)
#252426
(37,36,38)
#161213
(22,18,19)
#000000
(0,0,0)

Tints of #ACC6D1

#ACC6D1
(172,198,209)
#B3CBD5
(179,203,213)
#BAD0D9
(186,208,217)
#C1D5DD
(193,213,221)
#C8DAE1
(200,218,225)
#CFDFE5
(207,223,229)
#D6E4E9
(214,228,233)
#DDE9ED
(221,233,237)
#E4EEF1
(228,238,241)
#EBF3F5
(235,243,245)
#F2F8F9
(242,248,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ACC6D1 color. Also use rgb(172,198,209) instead hex code.

Text Font Color

.myTextColor { color: #ACC6D1; }

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

This text font color is #ACC6D1.


Background Color

.myBgColor { background-color: #ACC6D1; }

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

This div background color is #ACC6D1.


Border color

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

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

This div border color is #ACC6D1.


Opacity

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

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

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

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

This text has shadow with #ACC6D1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ACC6D1 on black background.


Color preview on white background

This text has color #ACC6D1 on white background.



Black color preview on #ACC6D1 background

This text has black color on #ACC6D1 background.


White color preview on #ACC6D1 background

This text has white color on #ACC6D1 background.