COLOR #ACC5E5

HEX: #ACC5E5
RGB: (172,197,229)

Renk bilgisi

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

RGB renk modeli

#ACC5E5 color RGB value is (172,197,229).

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

RGB bağlantıları ve doygunluk

R 172 of 255 = 67%
G 197 of 255 = 77%
B 229 of 255 = 90%

172
197
229

R + G + B ~ 78%. #ACC5E5 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
172 + 197 + 229 = 598 (100%)
R 172 of 598 ~ 28.76%
G 197 of 598 ~ 32.94%
B 229 of 598 ~ 38.29%

%28.76
%32.94
%38.29

CMYK RENK MODELİ

#ACC5E5 rengi CMYK tonu (25,14,0,10).

  • camgöbeği tonu 24.89%
  • eflatun tonu 13.97%
  • sarı tonu 0.00%
  • ana renk tonu 10.20%
CMYK:
(25,14,0,10)
C25M14Y0K10 
(25%,14%,0%,10%)
(0.25/0.14/0.00/0.10)	

CMYK yüzdeleri

%24.89
%13.97
%0
%10.2

Codes

Color #ACC5E5 in popluar color models

ACC5E5
RGB172197229
HSL214°52.29%78.63%
HSB/HSV214°24.89%89.80%
CMYK24.89%13.97%0.00%
10.20%

Color #ACC5E5 in popluar number systems.

HEXACC5E5
Decimal172197229
Binary101011001100010111100101
Octal254305345

Shades and tints

Shades of #ACC5E5

#ACC5E5
(172,197,229)
#9DB4D1
(157,180,209)
#8EA3BD
(142,163,189)
#7F92A9
(127,146,169)
#708195
(112,129,149)
#617081
(97,112,129)
#525F6D
(82,95,109)
#434E59
(67,78,89)
#343D45
(52,61,69)
#252C31
(37,44,49)
#161B1D
(22,27,29)
#000000
(0,0,0)

Tints of #ACC5E5

#ACC5E5
(172,197,229)
#B3CAE7
(179,202,231)
#BACFE9
(186,207,233)
#C1D4EB
(193,212,235)
#C8D9ED
(200,217,237)
#CFDEEF
(207,222,239)
#D6E3F1
(214,227,241)
#DDE8F3
(221,232,243)
#E4EDF5
(228,237,245)
#EBF2F7
(235,242,247)
#F2F7F9
(242,247,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ACC5E5; }

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

This text font color is #ACC5E5.


Background Color

.myBgColor { background-color: #ACC5E5; }

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

This div background color is #ACC5E5.


Border color

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

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

This div border color is #ACC5E5.


Opacity

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

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

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

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

This text has shadow with #ACC5E5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ACC5E5 on black background.


Color preview on white background

This text has color #ACC5E5 on white background.



Black color preview on #ACC5E5 background

This text has black color on #ACC5E5 background.


White color preview on #ACC5E5 background

This text has white color on #ACC5E5 background.