COLOR #E6D2E0

HEX: #E6D2E0
RGB: (230,210,224)

Renk bilgisi

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

RGB renk modeli

#E6D2E0 color RGB value is (230,210,224).

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

RGB bağlantıları ve doygunluk

R 230 of 255 = 90%
G 210 of 255 = 82%
B 224 of 255 = 88%

230
210
224

R + G + B ~ 87%. #E6D2E0 is light color.

Yüzdelerle RGB renk parçaları

R + G + B =
230 + 210 + 224 = 664 (100%)
R 230 of 664 ~ 34.64%
G 210 of 664 ~ 31.63%
B 224 of 664 ~ 33.73%

%34.64
%31.63
%33.73

CMYK RENK MODELİ

#E6D2E0 rengi CMYK tonu (0,9,3,10).

  • camgöbeği tonu 0.00%
  • eflatun tonu 8.70%
  • sarı tonu 2.61%
  • ana renk tonu 9.80%
CMYK:
(0,9,3,10)
C0M9Y3K10 
(0%,9%,3%,10%)
(0.00/0.09/0.03/0.10)	

CMYK yüzdeleri

%0
%8.7
%2.61
%9.8

Codes

Color #E6D2E0 in popluar color models

E6D2E0
RGB230210224
HSL318°28.57%86.27%
HSB/HSV318°8.70%90.20%
CMYK0.00%8.70%2.61%
9.80%

Color #E6D2E0 in popluar number systems.

HEXE6D2E0
Decimal230210224
Binary111001101101001011100000
Octal346322340

Shades and tints

Shades of #E6D2E0

#E6D2E0
(230,210,224)
#D2BFCC
(210,191,204)
#BEACB8
(190,172,184)
#AA99A4
(170,153,164)
#968690
(150,134,144)
#82737C
(130,115,124)
#6E6068
(110,96,104)
#5A4D54
(90,77,84)
#463A40
(70,58,64)
#32272C
(50,39,44)
#1E1418
(30,20,24)
#000000
(0,0,0)

Tints of #E6D2E0

#E6D2E0
(230,210,224)
#E8D6E2
(232,214,226)
#EADAE4
(234,218,228)
#ECDEE6
(236,222,230)
#EEE2E8
(238,226,232)
#F0E6EA
(240,230,234)
#F2EAEC
(242,234,236)
#F4EEEE
(244,238,238)
#F6F2F0
(246,242,240)
#F8F6F2
(248,246,242)
#FAFAF4
(250,250,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E6D2E0; }

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

This text font color is #E6D2E0.


Background Color

.myBgColor { background-color: #E6D2E0; }

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

This div background color is #E6D2E0.


Border color

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

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

This div border color is #E6D2E0.


Opacity

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

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

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

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

This text has shadow with #E6D2E0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6D2E0 on black background.


Color preview on white background

This text has color #E6D2E0 on white background.



Black color preview on #E6D2E0 background

This text has black color on #E6D2E0 background.


White color preview on #E6D2E0 background

This text has white color on #E6D2E0 background.