COLOR #ACC0CC

HEX: #ACC0CC
RGB: (172,192,204)

Renk bilgisi

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

RGB renk modeli

#ACC0CC color RGB value is (172,192,204).

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

RGB bağlantıları ve doygunluk

R 172 of 255 = 67%
G 192 of 255 = 75%
B 204 of 255 = 80%

172
192
204

R + G + B ~ 74%. #ACC0CC is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
172 + 192 + 204 = 568 (100%)
R 172 of 568 ~ 30.28%
G 192 of 568 ~ 33.8%
B 204 of 568 ~ 35.92%

%30.28
%33.8
%35.92

CMYK RENK MODELİ

#ACC0CC rengi CMYK tonu (16,6,0,20).

  • camgöbeği tonu 15.69%
  • eflatun tonu 5.88%
  • sarı tonu 0.00%
  • ana renk tonu 20.00%
CMYK:
(16,6,0,20)
C16M6Y0K20 
(16%,6%,0%,20%)
(0.16/0.06/0.00/0.20)	

CMYK yüzdeleri

%15.69
%5.88
%0
%20

Codes

Color #ACC0CC in popluar color models

ACC0CC
RGB172192204
HSL203°23.88%73.73%
HSB/HSV203°15.69%80.00%
CMYK15.69%5.88%0.00%
20.00%

Color #ACC0CC in popluar number systems.

HEXACC0CC
Decimal172192204
Binary101011001100000011001100
Octal254300314

Shades and tints

Shades of #ACC0CC

#ACC0CC
(172,192,204)
#9DAFBA
(157,175,186)
#8E9EA8
(142,158,168)
#7F8D96
(127,141,150)
#707C84
(112,124,132)
#616B72
(97,107,114)
#525A60
(82,90,96)
#43494E
(67,73,78)
#34383C
(52,56,60)
#25272A
(37,39,42)
#161618
(22,22,24)
#000000
(0,0,0)

Tints of #ACC0CC

#ACC0CC
(172,192,204)
#B3C5D0
(179,197,208)
#BACAD4
(186,202,212)
#C1CFD8
(193,207,216)
#C8D4DC
(200,212,220)
#CFD9E0
(207,217,224)
#D6DEE4
(214,222,228)
#DDE3E8
(221,227,232)
#E4E8EC
(228,232,236)
#EBEDF0
(235,237,240)
#F2F2F4
(242,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ACC0CC; }

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

This text font color is #ACC0CC.


Background Color

.myBgColor { background-color: #ACC0CC; }

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

This div background color is #ACC0CC.


Border color

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

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

This div border color is #ACC0CC.


Opacity

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

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

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

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

This text has shadow with #ACC0CC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ACC0CC on black background.


Color preview on white background

This text has color #ACC0CC on white background.



Black color preview on #ACC0CC background

This text has black color on #ACC0CC background.


White color preview on #ACC0CC background

This text has white color on #ACC0CC background.