COLOR #E3CBD3

HEX: #E3CBD3 RGB: (227,203,211)

Color info

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

RGB color model

#E3CBD3 color RGB value is (227,203,211).

RGB: (227,203,211) (89%, 80%, 83%)

RGB channels and saturation

R 227 of 255 = 89%
G 203 of 255 = 80%
B 211 of 255 = 83%

227
203
211

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

Portions of RGB colors in percentages

R + G + B = 227 + 203 + 211 = 641 (100%)
R 227 of 641 ~ 35.41%
G 203 of 641 ~ 31.67%
B 211 of 641 ~ 32.92'%

%35.41
%31.67
%32.92

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 10.57%
  • yellow value is 7.05%
  • 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.05
%10.98

Codes

Color #E3CBD3 in popluar color models

E3 CB D3
RGB 227 203 211
HSL 340° 30.00% 84.31%
HSB/HSV 340° 10.57% 89.02%
CMYK 0.00% 10.57% 7.05%
10.98%

Color #E3CBD3 in popluar number systems.

HEX E3 CB D3
Decimal 227 203 211
Binary 11100011 11001011 11010011
Octal 343 313 323

Shades and tints

Shades of #E3CBD3

#E3CBD3
(227,203,211)
#CFB9C0
(207,185,192)
#BBA7AD
(187,167,173)
#A7959A
(167,149,154)
#938387
(147,131,135)
#7F7174
(127,113,116)
#6B5F61
(107,95,97)
#574D4E
(87,77,78)
#433B3B
(67,59,59)
#2F2928
(47,41,40)
#1B1715
(27,23,21)
#000000
(0,0,0)

Tints of #E3CBD3

#E3CBD3
(227,203,211)
#E5CFD7
(229,207,215)
#E7D3DB
(231,211,219)
#E9D7DF
(233,215,223)
#EBDBE3
(235,219,227)
#EDDFE7
(237,223,231)
#EFE3EB
(239,227,235)
#F1E7EF
(241,231,239)
#F3EBF3
(243,235,243)
#F5EFF7
(245,239,247)
#F7F3FB
(247,243,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E3CBD3; }

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

This text font color is #E3CBD3.

Background Color

.myBgColor { background-color: #E3CBD3; }

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

This div background color is #E3CBD3.

Border color

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

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

This div border color is #E3CBD3.

Opacity

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

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

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

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

This text has shadow with #E3CBD3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E3CBD3.

Preview

Color preview on black background

This text has color #E3CBD3 on black background.


Color preview on white background

This text has color #E3CBD3 on white background.


Black color preview on #E3CBD3 background

This text has black color on #E3CBD3 background.


White color preview on #E3CBD3 background

This text has white color on #E3CBD3 background.


Related colors

Complementary color

Complementary color for #hex is #1C342C.


I love getcolorcode.com

Triadic colors

1 #D3E3CB and #CBD3E3 with #E3CBD3 are triadic colors.

2 #D3CBE3 and #CBE3D3 with #E3CBD3 are triadic colors.