COLOR #E6B7D8

HEX: #E6B7D8
RGB: (230,183,216)

Renk bilgisi

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

RGB renk modeli

#E6B7D8 color RGB value is (230,183,216).

  • kırmız ton 230;
  • yeşil ton 183;
  • mavi ton 216.
RGB:
(230,183,216)
(90%,72%,85%)

RGB bağlantıları ve doygunluk

R 230 of 255 = 90%
G 183 of 255 = 72%
B 216 of 255 = 85%

230
183
216

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

Yüzdelerle RGB renk parçaları

R + G + B =
230 + 183 + 216 = 629 (100%)
R 230 of 629 ~ 36.57%
G 183 of 629 ~ 29.09%
B 216 of 629 ~ 34.34%

%36.57
%29.09
%34.34

CMYK RENK MODELİ

#E6B7D8 rengi CMYK tonu (0,20,6,10).

  • camgöbeği tonu 0.00%
  • eflatun tonu 20.43%
  • sarı tonu 6.09%
  • ana renk tonu 9.80%
CMYK:
(0,20,6,10)
C0M20Y6K10 
(0%,20%,6%,10%)
(0.00/0.20/0.06/0.10)	

CMYK yüzdeleri

%0
%20.43
%6.09
%9.8

Codes

Color #E6B7D8 in popluar color models

E6B7D8
RGB230183216
HSL318°48.45%80.98%
HSB/HSV318°20.43%90.20%
CMYK0.00%20.43%6.09%
9.80%

Color #E6B7D8 in popluar number systems.

HEXE6B7D8
Decimal230183216
Binary111001101011011111011000
Octal346267330

Shades and tints

Shades of #E6B7D8

#E6B7D8
(230,183,216)
#D2A7C5
(210,167,197)
#BE97B2
(190,151,178)
#AA879F
(170,135,159)
#96778C
(150,119,140)
#826779
(130,103,121)
#6E5766
(110,87,102)
#5A4753
(90,71,83)
#463740
(70,55,64)
#32272D
(50,39,45)
#1E171A
(30,23,26)
#000000
(0,0,0)

Tints of #E6B7D8

#E6B7D8
(230,183,216)
#E8BDDB
(232,189,219)
#EAC3DE
(234,195,222)
#ECC9E1
(236,201,225)
#EECFE4
(238,207,228)
#F0D5E7
(240,213,231)
#F2DBEA
(242,219,234)
#F4E1ED
(244,225,237)
#F6E7F0
(246,231,240)
#F8EDF3
(248,237,243)
#FAF3F6
(250,243,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E6B7D8 color. Also use rgb(230,183,216) instead hex code.

Text Font Color

.myTextColor { color: #E6B7D8; }

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

This text font color is #E6B7D8.


Background Color

.myBgColor { background-color: #E6B7D8; }

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

This div background color is #E6B7D8.


Border color

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

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

This div border color is #E6B7D8.


Opacity

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

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

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

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

This text has shadow with #E6B7D8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6B7D8 on black background.


Color preview on white background

This text has color #E6B7D8 on white background.



Black color preview on #E6B7D8 background

This text has black color on #E6B7D8 background.


White color preview on #E6B7D8 background

This text has white color on #E6B7D8 background.