COLOR #E6BEDF

HEX: #E6BEDF
RGB: (230,190,223)

Renk bilgisi

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

RGB renk modeli

#E6BEDF color RGB value is (230,190,223).

  • kırmız ton 230;
  • yeşil ton 190;
  • mavi ton 223.
RGB:
(230,190,223)
(90%,75%,87%)

RGB bağlantıları ve doygunluk

R 230 of 255 = 90%
G 190 of 255 = 75%
B 223 of 255 = 87%

230
190
223

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

Yüzdelerle RGB renk parçaları

R + G + B =
230 + 190 + 223 = 643 (100%)
R 230 of 643 ~ 35.77%
G 190 of 643 ~ 29.55%
B 223 of 643 ~ 34.68%

%35.77
%29.55
%34.68

CMYK RENK MODELİ

#E6BEDF rengi CMYK tonu (0,17,3,10).

  • camgöbeği tonu 0.00%
  • eflatun tonu 17.39%
  • sarı tonu 3.04%
  • ana renk tonu 9.80%
CMYK:
(0,17,3,10)
C0M17Y3K10 
(0%,17%,3%,10%)
(0.00/0.17/0.03/0.10)	

CMYK yüzdeleri

%0
%17.39
%3.04
%9.8

Codes

Color #E6BEDF in popluar color models

E6BEDF
RGB230190223
HSL311°44.44%82.35%
HSB/HSV311°17.39%90.20%
CMYK0.00%17.39%3.04%
9.80%

Color #E6BEDF in popluar number systems.

HEXE6BEDF
Decimal230190223
Binary111001101011111011011111
Octal346276337

Shades and tints

Shades of #E6BEDF

#E6BEDF
(230,190,223)
#D2ADCB
(210,173,203)
#BE9CB7
(190,156,183)
#AA8BA3
(170,139,163)
#967A8F
(150,122,143)
#82697B
(130,105,123)
#6E5867
(110,88,103)
#5A4753
(90,71,83)
#46363F
(70,54,63)
#32252B
(50,37,43)
#1E1417
(30,20,23)
#000000
(0,0,0)

Tints of #E6BEDF

#E6BEDF
(230,190,223)
#E8C3E1
(232,195,225)
#EAC8E3
(234,200,227)
#ECCDE5
(236,205,229)
#EED2E7
(238,210,231)
#F0D7E9
(240,215,233)
#F2DCEB
(242,220,235)
#F4E1ED
(244,225,237)
#F6E6EF
(246,230,239)
#F8EBF1
(248,235,241)
#FAF0F3
(250,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E6BEDF color. Also use rgb(230,190,223) instead hex code.

Text Font Color

.myTextColor { color: #E6BEDF; }

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

This text font color is #E6BEDF.


Background Color

.myBgColor { background-color: #E6BEDF; }

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

This div background color is #E6BEDF.


Border color

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

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

This div border color is #E6BEDF.


Opacity

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

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

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

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

This text has shadow with #E6BEDF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6BEDF on black background.


Color preview on white background

This text has color #E6BEDF on white background.



Black color preview on #E6BEDF background

This text has black color on #E6BEDF background.


White color preview on #E6BEDF background

This text has white color on #E6BEDF background.