COLOR #E6B0EA

HEX: #E6B0EA
RGB: (230,176,234)

Renk bilgisi

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

RGB renk modeli

#E6B0EA color RGB value is (230,176,234).

  • kırmız ton 230;
  • yeşil ton 176;
  • mavi ton 234.
RGB:
(230,176,234)
(90%,69%,92%)

RGB bağlantıları ve doygunluk

R 230 of 255 = 90%
G 176 of 255 = 69%
B 234 of 255 = 92%

230
176
234

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

Yüzdelerle RGB renk parçaları

R + G + B =
230 + 176 + 234 = 640 (100%)
R 230 of 640 ~ 35.94%
G 176 of 640 ~ 27.5%
B 234 of 640 ~ 36.56%

%35.94
%27.5
%36.56

CMYK RENK MODELİ

#E6B0EA rengi CMYK tonu (2,25,0,8).

  • camgöbeği tonu 1.71%
  • eflatun tonu 24.79%
  • sarı tonu 0.00%
  • ana renk tonu 8.24%
CMYK:
(2,25,0,8)
C2M25Y0K8 
(2%,25%,0%,8%)
(0.02/0.25/0.00/0.08)	

CMYK yüzdeleri

%1.71
%24.79
%0
%8.24

Codes

Color #E6B0EA in popluar color models

E6B0EA
RGB230176234
HSL296°58.00%80.39%
HSB/HSV296°24.79%91.76%
CMYK1.71%24.79%0.00%
8.24%

Color #E6B0EA in popluar number systems.

HEXE6B0EA
Decimal230176234
Binary111001101011000011101010
Octal346260352

Shades and tints

Shades of #E6B0EA

#E6B0EA
(230,176,234)
#D2A0D5
(210,160,213)
#BE90C0
(190,144,192)
#AA80AB
(170,128,171)
#967096
(150,112,150)
#826081
(130,96,129)
#6E506C
(110,80,108)
#5A4057
(90,64,87)
#463042
(70,48,66)
#32202D
(50,32,45)
#1E1018
(30,16,24)
#000000
(0,0,0)

Tints of #E6B0EA

#E6B0EA
(230,176,234)
#E8B7EB
(232,183,235)
#EABEEC
(234,190,236)
#ECC5ED
(236,197,237)
#EECCEE
(238,204,238)
#F0D3EF
(240,211,239)
#F2DAF0
(242,218,240)
#F4E1F1
(244,225,241)
#F6E8F2
(246,232,242)
#F8EFF3
(248,239,243)
#FAF6F4
(250,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E6B0EA color. Also use rgb(230,176,234) instead hex code.

Text Font Color

.myTextColor { color: #E6B0EA; }

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

This text font color is #E6B0EA.


Background Color

.myBgColor { background-color: #E6B0EA; }

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

This div background color is #E6B0EA.


Border color

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

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

This div border color is #E6B0EA.


Opacity

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

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

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

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

This text has shadow with #E6B0EA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6B0EA on black background.


Color preview on white background

This text has color #E6B0EA on white background.



Black color preview on #E6B0EA background

This text has black color on #E6B0EA background.


White color preview on #E6B0EA background

This text has white color on #E6B0EA background.