COLOR #ACEB96

HEX: #ACEB96
RGB: (172,235,150)

Renk bilgisi

#ACEB96 contains mainly green color. #ACEB96 ‘ nin web güvenlik rengi #99FF99 (ya da #9F9) dir.

RGB renk modeli

#ACEB96 color RGB value is (172,235,150).

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

RGB bağlantıları ve doygunluk

R 172 of 255 = 67%
G 235 of 255 = 92%
B 150 of 255 = 59%

172
235
150

R + G + B ~ 73%. #ACEB96 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
172 + 235 + 150 = 557 (100%)
R 172 of 557 ~ 30.88%
G 235 of 557 ~ 42.19%
B 150 of 557 ~ 26.93%

%30.88
%42.19
%26.93

CMYK RENK MODELİ

#ACEB96 rengi CMYK tonu (27,0,36,8).

  • camgöbeği tonu 26.81%
  • eflatun tonu 0.00%
  • sarı tonu 36.17%
  • ana renk tonu 7.84%
CMYK:
(27,0,36,8)
C27M0Y36K8 
(27%,0%,36%,8%)
(0.27/0.00/0.36/0.08)	

CMYK yüzdeleri

%26.81
%0
%36.17
%7.84

Codes

Color #ACEB96 in popluar color models

ACEB96
RGB172235150
HSL104°68.00%75.49%
HSB/HSV104°36.17%92.16%
CMYK26.81%0.00%36.17%
7.84%

Color #ACEB96 in popluar number systems.

HEXACEB96
Decimal172235150
Binary101011001110101110010110
Octal254353226

Shades and tints

Shades of #ACEB96

#ACEB96
(172,235,150)
#9DD689
(157,214,137)
#8EC17C
(142,193,124)
#7FAC6F
(127,172,111)
#709762
(112,151,98)
#618255
(97,130,85)
#526D48
(82,109,72)
#43583B
(67,88,59)
#34432E
(52,67,46)
#252E21
(37,46,33)
#161914
(22,25,20)
#000000
(0,0,0)

Tints of #ACEB96

#ACEB96
(172,235,150)
#B3EC9F
(179,236,159)
#BAEDA8
(186,237,168)
#C1EEB1
(193,238,177)
#C8EFBA
(200,239,186)
#CFF0C3
(207,240,195)
#D6F1CC
(214,241,204)
#DDF2D5
(221,242,213)
#E4F3DE
(228,243,222)
#EBF4E7
(235,244,231)
#F2F5F0
(242,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ACEB96; }

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

This text font color is #ACEB96.


Background Color

.myBgColor { background-color: #ACEB96; }

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

This div background color is #ACEB96.


Border color

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

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

This div border color is #ACEB96.


Opacity

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

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

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

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

This text has shadow with #ACEB96 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ACEB96 on black background.


Color preview on white background

This text has color #ACEB96 on white background.



Black color preview on #ACEB96 background

This text has black color on #ACEB96 background.


White color preview on #ACEB96 background

This text has white color on #ACEB96 background.