COLOR #EFE0CB

HEX: #EFE0CB
RGB: (239,224,203)

Color info

#EFE0CB contains red, green and blue colors in about the same proportion. Web safe color of #EFE0CB is #FFCCCC (or #FCC).

RGB color model

#EFE0CB color RGB value is (239,224,203).

  • red value is 239;
  • green value is 224;
  • blue value is 203.
RGB:
(239,224,203)
(94%,88%,80%)

RGB channels and saturation

R 239 of 255 = 94%
G 224 of 255 = 88%
B 203 of 255 = 80%

239
224
203

R + G + B ~ 87%. #EFE0CB is light color.

Portions of RGB colors in percentages

R + G + B =
239 + 224 + 203 = 666 (100%)
R 239 of 666 ~ 35.89%
G 224 of 666 ~ 33.63%
B 203 of 666 ~ 30.48%

%35.89
%33.63
%30.48

CMYK color model

#EFE0CB color CMYK value is (0,6,15,6).

  • cyan value is 0.00%
  • magenta value is 6.28%
  • yellow value is 15.06%
  • key color value is 6.27%
CMYK:
(0,6,15,6)
C0M6Y15K6 
(0%,6%,15%,6%)
(0.00/0.06/0.15/0.06)	

CMYK percentages

%0
%6.28
%15.06
%6.27

Codes

Color #EFE0CB in popluar color models

EFE0CB
RGB239224203
HSL35°52.94%86.67%
HSB/HSV35°15.06%93.73%
CMYK0.00%6.28%15.06%
6.27%

Color #EFE0CB in popluar number systems.

HEXEFE0CB
Decimal239224203
Binary111011111110000011001011
Octal357340313

Shades and tints

Shades of #EFE0CB

#EFE0CB
(239,224,203)
#DACCB9
(218,204,185)
#C5B8A7
(197,184,167)
#B0A495
(176,164,149)
#9B9083
(155,144,131)
#867C71
(134,124,113)
#71685F
(113,104,95)
#5C544D
(92,84,77)
#47403B
(71,64,59)
#322C29
(50,44,41)
#1D1817
(29,24,23)
#000000
(0,0,0)

Tints of #EFE0CB

#EFE0CB
(239,224,203)
#F0E2CF
(240,226,207)
#F1E4D3
(241,228,211)
#F2E6D7
(242,230,215)
#F3E8DB
(243,232,219)
#F4EADF
(244,234,223)
#F5ECE3
(245,236,227)
#F6EEE7
(246,238,231)
#F7F0EB
(247,240,235)
#F8F2EF
(248,242,239)
#F9F4F3
(249,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EFE0CB color. Also use rgb(239,224,203) instead hex code.

Text Font Color

.myTextColor { color: #EFE0CB; }

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

This text font color is #EFE0CB.


Background Color

.myBgColor { background-color: #EFE0CB; }

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

This div background color is #EFE0CB.


Border color

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

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

This div border color is #EFE0CB.


Opacity

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

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

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

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

This text has shadow with #EFE0CB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EFE0CB on black background.


Color preview on white background

This text has color #EFE0CB on white background.



Black color preview on #EFE0CB background

This text has black color on #EFE0CB background.


White color preview on #EFE0CB background

This text has white color on #EFE0CB background.