COLOR #ACC4CC

HEX: #ACC4CC
RGB: (172,196,204)

Renk bilgisi

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

RGB renk modeli

#ACC4CC color RGB value is (172,196,204).

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

RGB bağlantıları ve doygunluk

R 172 of 255 = 67%
G 196 of 255 = 77%
B 204 of 255 = 80%

172
196
204

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

Yüzdelerle RGB renk parçaları

R + G + B =
172 + 196 + 204 = 572 (100%)
R 172 of 572 ~ 30.07%
G 196 of 572 ~ 34.27%
B 204 of 572 ~ 35.66%

%30.07
%34.27
%35.66

CMYK RENK MODELİ

#ACC4CC rengi CMYK tonu (16,4,0,20).

  • camgöbeği tonu 15.69%
  • eflatun tonu 3.92%
  • sarı tonu 0.00%
  • ana renk tonu 20.00%
CMYK:
(16,4,0,20)
C16M4Y0K20 
(16%,4%,0%,20%)
(0.16/0.04/0.00/0.20)	

CMYK yüzdeleri

%15.69
%3.92
%0
%20

Codes

Color #ACC4CC in popluar color models

ACC4CC
RGB172196204
HSL195°23.88%73.73%
HSB/HSV195°15.69%80.00%
CMYK15.69%3.92%0.00%
20.00%

Color #ACC4CC in popluar number systems.

HEXACC4CC
Decimal172196204
Binary101011001100010011001100
Octal254304314

Shades and tints

Shades of #ACC4CC

#ACC4CC
(172,196,204)
#9DB3BA
(157,179,186)
#8EA2A8
(142,162,168)
#7F9196
(127,145,150)
#708084
(112,128,132)
#616F72
(97,111,114)
#525E60
(82,94,96)
#434D4E
(67,77,78)
#343C3C
(52,60,60)
#252B2A
(37,43,42)
#161A18
(22,26,24)
#000000
(0,0,0)

Tints of #ACC4CC

#ACC4CC
(172,196,204)
#B3C9D0
(179,201,208)
#BACED4
(186,206,212)
#C1D3D8
(193,211,216)
#C8D8DC
(200,216,220)
#CFDDE0
(207,221,224)
#D6E2E4
(214,226,228)
#DDE7E8
(221,231,232)
#E4ECEC
(228,236,236)
#EBF1F0
(235,241,240)
#F2F6F4
(242,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ACC4CC; }

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

This text font color is #ACC4CC.


Background Color

.myBgColor { background-color: #ACC4CC; }

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

This div background color is #ACC4CC.


Border color

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

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

This div border color is #ACC4CC.


Opacity

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

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

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

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

This text has shadow with #ACC4CC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ACC4CC on black background.


Color preview on white background

This text has color #ACC4CC on white background.



Black color preview on #ACC4CC background

This text has black color on #ACC4CC background.


White color preview on #ACC4CC background

This text has white color on #ACC4CC background.