COLOR #EFCDBF

HEX: #EFCDBF
RGB: (239,205,191)

Color info

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

RGB color model

#EFCDBF color RGB value is (239,205,191).

  • red value is 239;
  • green value is 205;
  • blue value is 191.
RGB:
(239,205,191)
(94%,80%,75%)

RGB channels and saturation

R 239 of 255 = 94%
G 205 of 255 = 80%
B 191 of 255 = 75%

239
205
191

R + G + B ~ 83%. #EFCDBF is quite light color.

Portions of RGB colors in percentages

R + G + B =
239 + 205 + 191 = 635 (100%)
R 239 of 635 ~ 37.64%
G 205 of 635 ~ 32.28%
B 191 of 635 ~ 30.08%

%37.64
%32.28
%30.08

CMYK color model

#EFCDBF color CMYK value is (0,14,20,6).

  • cyan value is 0.00%
  • magenta value is 14.23%
  • yellow value is 20.08%
  • key color value is 6.27%
CMYK:
(0,14,20,6)
C0M14Y20K6 
(0%,14%,20%,6%)
(0.00/0.14/0.20/0.06)	

CMYK percentages

%0
%14.23
%20.08
%6.27

Codes

Color #EFCDBF in popluar color models

EFCDBF
RGB239205191
HSL18°60.00%84.31%
HSB/HSV18°20.08%93.73%
CMYK0.00%14.23%20.08%
6.27%

Color #EFCDBF in popluar number systems.

HEXEFCDBF
Decimal239205191
Binary111011111100110110111111
Octal357315277

Shades and tints

Shades of #EFCDBF

#EFCDBF
(239,205,191)
#DABBAE
(218,187,174)
#C5A99D
(197,169,157)
#B0978C
(176,151,140)
#9B857B
(155,133,123)
#86736A
(134,115,106)
#716159
(113,97,89)
#5C4F48
(92,79,72)
#473D37
(71,61,55)
#322B26
(50,43,38)
#1D1915
(29,25,21)
#000000
(0,0,0)

Tints of #EFCDBF

#EFCDBF
(239,205,191)
#F0D1C4
(240,209,196)
#F1D5C9
(241,213,201)
#F2D9CE
(242,217,206)
#F3DDD3
(243,221,211)
#F4E1D8
(244,225,216)
#F5E5DD
(245,229,221)
#F6E9E2
(246,233,226)
#F7EDE7
(247,237,231)
#F8F1EC
(248,241,236)
#F9F5F1
(249,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EFCDBF color. Also use rgb(239,205,191) instead hex code.

Text Font Color

.myTextColor { color: #EFCDBF; }

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

This text font color is #EFCDBF.


Background Color

.myBgColor { background-color: #EFCDBF; }

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

This div background color is #EFCDBF.


Border color

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

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

This div border color is #EFCDBF.


Opacity

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

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

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

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

This text has shadow with #EFCDBF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EFCDBF on black background.


Color preview on white background

This text has color #EFCDBF on white background.



Black color preview on #EFCDBF background

This text has black color on #EFCDBF background.


White color preview on #EFCDBF background

This text has white color on #EFCDBF background.