COLOR #E3CBCE

HEX: #E3CBCE RGB: (227,203,206)

Color info

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

RGB color model

#E3CBCE color RGB value is (227,203,206).

RGB: (227,203,206) (89%, 80%, 81%)

RGB channels and saturation

R 227 of 255 = 89%
G 203 of 255 = 80%
B 206 of 255 = 81%

227
203
206

R + G + B ~ 83%. #E3CBCE is quite light color.

Portions of RGB colors in percentages

R + G + B = 227 + 203 + 206 = 636 (100%)
R 227 of 636 ~ 35.69%
G 203 of 636 ~ 31.92%
B 206 of 636 ~ 32.39'%

%35.69
%31.92
%32.39

CMYK color model

#E3CBCE color CMYK value is (0,11,9,11).

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

CMYK: (0,11,9,11)
C0M11Y9K11 (0%, 11%, 9%, 11%)
(0.00 / 0.11 / 0.09 / 0.11)

CMYK percentages

%0
%10.57
%9.25
%10.98

Codes

Color #E3CBCE in popluar color models

E3 CB CE
RGB 227 203 206
HSL 353° 30.00% 84.31%
HSB/HSV 353° 10.57% 89.02%
CMYK 0.00% 10.57% 9.25%
10.98%

Color #E3CBCE in popluar number systems.

HEX E3 CB CE
Decimal 227 203 206
Binary 11100011 11001011 11001110
Octal 343 313 316

Shades and tints

Shades of #E3CBCE

#E3CBCE
(227,203,206)
#CFB9BC
(207,185,188)
#BBA7AA
(187,167,170)
#A79598
(167,149,152)
#938386
(147,131,134)
#7F7174
(127,113,116)
#6B5F62
(107,95,98)
#574D50
(87,77,80)
#433B3E
(67,59,62)
#2F292C
(47,41,44)
#1B171A
(27,23,26)
#000000
(0,0,0)

Tints of #E3CBCE

#E3CBCE
(227,203,206)
#E5CFD2
(229,207,210)
#E7D3D6
(231,211,214)
#E9D7DA
(233,215,218)
#EBDBDE
(235,219,222)
#EDDFE2
(237,223,226)
#EFE3E6
(239,227,230)
#F1E7EA
(241,231,234)
#F3EBEE
(243,235,238)
#F5EFF2
(245,239,242)
#F7F3F6
(247,243,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E3CBCE; }

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

This text font color is #E3CBCE.

Background Color

.myBgColor { background-color: #E3CBCE; }

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

This div background color is #E3CBCE.

Border color

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

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

This div border color is #E3CBCE.

Opacity

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

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

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

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

This text has shadow with #E3CBCE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E3CBCE.

Preview

Color preview on black background

This text has color #E3CBCE on black background.


Color preview on white background

This text has color #E3CBCE on white background.


Black color preview on #E3CBCE background

This text has black color on #E3CBCE background.


White color preview on #E3CBCE background

This text has white color on #E3CBCE background.


Related colors

Complementary color

Complementary color for #hex is #1C3431.


I love getcolorcode.com

Triadic colors

1 #CEE3CB and #CBCEE3 with #E3CBCE are triadic colors.

2 #CECBE3 and #CBE3CE with #E3CBCE are triadic colors.