COLOR #E6B2ED

HEX: #E6B2ED
RGB: (230,178,237)

Renk bilgisi

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

RGB renk modeli

#E6B2ED color RGB value is (230,178,237).

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

RGB bağlantıları ve doygunluk

R 230 of 255 = 90%
G 178 of 255 = 70%
B 237 of 255 = 93%

230
178
237

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

Yüzdelerle RGB renk parçaları

R + G + B =
230 + 178 + 237 = 645 (100%)
R 230 of 645 ~ 35.66%
G 178 of 645 ~ 27.6%
B 237 of 645 ~ 36.74%

%35.66
%27.6
%36.74

CMYK RENK MODELİ

#E6B2ED rengi CMYK tonu (3,25,0,7).

  • camgöbeği tonu 2.95%
  • eflatun tonu 24.89%
  • sarı tonu 0.00%
  • ana renk tonu 7.06%
CMYK:
(3,25,0,7)
C3M25Y0K7 
(3%,25%,0%,7%)
(0.03/0.25/0.00/0.07)	

CMYK yüzdeleri

%2.95
%24.89
%0
%7.06

Codes

Color #E6B2ED in popluar color models

E6B2ED
RGB230178237
HSL293°62.11%81.37%
HSB/HSV293°24.89%92.94%
CMYK2.95%24.89%0.00%
7.06%

Color #E6B2ED in popluar number systems.

HEXE6B2ED
Decimal230178237
Binary111001101011001011101101
Octal346262355

Shades and tints

Shades of #E6B2ED

#E6B2ED
(230,178,237)
#D2A2D8
(210,162,216)
#BE92C3
(190,146,195)
#AA82AE
(170,130,174)
#967299
(150,114,153)
#826284
(130,98,132)
#6E526F
(110,82,111)
#5A425A
(90,66,90)
#463245
(70,50,69)
#322230
(50,34,48)
#1E121B
(30,18,27)
#000000
(0,0,0)

Tints of #E6B2ED

#E6B2ED
(230,178,237)
#E8B9EE
(232,185,238)
#EAC0EF
(234,192,239)
#ECC7F0
(236,199,240)
#EECEF1
(238,206,241)
#F0D5F2
(240,213,242)
#F2DCF3
(242,220,243)
#F4E3F4
(244,227,244)
#F6EAF5
(246,234,245)
#F8F1F6
(248,241,246)
#FAF8F7
(250,248,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E6B2ED; }

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

This text font color is #E6B2ED.


Background Color

.myBgColor { background-color: #E6B2ED; }

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

This div background color is #E6B2ED.


Border color

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

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

This div border color is #E6B2ED.


Opacity

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

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

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

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

This text has shadow with #E6B2ED color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6B2ED on black background.


Color preview on white background

This text has color #E6B2ED on white background.



Black color preview on #E6B2ED background

This text has black color on #E6B2ED background.


White color preview on #E6B2ED background

This text has white color on #E6B2ED background.