COLOR #ACECF0

HEX: #ACECF0 RGB: (172,236,240)

Renk bilgisi

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

RGB renk modeli

#ACECF0 color RGB value is (172,236,240).

RGB: (172,236,240) (67%, 93%, 94%)

RGB bağlantıları ve doygunluk

R 172 of 255 = 67%
G 236 of 255 = 93%
B 240 of 255 = 94%

172
236
240

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

Yüzdelerle RGB renk parçaları

R + G + B = 172 + 236 + 240 = 648 (100%)
R 172 of 648 ~ 26.54%
G 236 of 648 ~ 36.42%
B 240 of 648 ~ 37.04'%

%26.54
%36.42
%37.04

CMYK RENK MODELİ

#ACECF0 rengi CMYK tonu (28,2,0,6).

  • camgöbeği tonu 28.33%
  • eflatun tonu 1.67%
  • sarı tonu 0.00%
  • ana renk tonu 5.88%

CMYK: (28,2,0,6)
C28M2Y0K6 (28%, 2%, 0%, 6%)
(0.28 / 0.02 / 0.00 / 0.06)

CMYK yüzdeleri

%28.33
%1.67
%0
%5.88

Codes

Color #ACECF0 in popluar color models

AC EC F0
RGB 172 236 240
HSL 184° 69.39% 80.78%
HSB/HSV 184° 28.33% 94.12%
CMYK 28.33% 1.67% 0.00%
5.88%

Color #ACECF0 in popluar number systems.

HEX AC EC F0
Decimal 172 236 240
Binary 10101100 11101100 11110000
Octal 254 354 360

Shades and tints

Shades of #ACECF0

#ACECF0
(172,236,240)
#9DD7DB
(157,215,219)
#8EC2C6
(142,194,198)
#7FADB1
(127,173,177)
#70989C
(112,152,156)
#618387
(97,131,135)
#526E72
(82,110,114)
#43595D
(67,89,93)
#344448
(52,68,72)
#252F33
(37,47,51)
#161A1E
(22,26,30)
#000000
(0,0,0)

Tints of #ACECF0

#ACECF0
(172,236,240)
#B3EDF1
(179,237,241)
#BAEEF2
(186,238,242)
#C1EFF3
(193,239,243)
#C8F0F4
(200,240,244)
#CFF1F5
(207,241,245)
#D6F2F6
(214,242,246)
#DDF3F7
(221,243,247)
#E4F4F8
(228,244,248)
#EBF5F9
(235,245,249)
#F2F6FA
(242,246,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ACECF0 color. Also use rgb(172,236,240) instead hex code.

Text Font Color

.myTextColor { color: #ACECF0; }

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

This text font color is #ACECF0.

Background Color

.myBgColor { background-color: #ACECF0; }

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

This div background color is #ACECF0.

Border color

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

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

This div border color is #ACECF0.

Opacity

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

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

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

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

This text has shadow with #ACECF0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ACECF0.

Preview

Color preview on black background

This text has color #ACECF0 on black background.


Color preview on white background

This text has color #ACECF0 on white background.


Black color preview on #ACECF0 background

This text has black color on #ACECF0 background.


White color preview on #ACECF0 background

This text has white color on #ACECF0 background.


Related colors

Complementary color

Complementary color for #hex is #53130F.


I love getcolorcode.com

Triadic colors

1 #F0ACEC and #ECF0AC with #ACECF0 are triadic colors.

2 #F0ECAC and #ECACF0 with #ACECF0 are triadic colors.