COLOR #E6BDCA

HEX: #E6BDCA RGB: (230,189,202)

Color info

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

RGB color model

#E6BDCA color RGB value is (230,189,202).

RGB: (230,189,202) (90%, 74%, 79%)

RGB channels and saturation

R 230 of 255 = 90%
G 189 of 255 = 74%
B 202 of 255 = 79%

230
189
202

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

Portions of RGB colors in percentages

R + G + B = 230 + 189 + 202 = 621 (100%)
R 230 of 621 ~ 37.04%
G 189 of 621 ~ 30.43%
B 202 of 621 ~ 32.53'%

%37.04
%30.43
%32.53

CMYK color model

#E6BDCA color CMYK value is (0,18,12,10).

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

CMYK: (0,18,12,10)
C0M18Y12K10 (0%, 18%, 12%, 10%)
(0.00 / 0.18 / 0.12 / 0.10)

CMYK percentages

%0
%17.83
%12.17
%9.8

Codes

Color #E6BDCA in popluar color models

E6 BD CA
RGB 230 189 202
HSL 341° 45.05% 82.16%
HSB/HSV 341° 17.83% 90.20%
CMYK 0.00% 17.83% 12.17%
9.80%

Color #E6BDCA in popluar number systems.

HEX E6 BD CA
Decimal 230 189 202
Binary 11100110 10111101 11001010
Octal 346 275 312

Shades and tints

Shades of #E6BDCA

#E6BDCA
(230,189,202)
#D2ACB8
(210,172,184)
#BE9BA6
(190,155,166)
#AA8A94
(170,138,148)
#967982
(150,121,130)
#826870
(130,104,112)
#6E575E
(110,87,94)
#5A464C
(90,70,76)
#46353A
(70,53,58)
#322428
(50,36,40)
#1E1316
(30,19,22)
#000000
(0,0,0)

Tints of #E6BDCA

#E6BDCA
(230,189,202)
#E8C3CE
(232,195,206)
#EAC9D2
(234,201,210)
#ECCFD6
(236,207,214)
#EED5DA
(238,213,218)
#F0DBDE
(240,219,222)
#F2E1E2
(242,225,226)
#F4E7E6
(244,231,230)
#F6EDEA
(246,237,234)
#F8F3EE
(248,243,238)
#FAF9F2
(250,249,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E6BDCA; }

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

This text font color is #E6BDCA.

Background Color

.myBgColor { background-color: #E6BDCA; }

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

This div background color is #E6BDCA.

Border color

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

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

This div border color is #E6BDCA.

Opacity

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

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

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

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

This text has shadow with #E6BDCA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E6BDCA.

Preview

Color preview on black background

This text has color #E6BDCA on black background.


Color preview on white background

This text has color #E6BDCA on white background.


Black color preview on #E6BDCA background

This text has black color on #E6BDCA background.


White color preview on #E6BDCA background

This text has white color on #E6BDCA background.


Related colors

Complementary color

Complementary color for #hex is #194235.


I love getcolorcode.com

Triadic colors

1 #CAE6BD and #BDCAE6 with #E6BDCA are triadic colors.

2 #CABDE6 and #BDE6CA with #E6BDCA are triadic colors.