COLOR #ACBBD4

HEX: #ACBBD4
RGB: (172,187,212)

Renk bilgisi

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

RGB renk modeli

#ACBBD4 color RGB value is (172,187,212).

  • kırmız ton 172;
  • yeşil ton 187;
  • mavi ton 212.
RGB:
(172,187,212)
(67%,73%,83%)

RGB bağlantıları ve doygunluk

R 172 of 255 = 67%
G 187 of 255 = 73%
B 212 of 255 = 83%

172
187
212

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

Yüzdelerle RGB renk parçaları

R + G + B =
172 + 187 + 212 = 571 (100%)
R 172 of 571 ~ 30.12%
G 187 of 571 ~ 32.75%
B 212 of 571 ~ 37.13%

%30.12
%32.75
%37.13

CMYK RENK MODELİ

#ACBBD4 rengi CMYK tonu (19,12,0,17).

  • camgöbeği tonu 18.87%
  • eflatun tonu 11.79%
  • sarı tonu 0.00%
  • ana renk tonu 16.86%
CMYK:
(19,12,0,17)
C19M12Y0K17 
(19%,12%,0%,17%)
(0.19/0.12/0.00/0.17)	

CMYK yüzdeleri

%18.87
%11.79
%0
%16.86

Codes

Color #ACBBD4 in popluar color models

ACBBD4
RGB172187212
HSL218°31.75%75.29%
HSB/HSV218°18.87%83.14%
CMYK18.87%11.79%0.00%
16.86%

Color #ACBBD4 in popluar number systems.

HEXACBBD4
Decimal172187212
Binary101011001011101111010100
Octal254273324

Shades and tints

Shades of #ACBBD4

#ACBBD4
(172,187,212)
#9DAAC1
(157,170,193)
#8E99AE
(142,153,174)
#7F889B
(127,136,155)
#707788
(112,119,136)
#616675
(97,102,117)
#525562
(82,85,98)
#43444F
(67,68,79)
#34333C
(52,51,60)
#252229
(37,34,41)
#161116
(22,17,22)
#000000
(0,0,0)

Tints of #ACBBD4

#ACBBD4
(172,187,212)
#B3C1D7
(179,193,215)
#BAC7DA
(186,199,218)
#C1CDDD
(193,205,221)
#C8D3E0
(200,211,224)
#CFD9E3
(207,217,227)
#D6DFE6
(214,223,230)
#DDE5E9
(221,229,233)
#E4EBEC
(228,235,236)
#EBF1EF
(235,241,239)
#F2F7F2
(242,247,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ACBBD4 color. Also use rgb(172,187,212) instead hex code.

Text Font Color

.myTextColor { color: #ACBBD4; }

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

This text font color is #ACBBD4.


Background Color

.myBgColor { background-color: #ACBBD4; }

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

This div background color is #ACBBD4.


Border color

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

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

This div border color is #ACBBD4.


Opacity

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

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

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

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

This text has shadow with #ACBBD4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ACBBD4 on black background.


Color preview on white background

This text has color #ACBBD4 on white background.



Black color preview on #ACBBD4 background

This text has black color on #ACBBD4 background.


White color preview on #ACBBD4 background

This text has white color on #ACBBD4 background.