COLOR #E6B5DE

HEX: #E6B5DE
RGB: (230,181,222)

Renk bilgisi

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

RGB renk modeli

#E6B5DE color RGB value is (230,181,222).

  • kırmız ton 230;
  • yeşil ton 181;
  • mavi ton 222.
RGB:
(230,181,222)
(90%,71%,87%)

RGB bağlantıları ve doygunluk

R 230 of 255 = 90%
G 181 of 255 = 71%
B 222 of 255 = 87%

230
181
222

R + G + B ~ 83%. #E6B5DE is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
230 + 181 + 222 = 633 (100%)
R 230 of 633 ~ 36.33%
G 181 of 633 ~ 28.59%
B 222 of 633 ~ 35.07%

%36.33
%28.59
%35.07

CMYK RENK MODELİ

#E6B5DE rengi CMYK tonu (0,21,3,10).

  • camgöbeği tonu 0.00%
  • eflatun tonu 21.30%
  • sarı tonu 3.48%
  • ana renk tonu 9.80%
CMYK:
(0,21,3,10)
C0M21Y3K10 
(0%,21%,3%,10%)
(0.00/0.21/0.03/0.10)	

CMYK yüzdeleri

%0
%21.3
%3.48
%9.8

Codes

Color #E6B5DE in popluar color models

E6B5DE
RGB230181222
HSL310°49.49%80.59%
HSB/HSV310°21.30%90.20%
CMYK0.00%21.30%3.48%
9.80%

Color #E6B5DE in popluar number systems.

HEXE6B5DE
Decimal230181222
Binary111001101011010111011110
Octal346265336

Shades and tints

Shades of #E6B5DE

#E6B5DE
(230,181,222)
#D2A5CA
(210,165,202)
#BE95B6
(190,149,182)
#AA85A2
(170,133,162)
#96758E
(150,117,142)
#82657A
(130,101,122)
#6E5566
(110,85,102)
#5A4552
(90,69,82)
#46353E
(70,53,62)
#32252A
(50,37,42)
#1E1516
(30,21,22)
#000000
(0,0,0)

Tints of #E6B5DE

#E6B5DE
(230,181,222)
#E8BBE1
(232,187,225)
#EAC1E4
(234,193,228)
#ECC7E7
(236,199,231)
#EECDEA
(238,205,234)
#F0D3ED
(240,211,237)
#F2D9F0
(242,217,240)
#F4DFF3
(244,223,243)
#F6E5F6
(246,229,246)
#F8EBF9
(248,235,249)
#FAF1FC
(250,241,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E6B5DE color. Also use rgb(230,181,222) instead hex code.

Text Font Color

.myTextColor { color: #E6B5DE; }

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

This text font color is #E6B5DE.


Background Color

.myBgColor { background-color: #E6B5DE; }

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

This div background color is #E6B5DE.


Border color

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

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

This div border color is #E6B5DE.


Opacity

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

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

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

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

This text has shadow with #E6B5DE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6B5DE on black background.


Color preview on white background

This text has color #E6B5DE on white background.



Black color preview on #E6B5DE background

This text has black color on #E6B5DE background.


White color preview on #E6B5DE background

This text has white color on #E6B5DE background.