COLOR #E6BDC1

HEX: #E6BDC1 RGB: (230,189,193)

Color info

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

RGB color model

#E6BDC1 color RGB value is (230,189,193).

RGB: (230,189,193) (90%, 74%, 76%)

RGB channels and saturation

R 230 of 255 = 90%
G 189 of 255 = 74%
B 193 of 255 = 76%

230
189
193

R + G + B ~ 80%. #E6BDC1 is quite light color.

Portions of RGB colors in percentages

R + G + B = 230 + 189 + 193 = 612 (100%)
R 230 of 612 ~ 37.58%
G 189 of 612 ~ 30.88%
B 193 of 612 ~ 31.54'%

%37.58
%30.88
%31.54

CMYK color model

#E6BDC1 color CMYK value is (0,18,16,10).

  • cyan value is 0.00%
  • magenta value is 17.83%
  • yellow value is 16.09%
  • key color value is 9.80%

CMYK: (0,18,16,10)
C0M18Y16K10 (0%, 18%, 16%, 10%)
(0.00 / 0.18 / 0.16 / 0.10)

CMYK percentages

%0
%17.83
%16.09
%9.8

Codes

Color #E6BDC1 in popluar color models

E6 BD C1
RGB 230 189 193
HSL 354° 45.05% 82.16%
HSB/HSV 354° 17.83% 90.20%
CMYK 0.00% 17.83% 16.09%
9.80%

Color #E6BDC1 in popluar number systems.

HEX E6 BD C1
Decimal 230 189 193
Binary 11100110 10111101 11000001
Octal 346 275 301

Shades and tints

Shades of #E6BDC1

#E6BDC1
(230,189,193)
#D2ACB0
(210,172,176)
#BE9B9F
(190,155,159)
#AA8A8E
(170,138,142)
#96797D
(150,121,125)
#82686C
(130,104,108)
#6E575B
(110,87,91)
#5A464A
(90,70,74)
#463539
(70,53,57)
#322428
(50,36,40)
#1E1317
(30,19,23)
#000000
(0,0,0)

Tints of #E6BDC1

#E6BDC1
(230,189,193)
#E8C3C6
(232,195,198)
#EAC9CB
(234,201,203)
#ECCFD0
(236,207,208)
#EED5D5
(238,213,213)
#F0DBDA
(240,219,218)
#F2E1DF
(242,225,223)
#F4E7E4
(244,231,228)
#F6EDE9
(246,237,233)
#F8F3EE
(248,243,238)
#FAF9F3
(250,249,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E6BDC1; }

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

This text font color is #E6BDC1.

Background Color

.myBgColor { background-color: #E6BDC1; }

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

This div background color is #E6BDC1.

Border color

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

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

This div border color is #E6BDC1.

Opacity

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

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

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

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

This text has shadow with #E6BDC1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E6BDC1.

Preview

Color preview on black background

This text has color #E6BDC1 on black background.


Color preview on white background

This text has color #E6BDC1 on white background.


Black color preview on #E6BDC1 background

This text has black color on #E6BDC1 background.


White color preview on #E6BDC1 background

This text has white color on #E6BDC1 background.


Related colors

Complementary color

Complementary color for #hex is #19423E.


I love getcolorcode.com

Triadic colors

1 #C1E6BD and #BDC1E6 with #E6BDC1 are triadic colors.

2 #C1BDE6 and #BDE6C1 with #E6BDC1 are triadic colors.