COLOR #E5ACB9

HEX: #E5ACB9
RGB: (229,172,185)

Renk bilgisi

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

RGB renk modeli

#E5ACB9 color RGB value is (229,172,185).

  • kırmız ton 229;
  • yeşil ton 172;
  • mavi ton 185.
RGB:
(229,172,185)
(90%,67%,73%)

RGB bağlantıları ve doygunluk

R 229 of 255 = 90%
G 172 of 255 = 67%
B 185 of 255 = 73%

229
172
185

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

Yüzdelerle RGB renk parçaları

R + G + B =
229 + 172 + 185 = 586 (100%)
R 229 of 586 ~ 39.08%
G 172 of 586 ~ 29.35%
B 185 of 586 ~ 31.57%

%39.08
%29.35
%31.57

CMYK RENK MODELİ

#E5ACB9 rengi CMYK tonu (0,25,19,10).

  • camgöbeği tonu 0.00%
  • eflatun tonu 24.89%
  • sarı tonu 19.21%
  • ana renk tonu 10.20%
CMYK:
(0,25,19,10)
C0M25Y19K10 
(0%,25%,19%,10%)
(0.00/0.25/0.19/0.10)	

CMYK yüzdeleri

%0
%24.89
%19.21
%10.2

Codes

Color #E5ACB9 in popluar color models

E5ACB9
RGB229172185
HSL346°52.29%78.63%
HSB/HSV346°24.89%89.80%
CMYK0.00%24.89%19.21%
10.20%

Color #E5ACB9 in popluar number systems.

HEXE5ACB9
Decimal229172185
Binary111001011010110010111001
Octal345254271

Shades and tints

Shades of #E5ACB9

#E5ACB9
(229,172,185)
#D19DA9
(209,157,169)
#BD8E99
(189,142,153)
#A97F89
(169,127,137)
#957079
(149,112,121)
#816169
(129,97,105)
#6D5259
(109,82,89)
#594349
(89,67,73)
#453439
(69,52,57)
#312529
(49,37,41)
#1D1619
(29,22,25)
#000000
(0,0,0)

Tints of #E5ACB9

#E5ACB9
(229,172,185)
#E7B3BF
(231,179,191)
#E9BAC5
(233,186,197)
#EBC1CB
(235,193,203)
#EDC8D1
(237,200,209)
#EFCFD7
(239,207,215)
#F1D6DD
(241,214,221)
#F3DDE3
(243,221,227)
#F5E4E9
(245,228,233)
#F7EBEF
(247,235,239)
#F9F2F5
(249,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E5ACB9 color. Also use rgb(229,172,185) instead hex code.

Text Font Color

.myTextColor { color: #E5ACB9; }

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

This text font color is #E5ACB9.


Background Color

.myBgColor { background-color: #E5ACB9; }

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

This div background color is #E5ACB9.


Border color

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

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

This div border color is #E5ACB9.


Opacity

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

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

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

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

This text has shadow with #E5ACB9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E5ACB9 on black background.


Color preview on white background

This text has color #E5ACB9 on white background.



Black color preview on #E5ACB9 background

This text has black color on #E5ACB9 background.


White color preview on #E5ACB9 background

This text has white color on #E5ACB9 background.