COLOR #E6B9D1

HEX: #E6B9D1
RGB: (230,185,209)

Renk bilgisi

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

RGB renk modeli

#E6B9D1 color RGB value is (230,185,209).

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

RGB bağlantıları ve doygunluk

R 230 of 255 = 90%
G 185 of 255 = 73%
B 209 of 255 = 82%

230
185
209

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

Yüzdelerle RGB renk parçaları

R + G + B =
230 + 185 + 209 = 624 (100%)
R 230 of 624 ~ 36.86%
G 185 of 624 ~ 29.65%
B 209 of 624 ~ 33.49%

%36.86
%29.65
%33.49

CMYK RENK MODELİ

#E6B9D1 rengi CMYK tonu (0,20,9,10).

  • camgöbeği tonu 0.00%
  • eflatun tonu 19.57%
  • sarı tonu 9.13%
  • ana renk tonu 9.80%
CMYK:
(0,20,9,10)
C0M20Y9K10 
(0%,20%,9%,10%)
(0.00/0.20/0.09/0.10)	

CMYK yüzdeleri

%0
%19.57
%9.13
%9.8

Codes

Color #E6B9D1 in popluar color models

E6B9D1
RGB230185209
HSL328°47.37%81.37%
HSB/HSV328°19.57%90.20%
CMYK0.00%19.57%9.13%
9.80%

Color #E6B9D1 in popluar number systems.

HEXE6B9D1
Decimal230185209
Binary111001101011100111010001
Octal346271321

Shades and tints

Shades of #E6B9D1

#E6B9D1
(230,185,209)
#D2A9BE
(210,169,190)
#BE99AB
(190,153,171)
#AA8998
(170,137,152)
#967985
(150,121,133)
#826972
(130,105,114)
#6E595F
(110,89,95)
#5A494C
(90,73,76)
#463939
(70,57,57)
#322926
(50,41,38)
#1E1913
(30,25,19)
#000000
(0,0,0)

Tints of #E6B9D1

#E6B9D1
(230,185,209)
#E8BFD5
(232,191,213)
#EAC5D9
(234,197,217)
#ECCBDD
(236,203,221)
#EED1E1
(238,209,225)
#F0D7E5
(240,215,229)
#F2DDE9
(242,221,233)
#F4E3ED
(244,227,237)
#F6E9F1
(246,233,241)
#F8EFF5
(248,239,245)
#FAF5F9
(250,245,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E6B9D1 color. Also use rgb(230,185,209) instead hex code.

Text Font Color

.myTextColor { color: #E6B9D1; }

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

This text font color is #E6B9D1.


Background Color

.myBgColor { background-color: #E6B9D1; }

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

This div background color is #E6B9D1.


Border color

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

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

This div border color is #E6B9D1.


Opacity

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

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

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

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

This text has shadow with #E6B9D1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6B9D1 on black background.


Color preview on white background

This text has color #E6B9D1 on white background.



Black color preview on #E6B9D1 background

This text has black color on #E6B9D1 background.


White color preview on #E6B9D1 background

This text has white color on #E6B9D1 background.