COLOR #E3CBD7

HEX: #E3CBD7 RGB: (227,203,215)

Color info

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

RGB color model

#E3CBD7 color RGB value is (227,203,215).

RGB: (227,203,215) (89%, 80%, 84%)

RGB channels and saturation

R 227 of 255 = 89%
G 203 of 255 = 80%
B 215 of 255 = 84%

227
203
215

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

Portions of RGB colors in percentages

R + G + B = 227 + 203 + 215 = 645 (100%)
R 227 of 645 ~ 35.19%
G 203 of 645 ~ 31.47%
B 215 of 645 ~ 33.33'%

%35.19
%31.47
%33.33

CMYK color model

#E3CBD7 color CMYK value is (0,11,5,11).

  • cyan value is 0.00%
  • magenta value is 10.57%
  • yellow value is 5.29%
  • key color value is 10.98%

CMYK: (0,11,5,11)
C0M11Y5K11 (0%, 11%, 5%, 11%)
(0.00 / 0.11 / 0.05 / 0.11)

CMYK percentages

%0
%10.57
%5.29
%10.98

Codes

Color #E3CBD7 in popluar color models

E3 CB D7
RGB 227 203 215
HSL 330° 30.00% 84.31%
HSB/HSV 330° 10.57% 89.02%
CMYK 0.00% 10.57% 5.29%
10.98%

Color #E3CBD7 in popluar number systems.

HEX E3 CB D7
Decimal 227 203 215
Binary 11100011 11001011 11010111
Octal 343 313 327

Shades and tints

Shades of #E3CBD7

#E3CBD7
(227,203,215)
#CFB9C4
(207,185,196)
#BBA7B1
(187,167,177)
#A7959E
(167,149,158)
#93838B
(147,131,139)
#7F7178
(127,113,120)
#6B5F65
(107,95,101)
#574D52
(87,77,82)
#433B3F
(67,59,63)
#2F292C
(47,41,44)
#1B1719
(27,23,25)
#000000
(0,0,0)

Tints of #E3CBD7

#E3CBD7
(227,203,215)
#E5CFDA
(229,207,218)
#E7D3DD
(231,211,221)
#E9D7E0
(233,215,224)
#EBDBE3
(235,219,227)
#EDDFE6
(237,223,230)
#EFE3E9
(239,227,233)
#F1E7EC
(241,231,236)
#F3EBEF
(243,235,239)
#F5EFF2
(245,239,242)
#F7F3F5
(247,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E3CBD7; }

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

This text font color is #E3CBD7.

Background Color

.myBgColor { background-color: #E3CBD7; }

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

This div background color is #E3CBD7.

Border color

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

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

This div border color is #E3CBD7.

Opacity

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

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

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

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

This text has shadow with #E3CBD7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E3CBD7.

Preview

Color preview on black background

This text has color #E3CBD7 on black background.


Color preview on white background

This text has color #E3CBD7 on white background.


Black color preview on #E3CBD7 background

This text has black color on #E3CBD7 background.


White color preview on #E3CBD7 background

This text has white color on #E3CBD7 background.


Related colors

Complementary color

Complementary color for #hex is #1C3428.


I love getcolorcode.com

Triadic colors

1 #D7E3CB and #CBD7E3 with #E3CBD7 are triadic colors.

2 #D7CBE3 and #CBE3D7 with #E3CBD7 are triadic colors.