COLOR #E7BEE5

HEX: #E7BEE5
RGB: (231,190,229)

Renk bilgisi

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

RGB renk modeli

#E7BEE5 color RGB value is (231,190,229).

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

RGB bağlantıları ve doygunluk

R 231 of 255 = 91%
G 190 of 255 = 75%
B 229 of 255 = 90%

231
190
229

R + G + B ~ 85%. #E7BEE5 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
231 + 190 + 229 = 650 (100%)
R 231 of 650 ~ 35.54%
G 190 of 650 ~ 29.23%
B 229 of 650 ~ 35.23%

%35.54
%29.23
%35.23

CMYK RENK MODELİ

#E7BEE5 rengi CMYK tonu (0,18,1,9).

  • camgöbeği tonu 0.00%
  • eflatun tonu 17.75%
  • sarı tonu 0.87%
  • ana renk tonu 9.41%
CMYK:
(0,18,1,9)
C0M18Y1K9 
(0%,18%,1%,9%)
(0.00/0.18/0.01/0.09)	

CMYK yüzdeleri

%0
%17.75
%0.87
%9.41

Codes

Color #E7BEE5 in popluar color models

E7BEE5
RGB231190229
HSL303°46.07%82.55%
HSB/HSV303°17.75%90.59%
CMYK0.00%17.75%0.87%
9.41%

Color #E7BEE5 in popluar number systems.

HEXE7BEE5
Decimal231190229
Binary111001111011111011100101
Octal347276345

Shades and tints

Shades of #E7BEE5

#E7BEE5
(231,190,229)
#D2ADD1
(210,173,209)
#BD9CBD
(189,156,189)
#A88BA9
(168,139,169)
#937A95
(147,122,149)
#7E6981
(126,105,129)
#69586D
(105,88,109)
#544759
(84,71,89)
#3F3645
(63,54,69)
#2A2531
(42,37,49)
#15141D
(21,20,29)
#000000
(0,0,0)

Tints of #E7BEE5

#E7BEE5
(231,190,229)
#E9C3E7
(233,195,231)
#EBC8E9
(235,200,233)
#EDCDEB
(237,205,235)
#EFD2ED
(239,210,237)
#F1D7EF
(241,215,239)
#F3DCF1
(243,220,241)
#F5E1F3
(245,225,243)
#F7E6F5
(247,230,245)
#F9EBF7
(249,235,247)
#FBF0F9
(251,240,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E7BEE5; }

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

This text font color is #E7BEE5.


Background Color

.myBgColor { background-color: #E7BEE5; }

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

This div background color is #E7BEE5.


Border color

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

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

This div border color is #E7BEE5.


Opacity

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

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

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

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

This text has shadow with #E7BEE5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E7BEE5 on black background.


Color preview on white background

This text has color #E7BEE5 on white background.



Black color preview on #E7BEE5 background

This text has black color on #E7BEE5 background.


White color preview on #E7BEE5 background

This text has white color on #E7BEE5 background.