COLOR #E6B4EB

HEX: #E6B4EB
RGB: (230,180,235)

Renk bilgisi

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

RGB renk modeli

#E6B4EB color RGB value is (230,180,235).

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

RGB bağlantıları ve doygunluk

R 230 of 255 = 90%
G 180 of 255 = 71%
B 235 of 255 = 92%

230
180
235

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

Yüzdelerle RGB renk parçaları

R + G + B =
230 + 180 + 235 = 645 (100%)
R 230 of 645 ~ 35.66%
G 180 of 645 ~ 27.91%
B 235 of 645 ~ 36.43%

%35.66
%27.91
%36.43

CMYK RENK MODELİ

#E6B4EB rengi CMYK tonu (2,23,0,8).

  • camgöbeği tonu 2.13%
  • eflatun tonu 23.40%
  • sarı tonu 0.00%
  • ana renk tonu 7.84%
CMYK:
(2,23,0,8)
C2M23Y0K8 
(2%,23%,0%,8%)
(0.02/0.23/0.00/0.08)	

CMYK yüzdeleri

%2.13
%23.4
%0
%7.84

Codes

Color #E6B4EB in popluar color models

E6B4EB
RGB230180235
HSL295°57.89%81.37%
HSB/HSV295°23.40%92.16%
CMYK2.13%23.40%0.00%
7.84%

Color #E6B4EB in popluar number systems.

HEXE6B4EB
Decimal230180235
Binary111001101011010011101011
Octal346264353

Shades and tints

Shades of #E6B4EB

#E6B4EB
(230,180,235)
#D2A4D6
(210,164,214)
#BE94C1
(190,148,193)
#AA84AC
(170,132,172)
#967497
(150,116,151)
#826482
(130,100,130)
#6E546D
(110,84,109)
#5A4458
(90,68,88)
#463443
(70,52,67)
#32242E
(50,36,46)
#1E1419
(30,20,25)
#000000
(0,0,0)

Tints of #E6B4EB

#E6B4EB
(230,180,235)
#E8BAEC
(232,186,236)
#EAC0ED
(234,192,237)
#ECC6EE
(236,198,238)
#EECCEF
(238,204,239)
#F0D2F0
(240,210,240)
#F2D8F1
(242,216,241)
#F4DEF2
(244,222,242)
#F6E4F3
(246,228,243)
#F8EAF4
(248,234,244)
#FAF0F5
(250,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E6B4EB; }

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

This text font color is #E6B4EB.


Background Color

.myBgColor { background-color: #E6B4EB; }

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

This div background color is #E6B4EB.


Border color

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

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

This div border color is #E6B4EB.


Opacity

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

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

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

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

This text has shadow with #E6B4EB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6B4EB on black background.


Color preview on white background

This text has color #E6B4EB on white background.



Black color preview on #E6B4EB background

This text has black color on #E6B4EB background.


White color preview on #E6B4EB background

This text has white color on #E6B4EB background.