COLOR #E3CBD2

HEX: #E3CBD2
RGB: (227,203,210)

Color info

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

RGB color model

#E3CBD2 color RGB value is (227,203,210).

  • red value is 227;
  • green value is 203;
  • blue value is 210.
RGB:
(227,203,210)
(89%,80%,82%)

RGB channels and saturation

R 227 of 255 = 89%
G 203 of 255 = 80%
B 210 of 255 = 82%

227
203
210

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

Portions of RGB colors in percentages

R + G + B =
227 + 203 + 210 = 640 (100%)
R 227 of 640 ~ 35.47%
G 203 of 640 ~ 31.72%
B 210 of 640 ~ 32.81%

%35.47
%31.72
%32.81

CMYK color model

#E3CBD2 color CMYK value is (0,11,7,11).

  • cyan value is 0.00%
  • magenta value is 10.57%
  • yellow value is 7.49%
  • key color value is 10.98%
CMYK:
(0,11,7,11)
C0M11Y7K11 
(0%,11%,7%,11%)
(0.00/0.11/0.07/0.11)	

CMYK percentages

%0
%10.57
%7.49
%10.98

Codes

Color #E3CBD2 in popluar color models

E3CBD2
RGB227203210
HSL343°30.00%84.31%
HSB/HSV343°10.57%89.02%
CMYK0.00%10.57%7.49%
10.98%

Color #E3CBD2 in popluar number systems.

HEXE3CBD2
Decimal227203210
Binary111000111100101111010010
Octal343313322

Shades and tints

Shades of #E3CBD2

#E3CBD2
(227,203,210)
#CFB9BF
(207,185,191)
#BBA7AC
(187,167,172)
#A79599
(167,149,153)
#938386
(147,131,134)
#7F7173
(127,113,115)
#6B5F60
(107,95,96)
#574D4D
(87,77,77)
#433B3A
(67,59,58)
#2F2927
(47,41,39)
#1B1714
(27,23,20)
#000000
(0,0,0)

Tints of #E3CBD2

#E3CBD2
(227,203,210)
#E5CFD6
(229,207,214)
#E7D3DA
(231,211,218)
#E9D7DE
(233,215,222)
#EBDBE2
(235,219,226)
#EDDFE6
(237,223,230)
#EFE3EA
(239,227,234)
#F1E7EE
(241,231,238)
#F3EBF2
(243,235,242)
#F5EFF6
(245,239,246)
#F7F3FA
(247,243,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E3CBD2 color. Also use rgb(227,203,210) instead hex code.

Text Font Color

.myTextColor { color: #E3CBD2; }

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

This text font color is #E3CBD2.


Background Color

.myBgColor { background-color: #E3CBD2; }

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

This div background color is #E3CBD2.


Border color

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

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

This div border color is #E3CBD2.


Opacity

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

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

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

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

This text has shadow with #E3CBD2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E3CBD2 on black background.


Color preview on white background

This text has color #E3CBD2 on white background.



Black color preview on #E3CBD2 background

This text has black color on #E3CBD2 background.


White color preview on #E3CBD2 background

This text has white color on #E3CBD2 background.