COLOR #E3CFBD

HEX: #E3CFBD
RGB: (227,207,189)

Color info

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

RGB color model

#E3CFBD color RGB value is (227,207,189).

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

RGB channels and saturation

R 227 of 255 = 89%
G 207 of 255 = 81%
B 189 of 255 = 74%

227
207
189

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

Portions of RGB colors in percentages

R + G + B =
227 + 207 + 189 = 623 (100%)
R 227 of 623 ~ 36.44%
G 207 of 623 ~ 33.23%
B 189 of 623 ~ 30.34%

%36.44
%33.23
%30.34

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 8.81%
  • yellow value is 16.74%
  • key color value is 10.98%
CMYK:
(0,9,17,11)
C0M9Y17K11 
(0%,9%,17%,11%)
(0.00/0.09/0.17/0.11)	

CMYK percentages

%0
%8.81
%16.74
%10.98

Codes

Color #E3CFBD in popluar color models

E3CFBD
RGB227207189
HSL28°40.43%81.57%
HSB/HSV28°16.74%89.02%
CMYK0.00%8.81%16.74%
10.98%

Color #E3CFBD in popluar number systems.

HEXE3CFBD
Decimal227207189
Binary111000111100111110111101
Octal343317275

Shades and tints

Shades of #E3CFBD

#E3CFBD
(227,207,189)
#CFBDAC
(207,189,172)
#BBAB9B
(187,171,155)
#A7998A
(167,153,138)
#938779
(147,135,121)
#7F7568
(127,117,104)
#6B6357
(107,99,87)
#575146
(87,81,70)
#433F35
(67,63,53)
#2F2D24
(47,45,36)
#1B1B13
(27,27,19)
#000000
(0,0,0)

Tints of #E3CFBD

#E3CFBD
(227,207,189)
#E5D3C3
(229,211,195)
#E7D7C9
(231,215,201)
#E9DBCF
(233,219,207)
#EBDFD5
(235,223,213)
#EDE3DB
(237,227,219)
#EFE7E1
(239,231,225)
#F1EBE7
(241,235,231)
#F3EFED
(243,239,237)
#F5F3F3
(245,243,243)
#F7F7F9
(247,247,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E3CFBD; }

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

This text font color is #E3CFBD.


Background Color

.myBgColor { background-color: #E3CFBD; }

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

This div background color is #E3CFBD.


Border color

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

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

This div border color is #E3CFBD.


Opacity

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

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

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

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

This text has shadow with #E3CFBD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E3CFBD on black background.


Color preview on white background

This text has color #E3CFBD on white background.



Black color preview on #E3CFBD background

This text has black color on #E3CFBD background.


White color preview on #E3CFBD background

This text has white color on #E3CFBD background.