COLOR #E6CBDC

HEX: #E6CBDC RGB: (230,203,220)

Color info

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

RGB color model

#E6CBDC color RGB value is (230,203,220).

RGB: (230,203,220) (90%, 80%, 86%)

RGB channels and saturation

R 230 of 255 = 90%
G 203 of 255 = 80%
B 220 of 255 = 86%

230
203
220

R + G + B ~ 85%. #E6CBDC is quite light color.

Portions of RGB colors in percentages

R + G + B = 230 + 203 + 220 = 653 (100%)
R 230 of 653 ~ 35.22%
G 203 of 653 ~ 31.09%
B 220 of 653 ~ 33.69'%

%35.22
%31.09
%33.69

CMYK color model

#E6CBDC color CMYK value is (0,12,4,10).

  • cyan value is 0.00%
  • magenta value is 11.74%
  • yellow value is 4.35%
  • key color value is 9.80%

CMYK: (0,12,4,10)
C0M12Y4K10 (0%, 12%, 4%, 10%)
(0.00 / 0.12 / 0.04 / 0.10)

CMYK percentages

%0
%11.74
%4.35
%9.8

Codes

Color #E6CBDC in popluar color models

E6 CB DC
RGB 230 203 220
HSL 322° 35.06% 84.90%
HSB/HSV 322° 11.74% 90.20%
CMYK 0.00% 11.74% 4.35%
9.80%

Color #E6CBDC in popluar number systems.

HEX E6 CB DC
Decimal 230 203 220
Binary 11100110 11001011 11011100
Octal 346 313 334

Shades and tints

Shades of #E6CBDC

#E6CBDC
(230,203,220)
#D2B9C8
(210,185,200)
#BEA7B4
(190,167,180)
#AA95A0
(170,149,160)
#96838C
(150,131,140)
#827178
(130,113,120)
#6E5F64
(110,95,100)
#5A4D50
(90,77,80)
#463B3C
(70,59,60)
#322928
(50,41,40)
#1E1714
(30,23,20)
#000000
(0,0,0)

Tints of #E6CBDC

#E6CBDC
(230,203,220)
#E8CFDF
(232,207,223)
#EAD3E2
(234,211,226)
#ECD7E5
(236,215,229)
#EEDBE8
(238,219,232)
#F0DFEB
(240,223,235)
#F2E3EE
(242,227,238)
#F4E7F1
(244,231,241)
#F6EBF4
(246,235,244)
#F8EFF7
(248,239,247)
#FAF3FA
(250,243,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E6CBDC color. Also use rgb(230,203,220) instead hex code.

Text Font Color

.myTextColor { color: #E6CBDC; }

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

This text font color is #E6CBDC.

Background Color

.myBgColor { background-color: #E6CBDC; }

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

This div background color is #E6CBDC.

Border color

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

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

This div border color is #E6CBDC.

Opacity

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

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

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

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

This text has shadow with #E6CBDC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E6CBDC.

Preview

Color preview on black background

This text has color #E6CBDC on black background.


Color preview on white background

This text has color #E6CBDC on white background.


Black color preview on #E6CBDC background

This text has black color on #E6CBDC background.


White color preview on #E6CBDC background

This text has white color on #E6CBDC background.


Related colors

Complementary color

Complementary color for #hex is #193423.


I love getcolorcode.com

Triadic colors

1 #DCE6CB and #CBDCE6 with #E6CBDC are triadic colors.

2 #DCCBE6 and #CBE6DC with #E6CBDC are triadic colors.