COLOR #E6B4DB

HEX: #E6B4DB
RGB: (230,180,219)

Renk bilgisi

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

RGB renk modeli

#E6B4DB color RGB value is (230,180,219).

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

RGB bağlantıları ve doygunluk

R 230 of 255 = 90%
G 180 of 255 = 71%
B 219 of 255 = 86%

230
180
219

R + G + B ~ 82%. #E6B4DB is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
230 + 180 + 219 = 629 (100%)
R 230 of 629 ~ 36.57%
G 180 of 629 ~ 28.62%
B 219 of 629 ~ 34.82%

%36.57
%28.62
%34.82

CMYK RENK MODELİ

#E6B4DB rengi CMYK tonu (0,22,5,10).

  • camgöbeği tonu 0.00%
  • eflatun tonu 21.74%
  • sarı tonu 4.78%
  • ana renk tonu 9.80%
CMYK:
(0,22,5,10)
C0M22Y5K10 
(0%,22%,5%,10%)
(0.00/0.22/0.05/0.10)	

CMYK yüzdeleri

%0
%21.74
%4.78
%9.8

Codes

Color #E6B4DB in popluar color models

E6B4DB
RGB230180219
HSL313°50.00%80.39%
HSB/HSV313°21.74%90.20%
CMYK0.00%21.74%4.78%
9.80%

Color #E6B4DB in popluar number systems.

HEXE6B4DB
Decimal230180219
Binary111001101011010011011011
Octal346264333

Shades and tints

Shades of #E6B4DB

#E6B4DB
(230,180,219)
#D2A4C8
(210,164,200)
#BE94B5
(190,148,181)
#AA84A2
(170,132,162)
#96748F
(150,116,143)
#82647C
(130,100,124)
#6E5469
(110,84,105)
#5A4456
(90,68,86)
#463443
(70,52,67)
#322430
(50,36,48)
#1E141D
(30,20,29)
#000000
(0,0,0)

Tints of #E6B4DB

#E6B4DB
(230,180,219)
#E8BADE
(232,186,222)
#EAC0E1
(234,192,225)
#ECC6E4
(236,198,228)
#EECCE7
(238,204,231)
#F0D2EA
(240,210,234)
#F2D8ED
(242,216,237)
#F4DEF0
(244,222,240)
#F6E4F3
(246,228,243)
#F8EAF6
(248,234,246)
#FAF0F9
(250,240,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E6B4DB color. Also use rgb(230,180,219) instead hex code.

Text Font Color

.myTextColor { color: #E6B4DB; }

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

This text font color is #E6B4DB.


Background Color

.myBgColor { background-color: #E6B4DB; }

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

This div background color is #E6B4DB.


Border color

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

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

This div border color is #E6B4DB.


Opacity

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

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

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

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

This text has shadow with #E6B4DB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6B4DB on black background.


Color preview on white background

This text has color #E6B4DB on white background.



Black color preview on #E6B4DB background

This text has black color on #E6B4DB background.


White color preview on #E6B4DB background

This text has white color on #E6B4DB background.