COLOR #E6BDE5

HEX: #E6BDE5
RGB: (230,189,229)

Renk bilgisi

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

RGB renk modeli

#E6BDE5 color RGB value is (230,189,229).

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

RGB bağlantıları ve doygunluk

R 230 of 255 = 90%
G 189 of 255 = 74%
B 229 of 255 = 90%

230
189
229

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

Yüzdelerle RGB renk parçaları

R + G + B =
230 + 189 + 229 = 648 (100%)
R 230 of 648 ~ 35.49%
G 189 of 648 ~ 29.17%
B 229 of 648 ~ 35.34%

%35.49
%29.17
%35.34

CMYK RENK MODELİ

#E6BDE5 rengi CMYK tonu (0,18,0,10).

  • camgöbeği tonu 0.00%
  • eflatun tonu 17.83%
  • sarı tonu 0.43%
  • ana renk tonu 9.80%
CMYK:
(0,18,0,10)
C0M18Y0K10 
(0%,18%,0%,10%)
(0.00/0.18/0.00/0.10)	

CMYK yüzdeleri

%0
%17.83
%0.43
%9.8

Codes

Color #E6BDE5 in popluar color models

E6BDE5
RGB230189229
HSL301°45.05%82.16%
HSB/HSV301°17.83%90.20%
CMYK0.00%17.83%0.43%
9.80%

Color #E6BDE5 in popluar number systems.

HEXE6BDE5
Decimal230189229
Binary111001101011110111100101
Octal346275345

Shades and tints

Shades of #E6BDE5

#E6BDE5
(230,189,229)
#D2ACD1
(210,172,209)
#BE9BBD
(190,155,189)
#AA8AA9
(170,138,169)
#967995
(150,121,149)
#826881
(130,104,129)
#6E576D
(110,87,109)
#5A4659
(90,70,89)
#463545
(70,53,69)
#322431
(50,36,49)
#1E131D
(30,19,29)
#000000
(0,0,0)

Tints of #E6BDE5

#E6BDE5
(230,189,229)
#E8C3E7
(232,195,231)
#EAC9E9
(234,201,233)
#ECCFEB
(236,207,235)
#EED5ED
(238,213,237)
#F0DBEF
(240,219,239)
#F2E1F1
(242,225,241)
#F4E7F3
(244,231,243)
#F6EDF5
(246,237,245)
#F8F3F7
(248,243,247)
#FAF9F9
(250,249,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E6BDE5 color. Also use rgb(230,189,229) instead hex code.

Text Font Color

.myTextColor { color: #E6BDE5; }

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

This text font color is #E6BDE5.


Background Color

.myBgColor { background-color: #E6BDE5; }

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

This div background color is #E6BDE5.


Border color

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

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

This div border color is #E6BDE5.


Opacity

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

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

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

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

This text has shadow with #E6BDE5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6BDE5 on black background.


Color preview on white background

This text has color #E6BDE5 on white background.



Black color preview on #E6BDE5 background

This text has black color on #E6BDE5 background.


White color preview on #E6BDE5 background

This text has white color on #E6BDE5 background.