COLOR #E1BEC1

HEX: #E1BEC1
RGB: (225,190,193)

Renk bilgisi

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

RGB renk modeli

#E1BEC1 color RGB value is (225,190,193).

  • kırmız ton 225;
  • yeşil ton 190;
  • mavi ton 193.
RGB:
(225,190,193)
(88%,75%,76%)

RGB bağlantıları ve doygunluk

R 225 of 255 = 88%
G 190 of 255 = 75%
B 193 of 255 = 76%

225
190
193

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

Yüzdelerle RGB renk parçaları

R + G + B =
225 + 190 + 193 = 608 (100%)
R 225 of 608 ~ 37.01%
G 190 of 608 ~ 31.25%
B 193 of 608 ~ 31.74%

%37.01
%31.25
%31.74

CMYK RENK MODELİ

#E1BEC1 rengi CMYK tonu (0,16,14,12).

  • camgöbeği tonu 0.00%
  • eflatun tonu 15.56%
  • sarı tonu 14.22%
  • ana renk tonu 11.76%
CMYK:
(0,16,14,12)
C0M16Y14K12 
(0%,16%,14%,12%)
(0.00/0.16/0.14/0.12)	

CMYK yüzdeleri

%0
%15.56
%14.22
%11.76

Codes

Color #E1BEC1 in popluar color models

E1BEC1
RGB225190193
HSL355°36.84%81.37%
HSB/HSV355°15.56%88.24%
CMYK0.00%15.56%14.22%
11.76%

Color #E1BEC1 in popluar number systems.

HEXE1BEC1
Decimal225190193
Binary111000011011111011000001
Octal341276301

Shades and tints

Shades of #E1BEC1

#E1BEC1
(225,190,193)
#CDADB0
(205,173,176)
#B99C9F
(185,156,159)
#A58B8E
(165,139,142)
#917A7D
(145,122,125)
#7D696C
(125,105,108)
#69585B
(105,88,91)
#55474A
(85,71,74)
#413639
(65,54,57)
#2D2528
(45,37,40)
#191417
(25,20,23)
#000000
(0,0,0)

Tints of #E1BEC1

#E1BEC1
(225,190,193)
#E3C3C6
(227,195,198)
#E5C8CB
(229,200,203)
#E7CDD0
(231,205,208)
#E9D2D5
(233,210,213)
#EBD7DA
(235,215,218)
#EDDCDF
(237,220,223)
#EFE1E4
(239,225,228)
#F1E6E9
(241,230,233)
#F3EBEE
(243,235,238)
#F5F0F3
(245,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E1BEC1 color. Also use rgb(225,190,193) instead hex code.

Text Font Color

.myTextColor { color: #E1BEC1; }

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

This text font color is #E1BEC1.


Background Color

.myBgColor { background-color: #E1BEC1; }

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

This div background color is #E1BEC1.


Border color

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

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

This div border color is #E1BEC1.


Opacity

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

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

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

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

This text has shadow with #E1BEC1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E1BEC1 on black background.


Color preview on white background

This text has color #E1BEC1 on white background.



Black color preview on #E1BEC1 background

This text has black color on #E1BEC1 background.


White color preview on #E1BEC1 background

This text has white color on #E1BEC1 background.