COLOR #ACE7F6

HEX: #ACE7F6
RGB: (172,231,246)

Renk bilgisi

#ACE7F6 contains mainly green and blue colors. #ACE7F6 ‘ nin web güvenlik rengi #99FFFF (ya da #9FF) dir.

RGB renk modeli

#ACE7F6 color RGB value is (172,231,246).

  • kırmız ton 172;
  • yeşil ton 231;
  • mavi ton 246.
RGB:
(172,231,246)
(67%,91%,96%)

RGB bağlantıları ve doygunluk

R 172 of 255 = 67%
G 231 of 255 = 91%
B 246 of 255 = 96%

172
231
246

R + G + B ~ 85%. #ACE7F6 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
172 + 231 + 246 = 649 (100%)
R 172 of 649 ~ 26.5%
G 231 of 649 ~ 35.59%
B 246 of 649 ~ 37.9%

%26.5
%35.59
%37.9

CMYK RENK MODELİ

#ACE7F6 rengi CMYK tonu (30,6,0,4).

  • camgöbeği tonu 30.08%
  • eflatun tonu 6.10%
  • sarı tonu 0.00%
  • ana renk tonu 3.53%
CMYK:
(30,6,0,4)
C30M6Y0K4 
(30%,6%,0%,4%)
(0.30/0.06/0.00/0.04)	

CMYK yüzdeleri

%30.08
%6.1
%0
%3.53

Codes

Color #ACE7F6 in popluar color models

ACE7F6
RGB172231246
HSL192°80.43%81.96%
HSB/HSV192°30.08%96.47%
CMYK30.08%6.10%0.00%
3.53%

Color #ACE7F6 in popluar number systems.

HEXACE7F6
Decimal172231246
Binary101011001110011111110110
Octal254347366

Shades and tints

Shades of #ACE7F6

#ACE7F6
(172,231,246)
#9DD2E0
(157,210,224)
#8EBDCA
(142,189,202)
#7FA8B4
(127,168,180)
#70939E
(112,147,158)
#617E88
(97,126,136)
#526972
(82,105,114)
#43545C
(67,84,92)
#343F46
(52,63,70)
#252A30
(37,42,48)
#16151A
(22,21,26)
#000000
(0,0,0)

Tints of #ACE7F6

#ACE7F6
(172,231,246)
#B3E9F6
(179,233,246)
#BAEBF6
(186,235,246)
#C1EDF6
(193,237,246)
#C8EFF6
(200,239,246)
#CFF1F6
(207,241,246)
#D6F3F6
(214,243,246)
#DDF5F6
(221,245,246)
#E4F7F6
(228,247,246)
#EBF9F6
(235,249,246)
#F2FBF6
(242,251,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ACE7F6 color. Also use rgb(172,231,246) instead hex code.

Text Font Color

.myTextColor { color: #ACE7F6; }

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

This text font color is #ACE7F6.


Background Color

.myBgColor { background-color: #ACE7F6; }

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

This div background color is #ACE7F6.


Border color

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

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

This div border color is #ACE7F6.


Opacity

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

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

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

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

This text has shadow with #ACE7F6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ACE7F6 on black background.


Color preview on white background

This text has color #ACE7F6 on white background.



Black color preview on #ACE7F6 background

This text has black color on #ACE7F6 background.


White color preview on #ACE7F6 background

This text has white color on #ACE7F6 background.