COLOR #EFDBBB

HEX: #EFDBBB
RGB: (239,219,187)

Color info

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

RGB color model

#EFDBBB color RGB value is (239,219,187).

  • red value is 239;
  • green value is 219;
  • blue value is 187.
RGB:
(239,219,187)
(94%,86%,73%)

RGB channels and saturation

R 239 of 255 = 94%
G 219 of 255 = 86%
B 187 of 255 = 73%

239
219
187

R + G + B ~ 84%. #EFDBBB is quite light color.

Portions of RGB colors in percentages

R + G + B =
239 + 219 + 187 = 645 (100%)
R 239 of 645 ~ 37.05%
G 219 of 645 ~ 33.95%
B 187 of 645 ~ 28.99%

%37.05
%33.95
%28.99

CMYK color model

#EFDBBB color CMYK value is (0,8,22,6).

  • cyan value is 0.00%
  • magenta value is 8.37%
  • yellow value is 21.76%
  • key color value is 6.27%
CMYK:
(0,8,22,6)
C0M8Y22K6 
(0%,8%,22%,6%)
(0.00/0.08/0.22/0.06)	

CMYK percentages

%0
%8.37
%21.76
%6.27

Codes

Color #EFDBBB in popluar color models

EFDBBB
RGB239219187
HSL37°61.90%83.53%
HSB/HSV37°21.76%93.73%
CMYK0.00%8.37%21.76%
6.27%

Color #EFDBBB in popluar number systems.

HEXEFDBBB
Decimal239219187
Binary111011111101101110111011
Octal357333273

Shades and tints

Shades of #EFDBBB

#EFDBBB
(239,219,187)
#DAC8AA
(218,200,170)
#C5B599
(197,181,153)
#B0A288
(176,162,136)
#9B8F77
(155,143,119)
#867C66
(134,124,102)
#716955
(113,105,85)
#5C5644
(92,86,68)
#474333
(71,67,51)
#323022
(50,48,34)
#1D1D11
(29,29,17)
#000000
(0,0,0)

Tints of #EFDBBB

#EFDBBB
(239,219,187)
#F0DEC1
(240,222,193)
#F1E1C7
(241,225,199)
#F2E4CD
(242,228,205)
#F3E7D3
(243,231,211)
#F4EAD9
(244,234,217)
#F5EDDF
(245,237,223)
#F6F0E5
(246,240,229)
#F7F3EB
(247,243,235)
#F8F6F1
(248,246,241)
#F9F9F7
(249,249,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EFDBBB color. Also use rgb(239,219,187) instead hex code.

Text Font Color

.myTextColor { color: #EFDBBB; }

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

This text font color is #EFDBBB.


Background Color

.myBgColor { background-color: #EFDBBB; }

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

This div background color is #EFDBBB.


Border color

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

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

This div border color is #EFDBBB.


Opacity

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

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

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

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

This text has shadow with #EFDBBB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EFDBBB on black background.


Color preview on white background

This text has color #EFDBBB on white background.



Black color preview on #EFDBBB background

This text has black color on #EFDBBB background.


White color preview on #EFDBBB background

This text has white color on #EFDBBB background.