COLOR #E0CFBE

HEX: #E0CFBE
RGB: (224,207,190)

Color info

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

RGB color model

#E0CFBE color RGB value is (224,207,190).

  • red value is 224;
  • green value is 207;
  • blue value is 190.
RGB:
(224,207,190)
(88%,81%,75%)

RGB channels and saturation

R 224 of 255 = 88%
G 207 of 255 = 81%
B 190 of 255 = 75%

224
207
190

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

Portions of RGB colors in percentages

R + G + B =
224 + 207 + 190 = 621 (100%)
R 224 of 621 ~ 36.07%
G 207 of 621 ~ 33.33%
B 190 of 621 ~ 30.6%

%36.07
%33.33
%30.6

CMYK color model

#E0CFBE color CMYK value is (0,8,15,12).

  • cyan value is 0.00%
  • magenta value is 7.59%
  • yellow value is 15.18%
  • key color value is 12.16%
CMYK:
(0,8,15,12)
C0M8Y15K12 
(0%,8%,15%,12%)
(0.00/0.08/0.15/0.12)	

CMYK percentages

%0
%7.59
%15.18
%12.16

Codes

Color #E0CFBE in popluar color models

E0CFBE
RGB224207190
HSL30°35.42%81.18%
HSB/HSV30°15.18%87.84%
CMYK0.00%7.59%15.18%
12.16%

Color #E0CFBE in popluar number systems.

HEXE0CFBE
Decimal224207190
Binary111000001100111110111110
Octal340317276

Shades and tints

Shades of #E0CFBE

#E0CFBE
(224,207,190)
#CCBDAD
(204,189,173)
#B8AB9C
(184,171,156)
#A4998B
(164,153,139)
#90877A
(144,135,122)
#7C7569
(124,117,105)
#686358
(104,99,88)
#545147
(84,81,71)
#403F36
(64,63,54)
#2C2D25
(44,45,37)
#181B14
(24,27,20)
#000000
(0,0,0)

Tints of #E0CFBE

#E0CFBE
(224,207,190)
#E2D3C3
(226,211,195)
#E4D7C8
(228,215,200)
#E6DBCD
(230,219,205)
#E8DFD2
(232,223,210)
#EAE3D7
(234,227,215)
#ECE7DC
(236,231,220)
#EEEBE1
(238,235,225)
#F0EFE6
(240,239,230)
#F2F3EB
(242,243,235)
#F4F7F0
(244,247,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E0CFBE color. Also use rgb(224,207,190) instead hex code.

Text Font Color

.myTextColor { color: #E0CFBE; }

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

This text font color is #E0CFBE.


Background Color

.myBgColor { background-color: #E0CFBE; }

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

This div background color is #E0CFBE.


Border color

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

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

This div border color is #E0CFBE.


Opacity

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

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

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

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

This text has shadow with #E0CFBE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E0CFBE on black background.


Color preview on white background

This text has color #E0CFBE on white background.



Black color preview on #E0CFBE background

This text has black color on #E0CFBE background.


White color preview on #E0CFBE background

This text has white color on #E0CFBE background.