COLOR #ACD9E3

HEX: #ACD9E3
RGB: (172,217,227)

Renk bilgisi

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

RGB renk modeli

#ACD9E3 color RGB value is (172,217,227).

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

RGB bağlantıları ve doygunluk

R 172 of 255 = 67%
G 217 of 255 = 85%
B 227 of 255 = 89%

172
217
227

R + G + B ~ 80%. #ACD9E3 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
172 + 217 + 227 = 616 (100%)
R 172 of 616 ~ 27.92%
G 217 of 616 ~ 35.23%
B 227 of 616 ~ 36.85%

%27.92
%35.23
%36.85

CMYK RENK MODELİ

#ACD9E3 rengi CMYK tonu (24,4,0,11).

  • camgöbeği tonu 24.23%
  • eflatun tonu 4.41%
  • sarı tonu 0.00%
  • ana renk tonu 10.98%
CMYK:
(24,4,0,11)
C24M4Y0K11 
(24%,4%,0%,11%)
(0.24/0.04/0.00/0.11)	

CMYK yüzdeleri

%24.23
%4.41
%0
%10.98

Codes

Color #ACD9E3 in popluar color models

ACD9E3
RGB172217227
HSL191°49.55%78.24%
HSB/HSV191°24.23%89.02%
CMYK24.23%4.41%0.00%
10.98%

Color #ACD9E3 in popluar number systems.

HEXACD9E3
Decimal172217227
Binary101011001101100111100011
Octal254331343

Shades and tints

Shades of #ACD9E3

#ACD9E3
(172,217,227)
#9DC6CF
(157,198,207)
#8EB3BB
(142,179,187)
#7FA0A7
(127,160,167)
#708D93
(112,141,147)
#617A7F
(97,122,127)
#52676B
(82,103,107)
#435457
(67,84,87)
#344143
(52,65,67)
#252E2F
(37,46,47)
#161B1B
(22,27,27)
#000000
(0,0,0)

Tints of #ACD9E3

#ACD9E3
(172,217,227)
#B3DCE5
(179,220,229)
#BADFE7
(186,223,231)
#C1E2E9
(193,226,233)
#C8E5EB
(200,229,235)
#CFE8ED
(207,232,237)
#D6EBEF
(214,235,239)
#DDEEF1
(221,238,241)
#E4F1F3
(228,241,243)
#EBF4F5
(235,244,245)
#F2F7F7
(242,247,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ACD9E3; }

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

This text font color is #ACD9E3.


Background Color

.myBgColor { background-color: #ACD9E3; }

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

This div background color is #ACD9E3.


Border color

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

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

This div border color is #ACD9E3.


Opacity

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

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

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

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

This text has shadow with #ACD9E3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ACD9E3 on black background.


Color preview on white background

This text has color #ACD9E3 on white background.



Black color preview on #ACD9E3 background

This text has black color on #ACD9E3 background.


White color preview on #ACD9E3 background

This text has white color on #ACD9E3 background.