COLOR #ACC7CC

HEX: #ACC7CC
RGB: (172,199,204)

Renk bilgisi

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

RGB renk modeli

#ACC7CC color RGB value is (172,199,204).

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

RGB bağlantıları ve doygunluk

R 172 of 255 = 67%
G 199 of 255 = 78%
B 204 of 255 = 80%

172
199
204

R + G + B ~ 75%. #ACC7CC is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
172 + 199 + 204 = 575 (100%)
R 172 of 575 ~ 29.91%
G 199 of 575 ~ 34.61%
B 204 of 575 ~ 35.48%

%29.91
%34.61
%35.48

CMYK RENK MODELİ

#ACC7CC rengi CMYK tonu (16,2,0,20).

  • camgöbeği tonu 15.69%
  • eflatun tonu 2.45%
  • sarı tonu 0.00%
  • ana renk tonu 20.00%
CMYK:
(16,2,0,20)
C16M2Y0K20 
(16%,2%,0%,20%)
(0.16/0.02/0.00/0.20)	

CMYK yüzdeleri

%15.69
%2.45
%0
%20

Codes

Color #ACC7CC in popluar color models

ACC7CC
RGB172199204
HSL189°23.88%73.73%
HSB/HSV189°15.69%80.00%
CMYK15.69%2.45%0.00%
20.00%

Color #ACC7CC in popluar number systems.

HEXACC7CC
Decimal172199204
Binary101011001100011111001100
Octal254307314

Shades and tints

Shades of #ACC7CC

#ACC7CC
(172,199,204)
#9DB5BA
(157,181,186)
#8EA3A8
(142,163,168)
#7F9196
(127,145,150)
#707F84
(112,127,132)
#616D72
(97,109,114)
#525B60
(82,91,96)
#43494E
(67,73,78)
#34373C
(52,55,60)
#25252A
(37,37,42)
#161318
(22,19,24)
#000000
(0,0,0)

Tints of #ACC7CC

#ACC7CC
(172,199,204)
#B3CCD0
(179,204,208)
#BAD1D4
(186,209,212)
#C1D6D8
(193,214,216)
#C8DBDC
(200,219,220)
#CFE0E0
(207,224,224)
#D6E5E4
(214,229,228)
#DDEAE8
(221,234,232)
#E4EFEC
(228,239,236)
#EBF4F0
(235,244,240)
#F2F9F4
(242,249,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ACC7CC; }

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

This text font color is #ACC7CC.


Background Color

.myBgColor { background-color: #ACC7CC; }

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

This div background color is #ACC7CC.


Border color

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

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

This div border color is #ACC7CC.


Opacity

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

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

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

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

This text has shadow with #ACC7CC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ACC7CC on black background.


Color preview on white background

This text has color #ACC7CC on white background.



Black color preview on #ACC7CC background

This text has black color on #ACC7CC background.


White color preview on #ACC7CC background

This text has white color on #ACC7CC background.