COLOR #E3CDBD

HEX: #E3CDBD
RGB: (227,205,189)

Color info

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

RGB color model

#E3CDBD color RGB value is (227,205,189).

  • red value is 227;
  • green value is 205;
  • blue value is 189.
RGB:
(227,205,189)
(89%,80%,74%)

RGB channels and saturation

R 227 of 255 = 89%
G 205 of 255 = 80%
B 189 of 255 = 74%

227
205
189

R + G + B ~ 81%. #E3CDBD is quite light color.

Portions of RGB colors in percentages

R + G + B =
227 + 205 + 189 = 621 (100%)
R 227 of 621 ~ 36.55%
G 205 of 621 ~ 33.01%
B 189 of 621 ~ 30.43%

%36.55
%33.01
%30.43

CMYK color model

#E3CDBD color CMYK value is (0,10,17,11).

  • cyan value is 0.00%
  • magenta value is 9.69%
  • yellow value is 16.74%
  • key color value is 10.98%
CMYK:
(0,10,17,11)
C0M10Y17K11 
(0%,10%,17%,11%)
(0.00/0.10/0.17/0.11)	

CMYK percentages

%0
%9.69
%16.74
%10.98

Codes

Color #E3CDBD in popluar color models

E3CDBD
RGB227205189
HSL25°40.43%81.57%
HSB/HSV25°16.74%89.02%
CMYK0.00%9.69%16.74%
10.98%

Color #E3CDBD in popluar number systems.

HEXE3CDBD
Decimal227205189
Binary111000111100110110111101
Octal343315275

Shades and tints

Shades of #E3CDBD

#E3CDBD
(227,205,189)
#CFBBAC
(207,187,172)
#BBA99B
(187,169,155)
#A7978A
(167,151,138)
#938579
(147,133,121)
#7F7368
(127,115,104)
#6B6157
(107,97,87)
#574F46
(87,79,70)
#433D35
(67,61,53)
#2F2B24
(47,43,36)
#1B1913
(27,25,19)
#000000
(0,0,0)

Tints of #E3CDBD

#E3CDBD
(227,205,189)
#E5D1C3
(229,209,195)
#E7D5C9
(231,213,201)
#E9D9CF
(233,217,207)
#EBDDD5
(235,221,213)
#EDE1DB
(237,225,219)
#EFE5E1
(239,229,225)
#F1E9E7
(241,233,231)
#F3EDED
(243,237,237)
#F5F1F3
(245,241,243)
#F7F5F9
(247,245,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E3CDBD color. Also use rgb(227,205,189) instead hex code.

Text Font Color

.myTextColor { color: #E3CDBD; }

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

This text font color is #E3CDBD.


Background Color

.myBgColor { background-color: #E3CDBD; }

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

This div background color is #E3CDBD.


Border color

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

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

This div border color is #E3CDBD.


Opacity

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

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

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

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

This text has shadow with #E3CDBD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E3CDBD on black background.


Color preview on white background

This text has color #E3CDBD on white background.



Black color preview on #E3CDBD background

This text has black color on #E3CDBD background.


White color preview on #E3CDBD background

This text has white color on #E3CDBD background.