COLOR #ACBEC5

HEX: #ACBEC5
RGB: (172,190,197)

Renk bilgisi

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

RGB renk modeli

#ACBEC5 color RGB value is (172,190,197).

  • kırmız ton 172;
  • yeşil ton 190;
  • mavi ton 197.
RGB:
(172,190,197)
(67%,75%,77%)

RGB bağlantıları ve doygunluk

R 172 of 255 = 67%
G 190 of 255 = 75%
B 197 of 255 = 77%

172
190
197

R + G + B ~ 73%. #ACBEC5 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
172 + 190 + 197 = 559 (100%)
R 172 of 559 ~ 30.77%
G 190 of 559 ~ 33.99%
B 197 of 559 ~ 35.24%

%30.77
%33.99
%35.24

CMYK RENK MODELİ

#ACBEC5 rengi CMYK tonu (13,4,0,23).

  • camgöbeği tonu 12.69%
  • eflatun tonu 3.55%
  • sarı tonu 0.00%
  • ana renk tonu 22.75%
CMYK:
(13,4,0,23)
C13M4Y0K23 
(13%,4%,0%,23%)
(0.13/0.04/0.00/0.23)	

CMYK yüzdeleri

%12.69
%3.55
%0
%22.75

Codes

Color #ACBEC5 in popluar color models

ACBEC5
RGB172190197
HSL197°17.73%72.35%
HSB/HSV197°12.69%77.25%
CMYK12.69%3.55%0.00%
22.75%

Color #ACBEC5 in popluar number systems.

HEXACBEC5
Decimal172190197
Binary101011001011111011000101
Octal254276305

Shades and tints

Shades of #ACBEC5

#ACBEC5
(172,190,197)
#9DADB4
(157,173,180)
#8E9CA3
(142,156,163)
#7F8B92
(127,139,146)
#707A81
(112,122,129)
#616970
(97,105,112)
#52585F
(82,88,95)
#43474E
(67,71,78)
#34363D
(52,54,61)
#25252C
(37,37,44)
#16141B
(22,20,27)
#000000
(0,0,0)

Tints of #ACBEC5

#ACBEC5
(172,190,197)
#B3C3CA
(179,195,202)
#BAC8CF
(186,200,207)
#C1CDD4
(193,205,212)
#C8D2D9
(200,210,217)
#CFD7DE
(207,215,222)
#D6DCE3
(214,220,227)
#DDE1E8
(221,225,232)
#E4E6ED
(228,230,237)
#EBEBF2
(235,235,242)
#F2F0F7
(242,240,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ACBEC5 color. Also use rgb(172,190,197) instead hex code.

Text Font Color

.myTextColor { color: #ACBEC5; }

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

This text font color is #ACBEC5.


Background Color

.myBgColor { background-color: #ACBEC5; }

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

This div background color is #ACBEC5.


Border color

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

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

This div border color is #ACBEC5.


Opacity

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

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

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

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

This text has shadow with #ACBEC5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ACBEC5 on black background.


Color preview on white background

This text has color #ACBEC5 on white background.



Black color preview on #ACBEC5 background

This text has black color on #ACBEC5 background.


White color preview on #ACBEC5 background

This text has white color on #ACBEC5 background.