COLOR #EFD3C6

HEX: #EFD3C6
RGB: (239,211,198)

Color info

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

RGB color model

#EFD3C6 color RGB value is (239,211,198).

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

RGB channels and saturation

R 239 of 255 = 94%
G 211 of 255 = 83%
B 198 of 255 = 78%

239
211
198

R + G + B ~ 85%. #EFD3C6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
239 + 211 + 198 = 648 (100%)
R 239 of 648 ~ 36.88%
G 211 of 648 ~ 32.56%
B 198 of 648 ~ 30.56%

%36.88
%32.56
%30.56

CMYK color model

#EFD3C6 color CMYK value is (0,12,17,6).

  • cyan value is 0.00%
  • magenta value is 11.72%
  • yellow value is 17.15%
  • key color value is 6.27%
CMYK:
(0,12,17,6)
C0M12Y17K6 
(0%,12%,17%,6%)
(0.00/0.12/0.17/0.06)	

CMYK percentages

%0
%11.72
%17.15
%6.27

Codes

Color #EFD3C6 in popluar color models

EFD3C6
RGB239211198
HSL19°56.16%85.69%
HSB/HSV19°17.15%93.73%
CMYK0.00%11.72%17.15%
6.27%

Color #EFD3C6 in popluar number systems.

HEXEFD3C6
Decimal239211198
Binary111011111101001111000110
Octal357323306

Shades and tints

Shades of #EFD3C6

#EFD3C6
(239,211,198)
#DAC0B4
(218,192,180)
#C5ADA2
(197,173,162)
#B09A90
(176,154,144)
#9B877E
(155,135,126)
#86746C
(134,116,108)
#71615A
(113,97,90)
#5C4E48
(92,78,72)
#473B36
(71,59,54)
#322824
(50,40,36)
#1D1512
(29,21,18)
#000000
(0,0,0)

Tints of #EFD3C6

#EFD3C6
(239,211,198)
#F0D7CB
(240,215,203)
#F1DBD0
(241,219,208)
#F2DFD5
(242,223,213)
#F3E3DA
(243,227,218)
#F4E7DF
(244,231,223)
#F5EBE4
(245,235,228)
#F6EFE9
(246,239,233)
#F7F3EE
(247,243,238)
#F8F7F3
(248,247,243)
#F9FBF8
(249,251,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EFD3C6; }

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

This text font color is #EFD3C6.


Background Color

.myBgColor { background-color: #EFD3C6; }

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

This div background color is #EFD3C6.


Border color

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

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

This div border color is #EFD3C6.


Opacity

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

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

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

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

This text has shadow with #EFD3C6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EFD3C6 on black background.


Color preview on white background

This text has color #EFD3C6 on white background.



Black color preview on #EFD3C6 background

This text has black color on #EFD3C6 background.


White color preview on #EFD3C6 background

This text has white color on #EFD3C6 background.