COLOR #ACC9EF

HEX: #ACC9EF
RGB: (172,201,239)

Renk bilgisi

#ACC9EF contains mainly green and blue colors. #ACC9EF ‘ nin web güvenlik rengi #99CCFF (ya da #9CF) dir.

RGB renk modeli

#ACC9EF color RGB value is (172,201,239).

  • kırmız ton 172;
  • yeşil ton 201;
  • mavi ton 239.
RGB:
(172,201,239)
(67%,79%,94%)

RGB bağlantıları ve doygunluk

R 172 of 255 = 67%
G 201 of 255 = 79%
B 239 of 255 = 94%

172
201
239

R + G + B ~ 80%. #ACC9EF is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
172 + 201 + 239 = 612 (100%)
R 172 of 612 ~ 28.1%
G 201 of 612 ~ 32.84%
B 239 of 612 ~ 39.05%

%28.1
%32.84
%39.05

CMYK RENK MODELİ

#ACC9EF rengi CMYK tonu (28,16,0,6).

  • camgöbeği tonu 28.03%
  • eflatun tonu 15.90%
  • sarı tonu 0.00%
  • ana renk tonu 6.27%
CMYK:
(28,16,0,6)
C28M16Y0K6 
(28%,16%,0%,6%)
(0.28/0.16/0.00/0.06)	

CMYK yüzdeleri

%28.03
%15.9
%0
%6.27

Codes

Color #ACC9EF in popluar color models

ACC9EF
RGB172201239
HSL214°67.68%80.59%
HSB/HSV214°28.03%93.73%
CMYK28.03%15.90%0.00%
6.27%

Color #ACC9EF in popluar number systems.

HEXACC9EF
Decimal172201239
Binary101011001100100111101111
Octal254311357

Shades and tints

Shades of #ACC9EF

#ACC9EF
(172,201,239)
#9DB7DA
(157,183,218)
#8EA5C5
(142,165,197)
#7F93B0
(127,147,176)
#70819B
(112,129,155)
#616F86
(97,111,134)
#525D71
(82,93,113)
#434B5C
(67,75,92)
#343947
(52,57,71)
#252732
(37,39,50)
#16151D
(22,21,29)
#000000
(0,0,0)

Tints of #ACC9EF

#ACC9EF
(172,201,239)
#B3CDF0
(179,205,240)
#BAD1F1
(186,209,241)
#C1D5F2
(193,213,242)
#C8D9F3
(200,217,243)
#CFDDF4
(207,221,244)
#D6E1F5
(214,225,245)
#DDE5F6
(221,229,246)
#E4E9F7
(228,233,247)
#EBEDF8
(235,237,248)
#F2F1F9
(242,241,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ACC9EF color. Also use rgb(172,201,239) instead hex code.

Text Font Color

.myTextColor { color: #ACC9EF; }

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

This text font color is #ACC9EF.


Background Color

.myBgColor { background-color: #ACC9EF; }

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

This div background color is #ACC9EF.


Border color

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

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

This div border color is #ACC9EF.


Opacity

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

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

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

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

This text has shadow with #ACC9EF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ACC9EF on black background.


Color preview on white background

This text has color #ACC9EF on white background.



Black color preview on #ACC9EF background

This text has black color on #ACC9EF background.


White color preview on #ACC9EF background

This text has white color on #ACC9EF background.