COLOR #E6BAD2

HEX: #E6BAD2
RGB: (230,186,210)

Renk bilgisi

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

RGB renk modeli

#E6BAD2 color RGB value is (230,186,210).

  • kırmız ton 230;
  • yeşil ton 186;
  • mavi ton 210.
RGB:
(230,186,210)
(90%,73%,82%)

RGB bağlantıları ve doygunluk

R 230 of 255 = 90%
G 186 of 255 = 73%
B 210 of 255 = 82%

230
186
210

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

Yüzdelerle RGB renk parçaları

R + G + B =
230 + 186 + 210 = 626 (100%)
R 230 of 626 ~ 36.74%
G 186 of 626 ~ 29.71%
B 210 of 626 ~ 33.55%

%36.74
%29.71
%33.55

CMYK RENK MODELİ

#E6BAD2 rengi CMYK tonu (0,19,9,10).

  • camgöbeği tonu 0.00%
  • eflatun tonu 19.13%
  • sarı tonu 8.70%
  • ana renk tonu 9.80%
CMYK:
(0,19,9,10)
C0M19Y9K10 
(0%,19%,9%,10%)
(0.00/0.19/0.09/0.10)	

CMYK yüzdeleri

%0
%19.13
%8.7
%9.8

Codes

Color #E6BAD2 in popluar color models

E6BAD2
RGB230186210
HSL327°46.81%81.57%
HSB/HSV327°19.13%90.20%
CMYK0.00%19.13%8.70%
9.80%

Color #E6BAD2 in popluar number systems.

HEXE6BAD2
Decimal230186210
Binary111001101011101011010010
Octal346272322

Shades and tints

Shades of #E6BAD2

#E6BAD2
(230,186,210)
#D2AABF
(210,170,191)
#BE9AAC
(190,154,172)
#AA8A99
(170,138,153)
#967A86
(150,122,134)
#826A73
(130,106,115)
#6E5A60
(110,90,96)
#5A4A4D
(90,74,77)
#463A3A
(70,58,58)
#322A27
(50,42,39)
#1E1A14
(30,26,20)
#000000
(0,0,0)

Tints of #E6BAD2

#E6BAD2
(230,186,210)
#E8C0D6
(232,192,214)
#EAC6DA
(234,198,218)
#ECCCDE
(236,204,222)
#EED2E2
(238,210,226)
#F0D8E6
(240,216,230)
#F2DEEA
(242,222,234)
#F4E4EE
(244,228,238)
#F6EAF2
(246,234,242)
#F8F0F6
(248,240,246)
#FAF6FA
(250,246,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E6BAD2 color. Also use rgb(230,186,210) instead hex code.

Text Font Color

.myTextColor { color: #E6BAD2; }

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

This text font color is #E6BAD2.


Background Color

.myBgColor { background-color: #E6BAD2; }

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

This div background color is #E6BAD2.


Border color

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

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

This div border color is #E6BAD2.


Opacity

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

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

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

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

This text has shadow with #E6BAD2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6BAD2 on black background.


Color preview on white background

This text has color #E6BAD2 on white background.



Black color preview on #E6BAD2 background

This text has black color on #E6BAD2 background.


White color preview on #E6BAD2 background

This text has white color on #E6BAD2 background.