COLOR #E5BEC8

HEX: #E5BEC8
RGB: (229,190,200)

Renk bilgisi

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

RGB renk modeli

#E5BEC8 color RGB value is (229,190,200).

  • kırmız ton 229;
  • yeşil ton 190;
  • mavi ton 200.
RGB:
(229,190,200)
(90%,75%,78%)

RGB bağlantıları ve doygunluk

R 229 of 255 = 90%
G 190 of 255 = 75%
B 200 of 255 = 78%

229
190
200

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

Yüzdelerle RGB renk parçaları

R + G + B =
229 + 190 + 200 = 619 (100%)
R 229 of 619 ~ 37%
G 190 of 619 ~ 30.69%
B 200 of 619 ~ 32.31%

%37
%30.69
%32.31

CMYK RENK MODELİ

#E5BEC8 rengi CMYK tonu (0,17,13,10).

  • camgöbeği tonu 0.00%
  • eflatun tonu 17.03%
  • sarı tonu 12.66%
  • ana renk tonu 10.20%
CMYK:
(0,17,13,10)
C0M17Y13K10 
(0%,17%,13%,10%)
(0.00/0.17/0.13/0.10)	

CMYK yüzdeleri

%0
%17.03
%12.66
%10.2

Codes

Color #E5BEC8 in popluar color models

E5BEC8
RGB229190200
HSL345°42.86%82.16%
HSB/HSV345°17.03%89.80%
CMYK0.00%17.03%12.66%
10.20%

Color #E5BEC8 in popluar number systems.

HEXE5BEC8
Decimal229190200
Binary111001011011111011001000
Octal345276310

Shades and tints

Shades of #E5BEC8

#E5BEC8
(229,190,200)
#D1ADB6
(209,173,182)
#BD9CA4
(189,156,164)
#A98B92
(169,139,146)
#957A80
(149,122,128)
#81696E
(129,105,110)
#6D585C
(109,88,92)
#59474A
(89,71,74)
#453638
(69,54,56)
#312526
(49,37,38)
#1D1414
(29,20,20)
#000000
(0,0,0)

Tints of #E5BEC8

#E5BEC8
(229,190,200)
#E7C3CD
(231,195,205)
#E9C8D2
(233,200,210)
#EBCDD7
(235,205,215)
#EDD2DC
(237,210,220)
#EFD7E1
(239,215,225)
#F1DCE6
(241,220,230)
#F3E1EB
(243,225,235)
#F5E6F0
(245,230,240)
#F7EBF5
(247,235,245)
#F9F0FA
(249,240,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E5BEC8 color. Also use rgb(229,190,200) instead hex code.

Text Font Color

.myTextColor { color: #E5BEC8; }

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

This text font color is #E5BEC8.


Background Color

.myBgColor { background-color: #E5BEC8; }

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

This div background color is #E5BEC8.


Border color

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

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

This div border color is #E5BEC8.


Opacity

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

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

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

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

This text has shadow with #E5BEC8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E5BEC8 on black background.


Color preview on white background

This text has color #E5BEC8 on white background.



Black color preview on #E5BEC8 background

This text has black color on #E5BEC8 background.


White color preview on #E5BEC8 background

This text has white color on #E5BEC8 background.