COLOR #E6B8DA

HEX: #E6B8DA
RGB: (230,184,218)

Renk bilgisi

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

RGB renk modeli

#E6B8DA color RGB value is (230,184,218).

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

RGB bağlantıları ve doygunluk

R 230 of 255 = 90%
G 184 of 255 = 72%
B 218 of 255 = 85%

230
184
218

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

Yüzdelerle RGB renk parçaları

R + G + B =
230 + 184 + 218 = 632 (100%)
R 230 of 632 ~ 36.39%
G 184 of 632 ~ 29.11%
B 218 of 632 ~ 34.49%

%36.39
%29.11
%34.49

CMYK RENK MODELİ

#E6B8DA rengi CMYK tonu (0,20,5,10).

  • camgöbeği tonu 0.00%
  • eflatun tonu 20.00%
  • sarı tonu 5.22%
  • ana renk tonu 9.80%
CMYK:
(0,20,5,10)
C0M20Y5K10 
(0%,20%,5%,10%)
(0.00/0.20/0.05/0.10)	

CMYK yüzdeleri

%0
%20
%5.22
%9.8

Codes

Color #E6B8DA in popluar color models

E6B8DA
RGB230184218
HSL316°47.92%81.18%
HSB/HSV316°20.00%90.20%
CMYK0.00%20.00%5.22%
9.80%

Color #E6B8DA in popluar number systems.

HEXE6B8DA
Decimal230184218
Binary111001101011100011011010
Octal346270332

Shades and tints

Shades of #E6B8DA

#E6B8DA
(230,184,218)
#D2A8C7
(210,168,199)
#BE98B4
(190,152,180)
#AA88A1
(170,136,161)
#96788E
(150,120,142)
#82687B
(130,104,123)
#6E5868
(110,88,104)
#5A4855
(90,72,85)
#463842
(70,56,66)
#32282F
(50,40,47)
#1E181C
(30,24,28)
#000000
(0,0,0)

Tints of #E6B8DA

#E6B8DA
(230,184,218)
#E8BEDD
(232,190,221)
#EAC4E0
(234,196,224)
#ECCAE3
(236,202,227)
#EED0E6
(238,208,230)
#F0D6E9
(240,214,233)
#F2DCEC
(242,220,236)
#F4E2EF
(244,226,239)
#F6E8F2
(246,232,242)
#F8EEF5
(248,238,245)
#FAF4F8
(250,244,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E6B8DA color. Also use rgb(230,184,218) instead hex code.

Text Font Color

.myTextColor { color: #E6B8DA; }

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

This text font color is #E6B8DA.


Background Color

.myBgColor { background-color: #E6B8DA; }

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

This div background color is #E6B8DA.


Border color

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

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

This div border color is #E6B8DA.


Opacity

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

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

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

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

This text has shadow with #E6B8DA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6B8DA on black background.


Color preview on white background

This text has color #E6B8DA on white background.



Black color preview on #E6B8DA background

This text has black color on #E6B8DA background.


White color preview on #E6B8DA background

This text has white color on #E6B8DA background.