COLOR #EFD3CB

HEX: #EFD3CB
RGB: (239,211,203)

Color info

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

RGB color model

#EFD3CB color RGB value is (239,211,203).

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

RGB channels and saturation

R 239 of 255 = 94%
G 211 of 255 = 83%
B 203 of 255 = 80%

239
211
203

R + G + B ~ 86%. #EFD3CB is light color.

Portions of RGB colors in percentages

R + G + B =
239 + 211 + 203 = 653 (100%)
R 239 of 653 ~ 36.6%
G 211 of 653 ~ 32.31%
B 203 of 653 ~ 31.09%

%36.6
%32.31
%31.09

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 11.72%
  • yellow value is 15.06%
  • key color value is 6.27%
CMYK:
(0,12,15,6)
C0M12Y15K6 
(0%,12%,15%,6%)
(0.00/0.12/0.15/0.06)	

CMYK percentages

%0
%11.72
%15.06
%6.27

Codes

Color #EFD3CB in popluar color models

EFD3CB
RGB239211203
HSL13°52.94%86.67%
HSB/HSV13°15.06%93.73%
CMYK0.00%11.72%15.06%
6.27%

Color #EFD3CB in popluar number systems.

HEXEFD3CB
Decimal239211203
Binary111011111101001111001011
Octal357323313

Shades and tints

Shades of #EFD3CB

#EFD3CB
(239,211,203)
#DAC0B9
(218,192,185)
#C5ADA7
(197,173,167)
#B09A95
(176,154,149)
#9B8783
(155,135,131)
#867471
(134,116,113)
#71615F
(113,97,95)
#5C4E4D
(92,78,77)
#473B3B
(71,59,59)
#322829
(50,40,41)
#1D1517
(29,21,23)
#000000
(0,0,0)

Tints of #EFD3CB

#EFD3CB
(239,211,203)
#F0D7CF
(240,215,207)
#F1DBD3
(241,219,211)
#F2DFD7
(242,223,215)
#F3E3DB
(243,227,219)
#F4E7DF
(244,231,223)
#F5EBE3
(245,235,227)
#F6EFE7
(246,239,231)
#F7F3EB
(247,243,235)
#F8F7EF
(248,247,239)
#F9FBF3
(249,251,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EFD3CB; }

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

This text font color is #EFD3CB.


Background Color

.myBgColor { background-color: #EFD3CB; }

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

This div background color is #EFD3CB.


Border color

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

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

This div border color is #EFD3CB.


Opacity

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

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

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

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

This text has shadow with #EFD3CB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EFD3CB on black background.


Color preview on white background

This text has color #EFD3CB on white background.



Black color preview on #EFD3CB background

This text has black color on #EFD3CB background.


White color preview on #EFD3CB background

This text has white color on #EFD3CB background.