COLOR #AE7D7B

HEX: #AE7D7B
RGB: (174,125,123)

Renk bilgisi

#AE7D7B contains red, green and blue colors in about the same proportion. #AE7D7B ‘ nin web güvenlik rengi #996666 (ya da #966) dir.

RGB renk modeli

#AE7D7B color RGB value is (174,125,123).

  • kırmız ton 174;
  • yeşil ton 125;
  • mavi ton 123.
RGB:
(174,125,123)
(68%,49%,48%)

RGB bağlantıları ve doygunluk

R 174 of 255 = 68%
G 125 of 255 = 49%
B 123 of 255 = 48%

174
125
123

R + G + B ~ 55%. #AE7D7B is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
174 + 125 + 123 = 422 (100%)
R 174 of 422 ~ 41.23%
G 125 of 422 ~ 29.62%
B 123 of 422 ~ 29.15%

%41.23
%29.62
%29.15

CMYK RENK MODELİ

#AE7D7B rengi CMYK tonu (0,28,29,32).

  • camgöbeği tonu 0.00%
  • eflatun tonu 28.16%
  • sarı tonu 29.31%
  • ana renk tonu 31.76%
CMYK:
(0,28,29,32)
C0M28Y29K32 
(0%,28%,29%,32%)
(0.00/0.28/0.29/0.32)	

CMYK yüzdeleri

%0
%28.16
%29.31
%31.76

Codes

Color #AE7D7B in popluar color models

AE7D7B
RGB174125123
HSL23.94%58.24%
HSB/HSV29.31%68.24%
CMYK0.00%28.16%29.31%
31.76%

Color #AE7D7B in popluar number systems.

HEXAE7D7B
Decimal174125123
Binary1010111011111011111011
Octal256175173

Shades and tints

Shades of #AE7D7B

#AE7D7B
(174,125,123)
#9F7270
(159,114,112)
#906765
(144,103,101)
#815C5A
(129,92,90)
#72514F
(114,81,79)
#634644
(99,70,68)
#543B39
(84,59,57)
#45302E
(69,48,46)
#362523
(54,37,35)
#271A18
(39,26,24)
#180F0D
(24,15,13)
#000000
(0,0,0)

Tints of #AE7D7B

#AE7D7B
(174,125,123)
#B58887
(181,136,135)
#BC9393
(188,147,147)
#C39E9F
(195,158,159)
#CAA9AB
(202,169,171)
#D1B4B7
(209,180,183)
#D8BFC3
(216,191,195)
#DFCACF
(223,202,207)
#E6D5DB
(230,213,219)
#EDE0E7
(237,224,231)
#F4EBF3
(244,235,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AE7D7B color. Also use rgb(174,125,123) instead hex code.

Text Font Color

.myTextColor { color: #AE7D7B; }

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

This text font color is #AE7D7B.


Background Color

.myBgColor { background-color: #AE7D7B; }

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

This div background color is #AE7D7B.


Border color

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

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

This div border color is #AE7D7B.


Opacity

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

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

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

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

This text has shadow with #AE7D7B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AE7D7B on black background.


Color preview on white background

This text has color #AE7D7B on white background.



Black color preview on #AE7D7B background

This text has black color on #AE7D7B background.


White color preview on #AE7D7B background

This text has white color on #AE7D7B background.