COLOR #E6B5E5

HEX: #E6B5E5
RGB: (230,181,229)

Renk bilgisi

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

RGB renk modeli

#E6B5E5 color RGB value is (230,181,229).

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

RGB bağlantıları ve doygunluk

R 230 of 255 = 90%
G 181 of 255 = 71%
B 229 of 255 = 90%

230
181
229

R + G + B ~ 84%. #E6B5E5 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
230 + 181 + 229 = 640 (100%)
R 230 of 640 ~ 35.94%
G 181 of 640 ~ 28.28%
B 229 of 640 ~ 35.78%

%35.94
%28.28
%35.78

CMYK RENK MODELİ

#E6B5E5 rengi CMYK tonu (0,21,0,10).

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

CMYK yüzdeleri

%0
%21.3
%0.43
%9.8

Codes

Color #E6B5E5 in popluar color models

E6B5E5
RGB230181229
HSL301°49.49%80.59%
HSB/HSV301°21.30%90.20%
CMYK0.00%21.30%0.43%
9.80%

Color #E6B5E5 in popluar number systems.

HEXE6B5E5
Decimal230181229
Binary111001101011010111100101
Octal346265345

Shades and tints

Shades of #E6B5E5

#E6B5E5
(230,181,229)
#D2A5D1
(210,165,209)
#BE95BD
(190,149,189)
#AA85A9
(170,133,169)
#967595
(150,117,149)
#826581
(130,101,129)
#6E556D
(110,85,109)
#5A4559
(90,69,89)
#463545
(70,53,69)
#322531
(50,37,49)
#1E151D
(30,21,29)
#000000
(0,0,0)

Tints of #E6B5E5

#E6B5E5
(230,181,229)
#E8BBE7
(232,187,231)
#EAC1E9
(234,193,233)
#ECC7EB
(236,199,235)
#EECDED
(238,205,237)
#F0D3EF
(240,211,239)
#F2D9F1
(242,217,241)
#F4DFF3
(244,223,243)
#F6E5F5
(246,229,245)
#F8EBF7
(248,235,247)
#FAF1F9
(250,241,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E6B5E5; }

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

This text font color is #E6B5E5.


Background Color

.myBgColor { background-color: #E6B5E5; }

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

This div background color is #E6B5E5.


Border color

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

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

This div border color is #E6B5E5.


Opacity

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

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

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

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

This text has shadow with #E6B5E5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6B5E5 on black background.


Color preview on white background

This text has color #E6B5E5 on white background.



Black color preview on #E6B5E5 background

This text has black color on #E6B5E5 background.


White color preview on #E6B5E5 background

This text has white color on #E6B5E5 background.