COLOR #E6BECF

HEX: #E6BECF RGB: (230,190,207)

Color info

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

RGB color model

#E6BECF color RGB value is (230,190,207).

RGB: (230,190,207) (90%, 75%, 81%)

RGB channels and saturation

R 230 of 255 = 90%
G 190 of 255 = 75%
B 207 of 255 = 81%

230
190
207

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

Portions of RGB colors in percentages

R + G + B = 230 + 190 + 207 = 627 (100%)
R 230 of 627 ~ 36.68%
G 190 of 627 ~ 30.3%
B 207 of 627 ~ 33.01'%

%36.68
%30.3
%33.01

CMYK color model

#E6BECF color CMYK value is (0,17,10,10).

  • cyan value is 0.00%
  • magenta value is 17.39%
  • yellow value is 10.00%
  • key color value is 9.80%

CMYK: (0,17,10,10)
C0M17Y10K10 (0%, 17%, 10%, 10%)
(0.00 / 0.17 / 0.10 / 0.10)

CMYK percentages

%0
%17.39
%10
%9.8

Codes

Color #E6BECF in popluar color models

E6 BE CF
RGB 230 190 207
HSL 335° 44.44% 82.35%
HSB/HSV 335° 17.39% 90.20%
CMYK 0.00% 17.39% 10.00%
9.80%

Color #E6BECF in popluar number systems.

HEX E6 BE CF
Decimal 230 190 207
Binary 11100110 10111110 11001111
Octal 346 276 317

Shades and tints

Shades of #E6BECF

#E6BECF
(230,190,207)
#D2ADBD
(210,173,189)
#BE9CAB
(190,156,171)
#AA8B99
(170,139,153)
#967A87
(150,122,135)
#826975
(130,105,117)
#6E5863
(110,88,99)
#5A4751
(90,71,81)
#46363F
(70,54,63)
#32252D
(50,37,45)
#1E141B
(30,20,27)
#000000
(0,0,0)

Tints of #E6BECF

#E6BECF
(230,190,207)
#E8C3D3
(232,195,211)
#EAC8D7
(234,200,215)
#ECCDDB
(236,205,219)
#EED2DF
(238,210,223)
#F0D7E3
(240,215,227)
#F2DCE7
(242,220,231)
#F4E1EB
(244,225,235)
#F6E6EF
(246,230,239)
#F8EBF3
(248,235,243)
#FAF0F7
(250,240,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E6BECF color. Also use rgb(230,190,207) instead hex code.

Text Font Color

.myTextColor { color: #E6BECF; }

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

This text font color is #E6BECF.

Background Color

.myBgColor { background-color: #E6BECF; }

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

This div background color is #E6BECF.

Border color

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

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

This div border color is #E6BECF.

Opacity

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

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

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

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

This text has shadow with #E6BECF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E6BECF.

Preview

Color preview on black background

This text has color #E6BECF on black background.


Color preview on white background

This text has color #E6BECF on white background.


Black color preview on #E6BECF background

This text has black color on #E6BECF background.


White color preview on #E6BECF background

This text has white color on #E6BECF background.


Related colors

Complementary color

Complementary color for #hex is #194130.


I love getcolorcode.com

Triadic colors

1 #CFE6BE and #BECFE6 with #E6BECF are triadic colors.

2 #CFBEE6 and #BEE6CF with #E6BECF are triadic colors.