COLOR #E6B2E1

HEX: #E6B2E1
RGB: (230,178,225)

Renk bilgisi

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

RGB renk modeli

#E6B2E1 color RGB value is (230,178,225).

  • kırmız ton 230;
  • yeşil ton 178;
  • mavi ton 225.
RGB:
(230,178,225)
(90%,70%,88%)

RGB bağlantıları ve doygunluk

R 230 of 255 = 90%
G 178 of 255 = 70%
B 225 of 255 = 88%

230
178
225

R + G + B ~ 83%. #E6B2E1 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
230 + 178 + 225 = 633 (100%)
R 230 of 633 ~ 36.33%
G 178 of 633 ~ 28.12%
B 225 of 633 ~ 35.55%

%36.33
%28.12
%35.55

CMYK RENK MODELİ

#E6B2E1 rengi CMYK tonu (0,23,2,10).

  • camgöbeği tonu 0.00%
  • eflatun tonu 22.61%
  • sarı tonu 2.17%
  • ana renk tonu 9.80%
CMYK:
(0,23,2,10)
C0M23Y2K10 
(0%,23%,2%,10%)
(0.00/0.23/0.02/0.10)	

CMYK yüzdeleri

%0
%22.61
%2.17
%9.8

Codes

Color #E6B2E1 in popluar color models

E6B2E1
RGB230178225
HSL306°50.98%80.00%
HSB/HSV306°22.61%90.20%
CMYK0.00%22.61%2.17%
9.80%

Color #E6B2E1 in popluar number systems.

HEXE6B2E1
Decimal230178225
Binary111001101011001011100001
Octal346262341

Shades and tints

Shades of #E6B2E1

#E6B2E1
(230,178,225)
#D2A2CD
(210,162,205)
#BE92B9
(190,146,185)
#AA82A5
(170,130,165)
#967291
(150,114,145)
#82627D
(130,98,125)
#6E5269
(110,82,105)
#5A4255
(90,66,85)
#463241
(70,50,65)
#32222D
(50,34,45)
#1E1219
(30,18,25)
#000000
(0,0,0)

Tints of #E6B2E1

#E6B2E1
(230,178,225)
#E8B9E3
(232,185,227)
#EAC0E5
(234,192,229)
#ECC7E7
(236,199,231)
#EECEE9
(238,206,233)
#F0D5EB
(240,213,235)
#F2DCED
(242,220,237)
#F4E3EF
(244,227,239)
#F6EAF1
(246,234,241)
#F8F1F3
(248,241,243)
#FAF8F5
(250,248,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E6B2E1 color. Also use rgb(230,178,225) instead hex code.

Text Font Color

.myTextColor { color: #E6B2E1; }

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

This text font color is #E6B2E1.


Background Color

.myBgColor { background-color: #E6B2E1; }

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

This div background color is #E6B2E1.


Border color

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

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

This div border color is #E6B2E1.


Opacity

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

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

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

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

This text has shadow with #E6B2E1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6B2E1 on black background.


Color preview on white background

This text has color #E6B2E1 on white background.



Black color preview on #E6B2E1 background

This text has black color on #E6B2E1 background.


White color preview on #E6B2E1 background

This text has white color on #E6B2E1 background.