COLOR #E6CBD0

HEX: #E6CBD0
RGB: (230,203,208)

Color info

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

RGB color model

#E6CBD0 color RGB value is (230,203,208).

  • red value is 230;
  • green value is 203;
  • blue value is 208.
RGB:
(230,203,208)
(90%,80%,82%)

RGB channels and saturation

R 230 of 255 = 90%
G 203 of 255 = 80%
B 208 of 255 = 82%

230
203
208

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

Portions of RGB colors in percentages

R + G + B =
230 + 203 + 208 = 641 (100%)
R 230 of 641 ~ 35.88%
G 203 of 641 ~ 31.67%
B 208 of 641 ~ 32.45%

%35.88
%31.67
%32.45

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 11.74%
  • yellow value is 9.57%
  • 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
%9.57
%9.8

Codes

Color #E6CBD0 in popluar color models

E6CBD0
RGB230203208
HSL349°35.06%84.90%
HSB/HSV349°11.74%90.20%
CMYK0.00%11.74%9.57%
9.80%

Color #E6CBD0 in popluar number systems.

HEXE6CBD0
Decimal230203208
Binary111001101100101111010000
Octal346313320

Shades and tints

Shades of #E6CBD0

#E6CBD0
(230,203,208)
#D2B9BE
(210,185,190)
#BEA7AC
(190,167,172)
#AA959A
(170,149,154)
#968388
(150,131,136)
#827176
(130,113,118)
#6E5F64
(110,95,100)
#5A4D52
(90,77,82)
#463B40
(70,59,64)
#32292E
(50,41,46)
#1E171C
(30,23,28)
#000000
(0,0,0)

Tints of #E6CBD0

#E6CBD0
(230,203,208)
#E8CFD4
(232,207,212)
#EAD3D8
(234,211,216)
#ECD7DC
(236,215,220)
#EEDBE0
(238,219,224)
#F0DFE4
(240,223,228)
#F2E3E8
(242,227,232)
#F4E7EC
(244,231,236)
#F6EBF0
(246,235,240)
#F8EFF4
(248,239,244)
#FAF3F8
(250,243,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E6CBD0; }

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

This text font color is #E6CBD0.


Background Color

.myBgColor { background-color: #E6CBD0; }

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

This div background color is #E6CBD0.


Border color

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

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

This div border color is #E6CBD0.


Opacity

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

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

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

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

This text has shadow with #E6CBD0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6CBD0 on black background.


Color preview on white background

This text has color #E6CBD0 on white background.



Black color preview on #E6CBD0 background

This text has black color on #E6CBD0 background.


White color preview on #E6CBD0 background

This text has white color on #E6CBD0 background.