COLOR #E6B9EF

HEX: #E6B9EF
RGB: (230,185,239)

Renk bilgisi

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

RGB renk modeli

#E6B9EF color RGB value is (230,185,239).

  • kırmız ton 230;
  • yeşil ton 185;
  • mavi ton 239.
RGB:
(230,185,239)
(90%,73%,94%)

RGB bağlantıları ve doygunluk

R 230 of 255 = 90%
G 185 of 255 = 73%
B 239 of 255 = 94%

230
185
239

R + G + B ~ 86%. #E6B9EF is light color.

Yüzdelerle RGB renk parçaları

R + G + B =
230 + 185 + 239 = 654 (100%)
R 230 of 654 ~ 35.17%
G 185 of 654 ~ 28.29%
B 239 of 654 ~ 36.54%

%35.17
%28.29
%36.54

CMYK RENK MODELİ

#E6B9EF rengi CMYK tonu (4,23,0,6).

  • camgöbeği tonu 3.77%
  • eflatun tonu 22.59%
  • sarı tonu 0.00%
  • ana renk tonu 6.27%
CMYK:
(4,23,0,6)
C4M23Y0K6 
(4%,23%,0%,6%)
(0.04/0.23/0.00/0.06)	

CMYK yüzdeleri

%3.77
%22.59
%0
%6.27

Codes

Color #E6B9EF in popluar color models

E6B9EF
RGB230185239
HSL290°62.79%83.14%
HSB/HSV290°22.59%93.73%
CMYK3.77%22.59%0.00%
6.27%

Color #E6B9EF in popluar number systems.

HEXE6B9EF
Decimal230185239
Binary111001101011100111101111
Octal346271357

Shades and tints

Shades of #E6B9EF

#E6B9EF
(230,185,239)
#D2A9DA
(210,169,218)
#BE99C5
(190,153,197)
#AA89B0
(170,137,176)
#96799B
(150,121,155)
#826986
(130,105,134)
#6E5971
(110,89,113)
#5A495C
(90,73,92)
#463947
(70,57,71)
#322932
(50,41,50)
#1E191D
(30,25,29)
#000000
(0,0,0)

Tints of #E6B9EF

#E6B9EF
(230,185,239)
#E8BFF0
(232,191,240)
#EAC5F1
(234,197,241)
#ECCBF2
(236,203,242)
#EED1F3
(238,209,243)
#F0D7F4
(240,215,244)
#F2DDF5
(242,221,245)
#F4E3F6
(244,227,246)
#F6E9F7
(246,233,247)
#F8EFF8
(248,239,248)
#FAF5F9
(250,245,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E6B9EF color. Also use rgb(230,185,239) instead hex code.

Text Font Color

.myTextColor { color: #E6B9EF; }

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

This text font color is #E6B9EF.


Background Color

.myBgColor { background-color: #E6B9EF; }

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

This div background color is #E6B9EF.


Border color

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

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

This div border color is #E6B9EF.


Opacity

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

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

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

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

This text has shadow with #E6B9EF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6B9EF on black background.


Color preview on white background

This text has color #E6B9EF on white background.



Black color preview on #E6B9EF background

This text has black color on #E6B9EF background.


White color preview on #E6B9EF background

This text has white color on #E6B9EF background.