COLOR #ACE5E9

HEX: #ACE5E9
RGB: (172,229,233)

Renk bilgisi

#ACE5E9 contains mainly green and blue colors. #ACE5E9 ‘ nin web güvenlik rengi #99CCFF (ya da #9CF) dir.

RGB renk modeli

#ACE5E9 color RGB value is (172,229,233).

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

RGB bağlantıları ve doygunluk

R 172 of 255 = 67%
G 229 of 255 = 90%
B 233 of 255 = 91%

172
229
233

R + G + B ~ 83%. #ACE5E9 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
172 + 229 + 233 = 634 (100%)
R 172 of 634 ~ 27.13%
G 229 of 634 ~ 36.12%
B 233 of 634 ~ 36.75%

%27.13
%36.12
%36.75

CMYK RENK MODELİ

#ACE5E9 rengi CMYK tonu (26,2,0,9).

  • camgöbeği tonu 26.18%
  • eflatun tonu 1.72%
  • sarı tonu 0.00%
  • ana renk tonu 8.63%
CMYK:
(26,2,0,9)
C26M2Y0K9 
(26%,2%,0%,9%)
(0.26/0.02/0.00/0.09)	

CMYK yüzdeleri

%26.18
%1.72
%0
%8.63

Codes

Color #ACE5E9 in popluar color models

ACE5E9
RGB172229233
HSL184°58.10%79.41%
HSB/HSV184°26.18%91.37%
CMYK26.18%1.72%0.00%
8.63%

Color #ACE5E9 in popluar number systems.

HEXACE5E9
Decimal172229233
Binary101011001110010111101001
Octal254345351

Shades and tints

Shades of #ACE5E9

#ACE5E9
(172,229,233)
#9DD1D4
(157,209,212)
#8EBDBF
(142,189,191)
#7FA9AA
(127,169,170)
#709595
(112,149,149)
#618180
(97,129,128)
#526D6B
(82,109,107)
#435956
(67,89,86)
#344541
(52,69,65)
#25312C
(37,49,44)
#161D17
(22,29,23)
#000000
(0,0,0)

Tints of #ACE5E9

#ACE5E9
(172,229,233)
#B3E7EB
(179,231,235)
#BAE9ED
(186,233,237)
#C1EBEF
(193,235,239)
#C8EDF1
(200,237,241)
#CFEFF3
(207,239,243)
#D6F1F5
(214,241,245)
#DDF3F7
(221,243,247)
#E4F5F9
(228,245,249)
#EBF7FB
(235,247,251)
#F2F9FD
(242,249,253)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ACE5E9; }

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

This text font color is #ACE5E9.


Background Color

.myBgColor { background-color: #ACE5E9; }

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

This div background color is #ACE5E9.


Border color

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

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

This div border color is #ACE5E9.


Opacity

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

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

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

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

This text has shadow with #ACE5E9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ACE5E9 on black background.


Color preview on white background

This text has color #ACE5E9 on white background.



Black color preview on #ACE5E9 background

This text has black color on #ACE5E9 background.


White color preview on #ACE5E9 background

This text has white color on #ACE5E9 background.