COLOR #ACBED9

HEX: #ACBED9
RGB: (172,190,217)

Renk bilgisi

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

RGB renk modeli

#ACBED9 color RGB value is (172,190,217).

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

RGB bağlantıları ve doygunluk

R 172 of 255 = 67%
G 190 of 255 = 75%
B 217 of 255 = 85%

172
190
217

R + G + B ~ 76%. #ACBED9 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
172 + 190 + 217 = 579 (100%)
R 172 of 579 ~ 29.71%
G 190 of 579 ~ 32.82%
B 217 of 579 ~ 37.48%

%29.71
%32.82
%37.48

CMYK RENK MODELİ

#ACBED9 rengi CMYK tonu (21,12,0,15).

  • camgöbeği tonu 20.74%
  • eflatun tonu 12.44%
  • sarı tonu 0.00%
  • ana renk tonu 14.90%
CMYK:
(21,12,0,15)
C21M12Y0K15 
(21%,12%,0%,15%)
(0.21/0.12/0.00/0.15)	

CMYK yüzdeleri

%20.74
%12.44
%0
%14.9

Codes

Color #ACBED9 in popluar color models

ACBED9
RGB172190217
HSL216°37.19%76.27%
HSB/HSV216°20.74%85.10%
CMYK20.74%12.44%0.00%
14.90%

Color #ACBED9 in popluar number systems.

HEXACBED9
Decimal172190217
Binary101011001011111011011001
Octal254276331

Shades and tints

Shades of #ACBED9

#ACBED9
(172,190,217)
#9DADC6
(157,173,198)
#8E9CB3
(142,156,179)
#7F8BA0
(127,139,160)
#707A8D
(112,122,141)
#61697A
(97,105,122)
#525867
(82,88,103)
#434754
(67,71,84)
#343641
(52,54,65)
#25252E
(37,37,46)
#16141B
(22,20,27)
#000000
(0,0,0)

Tints of #ACBED9

#ACBED9
(172,190,217)
#B3C3DC
(179,195,220)
#BAC8DF
(186,200,223)
#C1CDE2
(193,205,226)
#C8D2E5
(200,210,229)
#CFD7E8
(207,215,232)
#D6DCEB
(214,220,235)
#DDE1EE
(221,225,238)
#E4E6F1
(228,230,241)
#EBEBF4
(235,235,244)
#F2F0F7
(242,240,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ACBED9; }

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

This text font color is #ACBED9.


Background Color

.myBgColor { background-color: #ACBED9; }

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

This div background color is #ACBED9.


Border color

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

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

This div border color is #ACBED9.


Opacity

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

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

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

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

This text has shadow with #ACBED9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ACBED9 on black background.


Color preview on white background

This text has color #ACBED9 on white background.



Black color preview on #ACBED9 background

This text has black color on #ACBED9 background.


White color preview on #ACBED9 background

This text has white color on #ACBED9 background.