COLOR #E6B6E7

HEX: #E6B6E7
RGB: (230,182,231)

Renk bilgisi

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

RGB renk modeli

#E6B6E7 color RGB value is (230,182,231).

  • kırmız ton 230;
  • yeşil ton 182;
  • mavi ton 231.
RGB:
(230,182,231)
(90%,71%,91%)

RGB bağlantıları ve doygunluk

R 230 of 255 = 90%
G 182 of 255 = 71%
B 231 of 255 = 91%

230
182
231

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

Yüzdelerle RGB renk parçaları

R + G + B =
230 + 182 + 231 = 643 (100%)
R 230 of 643 ~ 35.77%
G 182 of 643 ~ 28.3%
B 231 of 643 ~ 35.93%

%35.77
%28.3
%35.93

CMYK RENK MODELİ

#E6B6E7 rengi CMYK tonu (0,21,0,9).

  • camgöbeği tonu 0.43%
  • eflatun tonu 21.21%
  • sarı tonu 0.00%
  • ana renk tonu 9.41%
CMYK:
(0,21,0,9)
C0M21Y0K9 
(0%,21%,0%,9%)
(0.00/0.21/0.00/0.09)	

CMYK yüzdeleri

%0.43
%21.21
%0
%9.41

Codes

Color #E6B6E7 in popluar color models

E6B6E7
RGB230182231
HSL299°50.52%80.98%
HSB/HSV299°21.21%90.59%
CMYK0.43%21.21%0.00%
9.41%

Color #E6B6E7 in popluar number systems.

HEXE6B6E7
Decimal230182231
Binary111001101011011011100111
Octal346266347

Shades and tints

Shades of #E6B6E7

#E6B6E7
(230,182,231)
#D2A6D2
(210,166,210)
#BE96BD
(190,150,189)
#AA86A8
(170,134,168)
#967693
(150,118,147)
#82667E
(130,102,126)
#6E5669
(110,86,105)
#5A4654
(90,70,84)
#46363F
(70,54,63)
#32262A
(50,38,42)
#1E1615
(30,22,21)
#000000
(0,0,0)

Tints of #E6B6E7

#E6B6E7
(230,182,231)
#E8BCE9
(232,188,233)
#EAC2EB
(234,194,235)
#ECC8ED
(236,200,237)
#EECEEF
(238,206,239)
#F0D4F1
(240,212,241)
#F2DAF3
(242,218,243)
#F4E0F5
(244,224,245)
#F6E6F7
(246,230,247)
#F8ECF9
(248,236,249)
#FAF2FB
(250,242,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E6B6E7 color. Also use rgb(230,182,231) instead hex code.

Text Font Color

.myTextColor { color: #E6B6E7; }

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

This text font color is #E6B6E7.


Background Color

.myBgColor { background-color: #E6B6E7; }

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

This div background color is #E6B6E7.


Border color

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

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

This div border color is #E6B6E7.


Opacity

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

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

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

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

This text has shadow with #E6B6E7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6B6E7 on black background.


Color preview on white background

This text has color #E6B6E7 on white background.



Black color preview on #E6B6E7 background

This text has black color on #E6B6E7 background.


White color preview on #E6B6E7 background

This text has white color on #E6B6E7 background.