COLOR #E5B7C6

HEX: #E5B7C6
RGB: (229,183,198)

Renk bilgisi

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

RGB renk modeli

#E5B7C6 color RGB value is (229,183,198).

  • kırmız ton 229;
  • yeşil ton 183;
  • mavi ton 198.
RGB:
(229,183,198)
(90%,72%,78%)

RGB bağlantıları ve doygunluk

R 229 of 255 = 90%
G 183 of 255 = 72%
B 198 of 255 = 78%

229
183
198

R + G + B ~ 80%. #E5B7C6 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
229 + 183 + 198 = 610 (100%)
R 229 of 610 ~ 37.54%
G 183 of 610 ~ 30%
B 198 of 610 ~ 32.46%

%37.54
%30
%32.46

CMYK RENK MODELİ

#E5B7C6 rengi CMYK tonu (0,20,14,10).

  • camgöbeği tonu 0.00%
  • eflatun tonu 20.09%
  • sarı tonu 13.54%
  • ana renk tonu 10.20%
CMYK:
(0,20,14,10)
C0M20Y14K10 
(0%,20%,14%,10%)
(0.00/0.20/0.14/0.10)	

CMYK yüzdeleri

%0
%20.09
%13.54
%10.2

Codes

Color #E5B7C6 in popluar color models

E5B7C6
RGB229183198
HSL340°46.94%80.78%
HSB/HSV340°20.09%89.80%
CMYK0.00%20.09%13.54%
10.20%

Color #E5B7C6 in popluar number systems.

HEXE5B7C6
Decimal229183198
Binary111001011011011111000110
Octal345267306

Shades and tints

Shades of #E5B7C6

#E5B7C6
(229,183,198)
#D1A7B4
(209,167,180)
#BD97A2
(189,151,162)
#A98790
(169,135,144)
#95777E
(149,119,126)
#81676C
(129,103,108)
#6D575A
(109,87,90)
#594748
(89,71,72)
#453736
(69,55,54)
#312724
(49,39,36)
#1D1712
(29,23,18)
#000000
(0,0,0)

Tints of #E5B7C6

#E5B7C6
(229,183,198)
#E7BDCB
(231,189,203)
#E9C3D0
(233,195,208)
#EBC9D5
(235,201,213)
#EDCFDA
(237,207,218)
#EFD5DF
(239,213,223)
#F1DBE4
(241,219,228)
#F3E1E9
(243,225,233)
#F5E7EE
(245,231,238)
#F7EDF3
(247,237,243)
#F9F3F8
(249,243,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E5B7C6 color. Also use rgb(229,183,198) instead hex code.

Text Font Color

.myTextColor { color: #E5B7C6; }

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

This text font color is #E5B7C6.


Background Color

.myBgColor { background-color: #E5B7C6; }

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

This div background color is #E5B7C6.


Border color

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

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

This div border color is #E5B7C6.


Opacity

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

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

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

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

This text has shadow with #E5B7C6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E5B7C6 on black background.


Color preview on white background

This text has color #E5B7C6 on white background.



Black color preview on #E5B7C6 background

This text has black color on #E5B7C6 background.


White color preview on #E5B7C6 background

This text has white color on #E5B7C6 background.