COLOR #E6CBCE

HEX: #E6CBCE RGB: (230,203,206)

Color info

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

RGB color model

#E6CBCE color RGB value is (230,203,206).

RGB: (230,203,206) (90%, 80%, 81%)

RGB channels and saturation

R 230 of 255 = 90%
G 203 of 255 = 80%
B 206 of 255 = 81%

230
203
206

R + G + B ~ 84%. #E6CBCE is quite light color.

Portions of RGB colors in percentages

R + G + B = 230 + 203 + 206 = 639 (100%)
R 230 of 639 ~ 35.99%
G 203 of 639 ~ 31.77%
B 206 of 639 ~ 32.24'%

%35.99
%31.77
%32.24

CMYK color model

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

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

CMYK: (0,12,10,10)
C0M12Y10K10 (0%, 12%, 10%, 10%)
(0.00 / 0.12 / 0.10 / 0.10)

CMYK percentages

%0
%11.74
%10.43
%9.8

Codes

Color #E6CBCE in popluar color models

E6 CB CE
RGB 230 203 206
HSL 353° 35.06% 84.90%
HSB/HSV 353° 11.74% 90.20%
CMYK 0.00% 11.74% 10.43%
9.80%

Color #E6CBCE in popluar number systems.

HEX E6 CB CE
Decimal 230 203 206
Binary 11100110 11001011 11001110
Octal 346 313 316

Shades and tints

Shades of #E6CBCE

#E6CBCE
(230,203,206)
#D2B9BC
(210,185,188)
#BEA7AA
(190,167,170)
#AA9598
(170,149,152)
#968386
(150,131,134)
#827174
(130,113,116)
#6E5F62
(110,95,98)
#5A4D50
(90,77,80)
#463B3E
(70,59,62)
#32292C
(50,41,44)
#1E171A
(30,23,26)
#000000
(0,0,0)

Tints of #E6CBCE

#E6CBCE
(230,203,206)
#E8CFD2
(232,207,210)
#EAD3D6
(234,211,214)
#ECD7DA
(236,215,218)
#EEDBDE
(238,219,222)
#F0DFE2
(240,223,226)
#F2E3E6
(242,227,230)
#F4E7EA
(244,231,234)
#F6EBEE
(246,235,238)
#F8EFF2
(248,239,242)
#FAF3F6
(250,243,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E6CBCE; }

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

This text font color is #E6CBCE.

Background Color

.myBgColor { background-color: #E6CBCE; }

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

This div background color is #E6CBCE.

Border color

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

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

This div border color is #E6CBCE.

Opacity

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

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

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

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

This text has shadow with #E6CBCE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E6CBCE.

Preview

Color preview on black background

This text has color #E6CBCE on black background.


Color preview on white background

This text has color #E6CBCE on white background.


Black color preview on #E6CBCE background

This text has black color on #E6CBCE background.


White color preview on #E6CBCE background

This text has white color on #E6CBCE background.


Related colors

Complementary color

Complementary color for #hex is #193431.


I love getcolorcode.com

Triadic colors

1 #CEE6CB and #CBCEE6 with #E6CBCE are triadic colors.

2 #CECBE6 and #CBE6CE with #E6CBCE are triadic colors.