COLOR #E6CBDB

HEX: #E6CBDB RGB: (230,203,219)

Color info

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

RGB color model

#E6CBDB color RGB value is (230,203,219).

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

RGB channels and saturation

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

230
203
219

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

Portions of RGB colors in percentages

R + G + B = 230 + 203 + 219 = 652 (100%)
R 230 of 652 ~ 35.28%
G 203 of 652 ~ 31.13%
B 219 of 652 ~ 33.59'%

%35.28
%31.13
%33.59

CMYK color model

#E6CBDB color CMYK value is (0,12,5,10).

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

CMYK: (0,12,5,10)
C0M12Y5K10 (0%, 12%, 5%, 10%)
(0.00 / 0.12 / 0.05 / 0.10)

CMYK percentages

%0
%11.74
%4.78
%9.8

Codes

Color #E6CBDB in popluar color models

E6 CB DB
RGB 230 203 219
HSL 324° 35.06% 84.90%
HSB/HSV 324° 11.74% 90.20%
CMYK 0.00% 11.74% 4.78%
9.80%

Color #E6CBDB in popluar number systems.

HEX E6 CB DB
Decimal 230 203 219
Binary 11100110 11001011 11011011
Octal 346 313 333

Shades and tints

Shades of #E6CBDB

#E6CBDB
(230,203,219)
#D2B9C8
(210,185,200)
#BEA7B5
(190,167,181)
#AA95A2
(170,149,162)
#96838F
(150,131,143)
#82717C
(130,113,124)
#6E5F69
(110,95,105)
#5A4D56
(90,77,86)
#463B43
(70,59,67)
#322930
(50,41,48)
#1E171D
(30,23,29)
#000000
(0,0,0)

Tints of #E6CBDB

#E6CBDB
(230,203,219)
#E8CFDE
(232,207,222)
#EAD3E1
(234,211,225)
#ECD7E4
(236,215,228)
#EEDBE7
(238,219,231)
#F0DFEA
(240,223,234)
#F2E3ED
(242,227,237)
#F4E7F0
(244,231,240)
#F6EBF3
(246,235,243)
#F8EFF6
(248,239,246)
#FAF3F9
(250,243,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E6CBDB; }

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

This text font color is #E6CBDB.

Background Color

.myBgColor { background-color: #E6CBDB; }

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

This div background color is #E6CBDB.

Border color

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

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

This div border color is #E6CBDB.

Opacity

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

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

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

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

This text has shadow with #E6CBDB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E6CBDB.

Preview

Color preview on black background

This text has color #E6CBDB on black background.


Color preview on white background

This text has color #E6CBDB on white background.


Black color preview on #E6CBDB background

This text has black color on #E6CBDB background.


White color preview on #E6CBDB background

This text has white color on #E6CBDB background.


Related colors

Complementary color

Complementary color for #hex is #193424.


I love getcolorcode.com

Triadic colors

1 #DBE6CB and #CBDBE6 with #E6CBDB are triadic colors.

2 #DBCBE6 and #CBE6DB with #E6CBDB are triadic colors.