COLOR #ACE0DB

HEX: #ACE0DB
RGB: (172,224,219)

Renk bilgisi

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

RGB renk modeli

#ACE0DB color RGB value is (172,224,219).

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

RGB bağlantıları ve doygunluk

R 172 of 255 = 67%
G 224 of 255 = 88%
B 219 of 255 = 86%

172
224
219

R + G + B ~ 80%. #ACE0DB is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
172 + 224 + 219 = 615 (100%)
R 172 of 615 ~ 27.97%
G 224 of 615 ~ 36.42%
B 219 of 615 ~ 35.61%

%27.97
%36.42
%35.61

CMYK RENK MODELİ

#ACE0DB rengi CMYK tonu (23,0,2,12).

  • camgöbeği tonu 23.21%
  • eflatun tonu 0.00%
  • sarı tonu 2.23%
  • ana renk tonu 12.16%
CMYK:
(23,0,2,12)
C23M0Y2K12 
(23%,0%,2%,12%)
(0.23/0.00/0.02/0.12)	

CMYK yüzdeleri

%23.21
%0
%2.23
%12.16

Codes

Color #ACE0DB in popluar color models

ACE0DB
RGB172224219
HSL174°45.61%77.65%
HSB/HSV174°23.21%87.84%
CMYK23.21%0.00%2.23%
12.16%

Color #ACE0DB in popluar number systems.

HEXACE0DB
Decimal172224219
Binary101011001110000011011011
Octal254340333

Shades and tints

Shades of #ACE0DB

#ACE0DB
(172,224,219)
#9DCCC8
(157,204,200)
#8EB8B5
(142,184,181)
#7FA4A2
(127,164,162)
#70908F
(112,144,143)
#617C7C
(97,124,124)
#526869
(82,104,105)
#435456
(67,84,86)
#344043
(52,64,67)
#252C30
(37,44,48)
#16181D
(22,24,29)
#000000
(0,0,0)

Tints of #ACE0DB

#ACE0DB
(172,224,219)
#B3E2DE
(179,226,222)
#BAE4E1
(186,228,225)
#C1E6E4
(193,230,228)
#C8E8E7
(200,232,231)
#CFEAEA
(207,234,234)
#D6ECED
(214,236,237)
#DDEEF0
(221,238,240)
#E4F0F3
(228,240,243)
#EBF2F6
(235,242,246)
#F2F4F9
(242,244,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ACE0DB; }

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

This text font color is #ACE0DB.


Background Color

.myBgColor { background-color: #ACE0DB; }

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

This div background color is #ACE0DB.


Border color

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

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

This div border color is #ACE0DB.


Opacity

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

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

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

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

This text has shadow with #ACE0DB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ACE0DB on black background.


Color preview on white background

This text has color #ACE0DB on white background.



Black color preview on #ACE0DB background

This text has black color on #ACE0DB background.


White color preview on #ACE0DB background

This text has white color on #ACE0DB background.