COLOR #E6B2DA

HEX: #E6B2DA
RGB: (230,178,218)

Color info

#E6B2DA contains red, green and blue colors in about the same proportion. Web safe color of #E6B2DA is #CC99CC (or #C9C).

RGB color model

#E6B2DA color RGB value is (230,178,218).

  • red value is 230;
  • green value is 178;
  • blue value is 218.
RGB:
(230,178,218)
(90%,70%,85%)

RGB channels and saturation

R 230 of 255 = 90%
G 178 of 255 = 70%
B 218 of 255 = 85%

230
178
218

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

Portions of RGB colors in percentages

R + G + B =
230 + 178 + 218 = 626 (100%)
R 230 of 626 ~ 36.74%
G 178 of 626 ~ 28.43%
B 218 of 626 ~ 34.82%

%36.74
%28.43
%34.82

CMYK color model

#E6B2DA color CMYK value is (0,23,5,10).

  • cyan value is 0.00%
  • magenta value is 22.61%
  • yellow value is 5.22%
  • key color value is 9.80%
CMYK:
(0,23,5,10)
C0M23Y5K10 
(0%,23%,5%,10%)
(0.00/0.23/0.05/0.10)	

CMYK percentages

%0
%22.61
%5.22
%9.8

Codes

Color #E6B2DA in popluar color models

E6B2DA
RGB230178218
HSL314°50.98%80.00%
HSB/HSV314°22.61%90.20%
CMYK0.00%22.61%5.22%
9.80%

Color #E6B2DA in popluar number systems.

HEXE6B2DA
Decimal230178218
Binary111001101011001011011010
Octal346262332

Shades and tints

Shades of #E6B2DA

#E6B2DA
(230,178,218)
#D2A2C7
(210,162,199)
#BE92B4
(190,146,180)
#AA82A1
(170,130,161)
#96728E
(150,114,142)
#82627B
(130,98,123)
#6E5268
(110,82,104)
#5A4255
(90,66,85)
#463242
(70,50,66)
#32222F
(50,34,47)
#1E121C
(30,18,28)
#000000
(0,0,0)

Tints of #E6B2DA

#E6B2DA
(230,178,218)
#E8B9DD
(232,185,221)
#EAC0E0
(234,192,224)
#ECC7E3
(236,199,227)
#EECEE6
(238,206,230)
#F0D5E9
(240,213,233)
#F2DCEC
(242,220,236)
#F4E3EF
(244,227,239)
#F6EAF2
(246,234,242)
#F8F1F5
(248,241,245)
#FAF8F8
(250,248,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E6B2DA; }

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

This text font color is #E6B2DA.


Background Color

.myBgColor { background-color: #E6B2DA; }

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

This div background color is #E6B2DA.


Border color

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

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

This div border color is #E6B2DA.


Opacity

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

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

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

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

This text has shadow with #E6B2DA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6B2DA on black background.


Color preview on white background

This text has color #E6B2DA on white background.



Black color preview on #E6B2DA background

This text has black color on #E6B2DA background.


White color preview on #E6B2DA background

This text has white color on #E6B2DA background.