COLOR #E6BDC6

HEX: #E6BDC6
RGB: (230,189,198)

Color info

#E6BDC6 contains red, green and blue colors in about the same proportion. Web safe color of #E6BDC6 is #CCCCCC (or #CCC).

RGB color model

#E6BDC6 color RGB value is (230,189,198).

  • red value is 230;
  • green value is 189;
  • blue value is 198.
RGB:
(230,189,198)
(90%,74%,78%)

RGB channels and saturation

R 230 of 255 = 90%
G 189 of 255 = 74%
B 198 of 255 = 78%

230
189
198

R + G + B ~ 81%. #E6BDC6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
230 + 189 + 198 = 617 (100%)
R 230 of 617 ~ 37.28%
G 189 of 617 ~ 30.63%
B 198 of 617 ~ 32.09%

%37.28
%30.63
%32.09

CMYK color model

#E6BDC6 color CMYK value is (0,18,14,10).

  • cyan value is 0.00%
  • magenta value is 17.83%
  • yellow value is 13.91%
  • key color value is 9.80%
CMYK:
(0,18,14,10)
C0M18Y14K10 
(0%,18%,14%,10%)
(0.00/0.18/0.14/0.10)	

CMYK percentages

%0
%17.83
%13.91
%9.8

Codes

Color #E6BDC6 in popluar color models

E6BDC6
RGB230189198
HSL347°45.05%82.16%
HSB/HSV347°17.83%90.20%
CMYK0.00%17.83%13.91%
9.80%

Color #E6BDC6 in popluar number systems.

HEXE6BDC6
Decimal230189198
Binary111001101011110111000110
Octal346275306

Shades and tints

Shades of #E6BDC6

#E6BDC6
(230,189,198)
#D2ACB4
(210,172,180)
#BE9BA2
(190,155,162)
#AA8A90
(170,138,144)
#96797E
(150,121,126)
#82686C
(130,104,108)
#6E575A
(110,87,90)
#5A4648
(90,70,72)
#463536
(70,53,54)
#322424
(50,36,36)
#1E1312
(30,19,18)
#000000
(0,0,0)

Tints of #E6BDC6

#E6BDC6
(230,189,198)
#E8C3CB
(232,195,203)
#EAC9D0
(234,201,208)
#ECCFD5
(236,207,213)
#EED5DA
(238,213,218)
#F0DBDF
(240,219,223)
#F2E1E4
(242,225,228)
#F4E7E9
(244,231,233)
#F6EDEE
(246,237,238)
#F8F3F3
(248,243,243)
#FAF9F8
(250,249,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E6BDC6 color. Also use rgb(230,189,198) instead hex code.

Text Font Color

.myTextColor { color: #E6BDC6; }

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

This text font color is #E6BDC6.


Background Color

.myBgColor { background-color: #E6BDC6; }

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

This div background color is #E6BDC6.


Border color

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

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

This div border color is #E6BDC6.


Opacity

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

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

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

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

This text has shadow with #E6BDC6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6BDC6 on black background.


Color preview on white background

This text has color #E6BDC6 on white background.



Black color preview on #E6BDC6 background

This text has black color on #E6BDC6 background.


White color preview on #E6BDC6 background

This text has white color on #E6BDC6 background.