COLOR #ACE6DB

HEX: #ACE6DB
RGB: (172,230,219)

Renk bilgisi

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

RGB renk modeli

#ACE6DB color RGB value is (172,230,219).

  • kırmız ton 172;
  • yeşil ton 230;
  • mavi ton 219.
RGB:
(172,230,219)
(67%,90%,86%)

RGB bağlantıları ve doygunluk

R 172 of 255 = 67%
G 230 of 255 = 90%
B 219 of 255 = 86%

172
230
219

R + G + B ~ 81%. #ACE6DB is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
172 + 230 + 219 = 621 (100%)
R 172 of 621 ~ 27.7%
G 230 of 621 ~ 37.04%
B 219 of 621 ~ 35.27%

%27.7
%37.04
%35.27

CMYK RENK MODELİ

#ACE6DB rengi CMYK tonu (25,0,5,10).

  • camgöbeği tonu 25.22%
  • eflatun tonu 0.00%
  • sarı tonu 4.78%
  • ana renk tonu 9.80%
CMYK:
(25,0,5,10)
C25M0Y5K10 
(25%,0%,5%,10%)
(0.25/0.00/0.05/0.10)	

CMYK yüzdeleri

%25.22
%0
%4.78
%9.8

Codes

Color #ACE6DB in popluar color models

ACE6DB
RGB172230219
HSL169°53.70%78.82%
HSB/HSV169°25.22%90.20%
CMYK25.22%0.00%4.78%
9.80%

Color #ACE6DB in popluar number systems.

HEXACE6DB
Decimal172230219
Binary101011001110011011011011
Octal254346333

Shades and tints

Shades of #ACE6DB

#ACE6DB
(172,230,219)
#9DD2C8
(157,210,200)
#8EBEB5
(142,190,181)
#7FAAA2
(127,170,162)
#70968F
(112,150,143)
#61827C
(97,130,124)
#526E69
(82,110,105)
#435A56
(67,90,86)
#344643
(52,70,67)
#253230
(37,50,48)
#161E1D
(22,30,29)
#000000
(0,0,0)

Tints of #ACE6DB

#ACE6DB
(172,230,219)
#B3E8DE
(179,232,222)
#BAEAE1
(186,234,225)
#C1ECE4
(193,236,228)
#C8EEE7
(200,238,231)
#CFF0EA
(207,240,234)
#D6F2ED
(214,242,237)
#DDF4F0
(221,244,240)
#E4F6F3
(228,246,243)
#EBF8F6
(235,248,246)
#F2FAF9
(242,250,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ACE6DB color. Also use rgb(172,230,219) instead hex code.

Text Font Color

.myTextColor { color: #ACE6DB; }

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

This text font color is #ACE6DB.


Background Color

.myBgColor { background-color: #ACE6DB; }

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

This div background color is #ACE6DB.


Border color

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

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

This div border color is #ACE6DB.


Opacity

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

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

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

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

This text has shadow with #ACE6DB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ACE6DB on black background.


Color preview on white background

This text has color #ACE6DB on white background.



Black color preview on #ACE6DB background

This text has black color on #ACE6DB background.


White color preview on #ACE6DB background

This text has white color on #ACE6DB background.