COLOR #ACC0E0

HEX: #ACC0E0
RGB: (172,192,224)

Renk bilgisi

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

RGB renk modeli

#ACC0E0 color RGB value is (172,192,224).

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

RGB bağlantıları ve doygunluk

R 172 of 255 = 67%
G 192 of 255 = 75%
B 224 of 255 = 88%

172
192
224

R + G + B ~ 77%. #ACC0E0 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
172 + 192 + 224 = 588 (100%)
R 172 of 588 ~ 29.25%
G 192 of 588 ~ 32.65%
B 224 of 588 ~ 38.1%

%29.25
%32.65
%38.1

CMYK RENK MODELİ

#ACC0E0 rengi CMYK tonu (23,14,0,12).

  • camgöbeği tonu 23.21%
  • eflatun tonu 14.29%
  • sarı tonu 0.00%
  • ana renk tonu 12.16%
CMYK:
(23,14,0,12)
C23M14Y0K12 
(23%,14%,0%,12%)
(0.23/0.14/0.00/0.12)	

CMYK yüzdeleri

%23.21
%14.29
%0
%12.16

Codes

Color #ACC0E0 in popluar color models

ACC0E0
RGB172192224
HSL217°45.61%77.65%
HSB/HSV217°23.21%87.84%
CMYK23.21%14.29%0.00%
12.16%

Color #ACC0E0 in popluar number systems.

HEXACC0E0
Decimal172192224
Binary101011001100000011100000
Octal254300340

Shades and tints

Shades of #ACC0E0

#ACC0E0
(172,192,224)
#9DAFCC
(157,175,204)
#8E9EB8
(142,158,184)
#7F8DA4
(127,141,164)
#707C90
(112,124,144)
#616B7C
(97,107,124)
#525A68
(82,90,104)
#434954
(67,73,84)
#343840
(52,56,64)
#25272C
(37,39,44)
#161618
(22,22,24)
#000000
(0,0,0)

Tints of #ACC0E0

#ACC0E0
(172,192,224)
#B3C5E2
(179,197,226)
#BACAE4
(186,202,228)
#C1CFE6
(193,207,230)
#C8D4E8
(200,212,232)
#CFD9EA
(207,217,234)
#D6DEEC
(214,222,236)
#DDE3EE
(221,227,238)
#E4E8F0
(228,232,240)
#EBEDF2
(235,237,242)
#F2F2F4
(242,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ACC0E0; }

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

This text font color is #ACC0E0.


Background Color

.myBgColor { background-color: #ACC0E0; }

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

This div background color is #ACC0E0.


Border color

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

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

This div border color is #ACC0E0.


Opacity

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

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

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

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

This text has shadow with #ACC0E0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ACC0E0 on black background.


Color preview on white background

This text has color #ACC0E0 on white background.



Black color preview on #ACC0E0 background

This text has black color on #ACC0E0 background.


White color preview on #ACC0E0 background

This text has white color on #ACC0E0 background.