COLOR #AEBE9B

HEX: #AEBE9B
RGB: (174,190,155)

Renk bilgisi

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

RGB renk modeli

#AEBE9B color RGB value is (174,190,155).

  • kırmız ton 174;
  • yeşil ton 190;
  • mavi ton 155.
RGB:
(174,190,155)
(68%,75%,61%)

RGB bağlantıları ve doygunluk

R 174 of 255 = 68%
G 190 of 255 = 75%
B 155 of 255 = 61%

174
190
155

R + G + B ~ 68%. #AEBE9B is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
174 + 190 + 155 = 519 (100%)
R 174 of 519 ~ 33.53%
G 190 of 519 ~ 36.61%
B 155 of 519 ~ 29.87%

%33.53
%36.61
%29.87

CMYK RENK MODELİ

#AEBE9B rengi CMYK tonu (8,0,18,25).

  • camgöbeği tonu 8.42%
  • eflatun tonu 0.00%
  • sarı tonu 18.42%
  • ana renk tonu 25.49%
CMYK:
(8,0,18,25)
C8M0Y18K25 
(8%,0%,18%,25%)
(0.08/0.00/0.18/0.25)	

CMYK yüzdeleri

%8.42
%0
%18.42
%25.49

Codes

Color #AEBE9B in popluar color models

AEBE9B
RGB174190155
HSL87°21.21%67.65%
HSB/HSV87°18.42%74.51%
CMYK8.42%0.00%18.42%
25.49%

Color #AEBE9B in popluar number systems.

HEXAEBE9B
Decimal174190155
Binary101011101011111010011011
Octal256276233

Shades and tints

Shades of #AEBE9B

#AEBE9B
(174,190,155)
#9FAD8D
(159,173,141)
#909C7F
(144,156,127)
#818B71
(129,139,113)
#727A63
(114,122,99)
#636955
(99,105,85)
#545847
(84,88,71)
#454739
(69,71,57)
#36362B
(54,54,43)
#27251D
(39,37,29)
#18140F
(24,20,15)
#000000
(0,0,0)

Tints of #AEBE9B

#AEBE9B
(174,190,155)
#B5C3A4
(181,195,164)
#BCC8AD
(188,200,173)
#C3CDB6
(195,205,182)
#CAD2BF
(202,210,191)
#D1D7C8
(209,215,200)
#D8DCD1
(216,220,209)
#DFE1DA
(223,225,218)
#E6E6E3
(230,230,227)
#EDEBEC
(237,235,236)
#F4F0F5
(244,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AEBE9B color. Also use rgb(174,190,155) instead hex code.

Text Font Color

.myTextColor { color: #AEBE9B; }

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

This text font color is #AEBE9B.


Background Color

.myBgColor { background-color: #AEBE9B; }

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

This div background color is #AEBE9B.


Border color

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

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

This div border color is #AEBE9B.


Opacity

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

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

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

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

This text has shadow with #AEBE9B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AEBE9B on black background.


Color preview on white background

This text has color #AEBE9B on white background.



Black color preview on #AEBE9B background

This text has black color on #AEBE9B background.


White color preview on #AEBE9B background

This text has white color on #AEBE9B background.