COLOR #ACB4DA

HEX: #ACB4DA
RGB: (172,180,218)

Renk bilgisi

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

RGB renk modeli

#ACB4DA color RGB value is (172,180,218).

  • kırmız ton 172;
  • yeşil ton 180;
  • mavi ton 218.
RGB:
(172,180,218)
(67%,71%,85%)

RGB bağlantıları ve doygunluk

R 172 of 255 = 67%
G 180 of 255 = 71%
B 218 of 255 = 85%

172
180
218

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

Yüzdelerle RGB renk parçaları

R + G + B =
172 + 180 + 218 = 570 (100%)
R 172 of 570 ~ 30.18%
G 180 of 570 ~ 31.58%
B 218 of 570 ~ 38.25%

%30.18
%31.58
%38.25

CMYK RENK MODELİ

#ACB4DA rengi CMYK tonu (21,17,0,15).

  • camgöbeği tonu 21.10%
  • eflatun tonu 17.43%
  • sarı tonu 0.00%
  • ana renk tonu 14.51%
CMYK:
(21,17,0,15)
C21M17Y0K15 
(21%,17%,0%,15%)
(0.21/0.17/0.00/0.15)	

CMYK yüzdeleri

%21.1
%17.43
%0
%14.51

Codes

Color #ACB4DA in popluar color models

ACB4DA
RGB172180218
HSL230°38.33%76.47%
HSB/HSV230°21.10%85.49%
CMYK21.10%17.43%0.00%
14.51%

Color #ACB4DA in popluar number systems.

HEXACB4DA
Decimal172180218
Binary101011001011010011011010
Octal254264332

Shades and tints

Shades of #ACB4DA

#ACB4DA
(172,180,218)
#9DA4C7
(157,164,199)
#8E94B4
(142,148,180)
#7F84A1
(127,132,161)
#70748E
(112,116,142)
#61647B
(97,100,123)
#525468
(82,84,104)
#434455
(67,68,85)
#343442
(52,52,66)
#25242F
(37,36,47)
#16141C
(22,20,28)
#000000
(0,0,0)

Tints of #ACB4DA

#ACB4DA
(172,180,218)
#B3BADD
(179,186,221)
#BAC0E0
(186,192,224)
#C1C6E3
(193,198,227)
#C8CCE6
(200,204,230)
#CFD2E9
(207,210,233)
#D6D8EC
(214,216,236)
#DDDEEF
(221,222,239)
#E4E4F2
(228,228,242)
#EBEAF5
(235,234,245)
#F2F0F8
(242,240,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ACB4DA color. Also use rgb(172,180,218) instead hex code.

Text Font Color

.myTextColor { color: #ACB4DA; }

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

This text font color is #ACB4DA.


Background Color

.myBgColor { background-color: #ACB4DA; }

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

This div background color is #ACB4DA.


Border color

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

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

This div border color is #ACB4DA.


Opacity

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

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

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

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

This text has shadow with #ACB4DA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ACB4DA on black background.


Color preview on white background

This text has color #ACB4DA on white background.



Black color preview on #ACB4DA background

This text has black color on #ACB4DA background.


White color preview on #ACB4DA background

This text has white color on #ACB4DA background.