COLOR #E5BCC6

HEX: #E5BCC6
RGB: (229,188,198)

Renk bilgisi

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

RGB renk modeli

#E5BCC6 color RGB value is (229,188,198).

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

RGB bağlantıları ve doygunluk

R 229 of 255 = 90%
G 188 of 255 = 74%
B 198 of 255 = 78%

229
188
198

R + G + B ~ 81%. #E5BCC6 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
229 + 188 + 198 = 615 (100%)
R 229 of 615 ~ 37.24%
G 188 of 615 ~ 30.57%
B 198 of 615 ~ 32.2%

%37.24
%30.57
%32.2

CMYK RENK MODELİ

#E5BCC6 rengi CMYK tonu (0,18,14,10).

  • camgöbeği tonu 0.00%
  • eflatun tonu 17.90%
  • sarı tonu 13.54%
  • ana renk tonu 10.20%
CMYK:
(0,18,14,10)
C0M18Y14K10 
(0%,18%,14%,10%)
(0.00/0.18/0.14/0.10)	

CMYK yüzdeleri

%0
%17.9
%13.54
%10.2

Codes

Color #E5BCC6 in popluar color models

E5BCC6
RGB229188198
HSL345°44.09%81.76%
HSB/HSV345°17.90%89.80%
CMYK0.00%17.90%13.54%
10.20%

Color #E5BCC6 in popluar number systems.

HEXE5BCC6
Decimal229188198
Binary111001011011110011000110
Octal345274306

Shades and tints

Shades of #E5BCC6

#E5BCC6
(229,188,198)
#D1ABB4
(209,171,180)
#BD9AA2
(189,154,162)
#A98990
(169,137,144)
#95787E
(149,120,126)
#81676C
(129,103,108)
#6D565A
(109,86,90)
#594548
(89,69,72)
#453436
(69,52,54)
#312324
(49,35,36)
#1D1212
(29,18,18)
#000000
(0,0,0)

Tints of #E5BCC6

#E5BCC6
(229,188,198)
#E7C2CB
(231,194,203)
#E9C8D0
(233,200,208)
#EBCED5
(235,206,213)
#EDD4DA
(237,212,218)
#EFDADF
(239,218,223)
#F1E0E4
(241,224,228)
#F3E6E9
(243,230,233)
#F5ECEE
(245,236,238)
#F7F2F3
(247,242,243)
#F9F8F8
(249,248,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E5BCC6; }

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

This text font color is #E5BCC6.


Background Color

.myBgColor { background-color: #E5BCC6; }

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

This div background color is #E5BCC6.


Border color

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

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

This div border color is #E5BCC6.


Opacity

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

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

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

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

This text has shadow with #E5BCC6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E5BCC6 on black background.


Color preview on white background

This text has color #E5BCC6 on white background.



Black color preview on #E5BCC6 background

This text has black color on #E5BCC6 background.


White color preview on #E5BCC6 background

This text has white color on #E5BCC6 background.