COLOR #ACEEB6

HEX: #ACEEB6
RGB: (172,238,182)

Renk bilgisi

#ACEEB6 contains mainly green and blue colors. #ACEEB6 ‘ nin web güvenlik rengi #99FFCC (ya da #9FC) dir.

RGB renk modeli

#ACEEB6 color RGB value is (172,238,182).

  • kırmız ton 172;
  • yeşil ton 238;
  • mavi ton 182.
RGB:
(172,238,182)
(67%,93%,71%)

RGB bağlantıları ve doygunluk

R 172 of 255 = 67%
G 238 of 255 = 93%
B 182 of 255 = 71%

172
238
182

R + G + B ~ 77%. #ACEEB6 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
172 + 238 + 182 = 592 (100%)
R 172 of 592 ~ 29.05%
G 238 of 592 ~ 40.2%
B 182 of 592 ~ 30.74%

%29.05
%40.2
%30.74

CMYK RENK MODELİ

#ACEEB6 rengi CMYK tonu (28,0,24,7).

  • camgöbeği tonu 27.73%
  • eflatun tonu 0.00%
  • sarı tonu 23.53%
  • ana renk tonu 6.67%
CMYK:
(28,0,24,7)
C28M0Y24K7 
(28%,0%,24%,7%)
(0.28/0.00/0.24/0.07)	

CMYK yüzdeleri

%27.73
%0
%23.53
%6.67

Codes

Color #ACEEB6 in popluar color models

ACEEB6
RGB172238182
HSL129°66.00%80.39%
HSB/HSV129°27.73%93.33%
CMYK27.73%0.00%23.53%
6.67%

Color #ACEEB6 in popluar number systems.

HEXACEEB6
Decimal172238182
Binary101011001110111010110110
Octal254356266

Shades and tints

Shades of #ACEEB6

#ACEEB6
(172,238,182)
#9DD9A6
(157,217,166)
#8EC496
(142,196,150)
#7FAF86
(127,175,134)
#709A76
(112,154,118)
#618566
(97,133,102)
#527056
(82,112,86)
#435B46
(67,91,70)
#344636
(52,70,54)
#253126
(37,49,38)
#161C16
(22,28,22)
#000000
(0,0,0)

Tints of #ACEEB6

#ACEEB6
(172,238,182)
#B3EFBC
(179,239,188)
#BAF0C2
(186,240,194)
#C1F1C8
(193,241,200)
#C8F2CE
(200,242,206)
#CFF3D4
(207,243,212)
#D6F4DA
(214,244,218)
#DDF5E0
(221,245,224)
#E4F6E6
(228,246,230)
#EBF7EC
(235,247,236)
#F2F8F2
(242,248,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ACEEB6 color. Also use rgb(172,238,182) instead hex code.

Text Font Color

.myTextColor { color: #ACEEB6; }

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

This text font color is #ACEEB6.


Background Color

.myBgColor { background-color: #ACEEB6; }

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

This div background color is #ACEEB6.


Border color

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

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

This div border color is #ACEEB6.


Opacity

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

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

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

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

This text has shadow with #ACEEB6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ACEEB6 on black background.


Color preview on white background

This text has color #ACEEB6 on white background.



Black color preview on #ACEEB6 background

This text has black color on #ACEEB6 background.


White color preview on #ACEEB6 background

This text has white color on #ACEEB6 background.