COLOR #ACE4EB

HEX: #ACE4EB
RGB: (172,228,235)

Renk bilgisi

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

RGB renk modeli

#ACE4EB color RGB value is (172,228,235).

  • kırmız ton 172;
  • yeşil ton 228;
  • mavi ton 235.
RGB:
(172,228,235)
(67%,89%,92%)

RGB bağlantıları ve doygunluk

R 172 of 255 = 67%
G 228 of 255 = 89%
B 235 of 255 = 92%

172
228
235

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

Yüzdelerle RGB renk parçaları

R + G + B =
172 + 228 + 235 = 635 (100%)
R 172 of 635 ~ 27.09%
G 228 of 635 ~ 35.91%
B 235 of 635 ~ 37.01%

%27.09
%35.91
%37.01

CMYK RENK MODELİ

#ACE4EB rengi CMYK tonu (27,3,0,8).

  • camgöbeği tonu 26.81%
  • eflatun tonu 2.98%
  • sarı tonu 0.00%
  • ana renk tonu 7.84%
CMYK:
(27,3,0,8)
C27M3Y0K8 
(27%,3%,0%,8%)
(0.27/0.03/0.00/0.08)	

CMYK yüzdeleri

%26.81
%2.98
%0
%7.84

Codes

Color #ACE4EB in popluar color models

ACE4EB
RGB172228235
HSL187°61.17%79.80%
HSB/HSV187°26.81%92.16%
CMYK26.81%2.98%0.00%
7.84%

Color #ACE4EB in popluar number systems.

HEXACE4EB
Decimal172228235
Binary101011001110010011101011
Octal254344353

Shades and tints

Shades of #ACE4EB

#ACE4EB
(172,228,235)
#9DD0D6
(157,208,214)
#8EBCC1
(142,188,193)
#7FA8AC
(127,168,172)
#709497
(112,148,151)
#618082
(97,128,130)
#526C6D
(82,108,109)
#435858
(67,88,88)
#344443
(52,68,67)
#25302E
(37,48,46)
#161C19
(22,28,25)
#000000
(0,0,0)

Tints of #ACE4EB

#ACE4EB
(172,228,235)
#B3E6EC
(179,230,236)
#BAE8ED
(186,232,237)
#C1EAEE
(193,234,238)
#C8ECEF
(200,236,239)
#CFEEF0
(207,238,240)
#D6F0F1
(214,240,241)
#DDF2F2
(221,242,242)
#E4F4F3
(228,244,243)
#EBF6F4
(235,246,244)
#F2F8F5
(242,248,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ACE4EB color. Also use rgb(172,228,235) instead hex code.

Text Font Color

.myTextColor { color: #ACE4EB; }

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

This text font color is #ACE4EB.


Background Color

.myBgColor { background-color: #ACE4EB; }

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

This div background color is #ACE4EB.


Border color

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

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

This div border color is #ACE4EB.


Opacity

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

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

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

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

This text has shadow with #ACE4EB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ACE4EB on black background.


Color preview on white background

This text has color #ACE4EB on white background.



Black color preview on #ACE4EB background

This text has black color on #ACE4EB background.


White color preview on #ACE4EB background

This text has white color on #ACE4EB background.