COLOR #E6B0E0

HEX: #E6B0E0
RGB: (230,176,224)

Renk bilgisi

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

RGB renk modeli

#E6B0E0 color RGB value is (230,176,224).

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

RGB bağlantıları ve doygunluk

R 230 of 255 = 90%
G 176 of 255 = 69%
B 224 of 255 = 88%

230
176
224

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

Yüzdelerle RGB renk parçaları

R + G + B =
230 + 176 + 224 = 630 (100%)
R 230 of 630 ~ 36.51%
G 176 of 630 ~ 27.94%
B 224 of 630 ~ 35.56%

%36.51
%27.94
%35.56

CMYK RENK MODELİ

#E6B0E0 rengi CMYK tonu (0,23,3,10).

  • camgöbeği tonu 0.00%
  • eflatun tonu 23.48%
  • sarı tonu 2.61%
  • ana renk tonu 9.80%
CMYK:
(0,23,3,10)
C0M23Y3K10 
(0%,23%,3%,10%)
(0.00/0.23/0.03/0.10)	

CMYK yüzdeleri

%0
%23.48
%2.61
%9.8

Codes

Color #E6B0E0 in popluar color models

E6B0E0
RGB230176224
HSL307°51.92%79.61%
HSB/HSV307°23.48%90.20%
CMYK0.00%23.48%2.61%
9.80%

Color #E6B0E0 in popluar number systems.

HEXE6B0E0
Decimal230176224
Binary111001101011000011100000
Octal346260340

Shades and tints

Shades of #E6B0E0

#E6B0E0
(230,176,224)
#D2A0CC
(210,160,204)
#BE90B8
(190,144,184)
#AA80A4
(170,128,164)
#967090
(150,112,144)
#82607C
(130,96,124)
#6E5068
(110,80,104)
#5A4054
(90,64,84)
#463040
(70,48,64)
#32202C
(50,32,44)
#1E1018
(30,16,24)
#000000
(0,0,0)

Tints of #E6B0E0

#E6B0E0
(230,176,224)
#E8B7E2
(232,183,226)
#EABEE4
(234,190,228)
#ECC5E6
(236,197,230)
#EECCE8
(238,204,232)
#F0D3EA
(240,211,234)
#F2DAEC
(242,218,236)
#F4E1EE
(244,225,238)
#F6E8F0
(246,232,240)
#F8EFF2
(248,239,242)
#FAF6F4
(250,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E6B0E0; }

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

This text font color is #E6B0E0.


Background Color

.myBgColor { background-color: #E6B0E0; }

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

This div background color is #E6B0E0.


Border color

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

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

This div border color is #E6B0E0.


Opacity

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

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

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

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

This text has shadow with #E6B0E0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6B0E0 on black background.


Color preview on white background

This text has color #E6B0E0 on white background.



Black color preview on #E6B0E0 background

This text has black color on #E6B0E0 background.


White color preview on #E6B0E0 background

This text has white color on #E6B0E0 background.