COLOR #AC6DD8

HEX: #AC6DD8
RGB: (172,109,216)

Renk bilgisi

#AC6DD8 contains mainly red and blue colors. #AC6DD8 ‘ nin web güvenlik rengi #9966CC (ya da #96C) dir.

RGB renk modeli

#AC6DD8 color RGB value is (172,109,216).

  • kırmız ton 172;
  • yeşil ton 109;
  • mavi ton 216.
RGB:
(172,109,216)
(67%,43%,85%)

RGB bağlantıları ve doygunluk

R 172 of 255 = 67%
G 109 of 255 = 43%
B 216 of 255 = 85%

172
109
216

R + G + B ~ 65%. #AC6DD8 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
172 + 109 + 216 = 497 (100%)
R 172 of 497 ~ 34.61%
G 109 of 497 ~ 21.93%
B 216 of 497 ~ 43.46%

%34.61
%21.93
%43.46

CMYK RENK MODELİ

#AC6DD8 rengi CMYK tonu (20,50,0,15).

  • camgöbeği tonu 20.37%
  • eflatun tonu 49.54%
  • sarı tonu 0.00%
  • ana renk tonu 15.29%
CMYK:
(20,50,0,15)
C20M50Y0K15 
(20%,50%,0%,15%)
(0.20/0.50/0.00/0.15)	

CMYK yüzdeleri

%20.37
%49.54
%0
%15.29

Codes

Color #AC6DD8 in popluar color models

AC6DD8
RGB172109216
HSL275°57.84%63.73%
HSB/HSV275°49.54%84.71%
CMYK20.37%49.54%0.00%
15.29%

Color #AC6DD8 in popluar number systems.

HEXAC6DD8
Decimal172109216
Binary10101100110110111011000
Octal254155330

Shades and tints

Shades of #AC6DD8

#AC6DD8
(172,109,216)
#9D64C5
(157,100,197)
#8E5BB2
(142,91,178)
#7F529F
(127,82,159)
#70498C
(112,73,140)
#614079
(97,64,121)
#523766
(82,55,102)
#432E53
(67,46,83)
#342540
(52,37,64)
#251C2D
(37,28,45)
#16131A
(22,19,26)
#000000
(0,0,0)

Tints of #AC6DD8

#AC6DD8
(172,109,216)
#B37ADB
(179,122,219)
#BA87DE
(186,135,222)
#C194E1
(193,148,225)
#C8A1E4
(200,161,228)
#CFAEE7
(207,174,231)
#D6BBEA
(214,187,234)
#DDC8ED
(221,200,237)
#E4D5F0
(228,213,240)
#EBE2F3
(235,226,243)
#F2EFF6
(242,239,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AC6DD8 color. Also use rgb(172,109,216) instead hex code.

Text Font Color

.myTextColor { color: #AC6DD8; }

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

This text font color is #AC6DD8.


Background Color

.myBgColor { background-color: #AC6DD8; }

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

This div background color is #AC6DD8.


Border color

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

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

This div border color is #AC6DD8.


Opacity

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

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

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

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

This text has shadow with #AC6DD8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AC6DD8 on black background.


Color preview on white background

This text has color #AC6DD8 on white background.



Black color preview on #AC6DD8 background

This text has black color on #AC6DD8 background.


White color preview on #AC6DD8 background

This text has white color on #AC6DD8 background.