COLOR #EFBEBA

HEX: #EFBEBA
RGB: (239,190,186)

Color info

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

RGB color model

#EFBEBA color RGB value is (239,190,186).

  • red value is 239;
  • green value is 190;
  • blue value is 186.
RGB:
(239,190,186)
(94%,75%,73%)

RGB channels and saturation

R 239 of 255 = 94%
G 190 of 255 = 75%
B 186 of 255 = 73%

239
190
186

R + G + B ~ 81%. #EFBEBA is quite light color.

Portions of RGB colors in percentages

R + G + B =
239 + 190 + 186 = 615 (100%)
R 239 of 615 ~ 38.86%
G 190 of 615 ~ 30.89%
B 186 of 615 ~ 30.24%

%38.86
%30.89
%30.24

CMYK color model

#EFBEBA color CMYK value is (0,21,22,6).

  • cyan value is 0.00%
  • magenta value is 20.50%
  • yellow value is 22.18%
  • key color value is 6.27%
CMYK:
(0,21,22,6)
C0M21Y22K6 
(0%,21%,22%,6%)
(0.00/0.21/0.22/0.06)	

CMYK percentages

%0
%20.5
%22.18
%6.27

Codes

Color #EFBEBA in popluar color models

EFBEBA
RGB239190186
HSL62.35%83.33%
HSB/HSV22.18%93.73%
CMYK0.00%20.50%22.18%
6.27%

Color #EFBEBA in popluar number systems.

HEXEFBEBA
Decimal239190186
Binary111011111011111010111010
Octal357276272

Shades and tints

Shades of #EFBEBA

#EFBEBA
(239,190,186)
#DAADAA
(218,173,170)
#C59C9A
(197,156,154)
#B08B8A
(176,139,138)
#9B7A7A
(155,122,122)
#86696A
(134,105,106)
#71585A
(113,88,90)
#5C474A
(92,71,74)
#47363A
(71,54,58)
#32252A
(50,37,42)
#1D141A
(29,20,26)
#000000
(0,0,0)

Tints of #EFBEBA

#EFBEBA
(239,190,186)
#F0C3C0
(240,195,192)
#F1C8C6
(241,200,198)
#F2CDCC
(242,205,204)
#F3D2D2
(243,210,210)
#F4D7D8
(244,215,216)
#F5DCDE
(245,220,222)
#F6E1E4
(246,225,228)
#F7E6EA
(247,230,234)
#F8EBF0
(248,235,240)
#F9F0F6
(249,240,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EFBEBA color. Also use rgb(239,190,186) instead hex code.

Text Font Color

.myTextColor { color: #EFBEBA; }

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

This text font color is #EFBEBA.


Background Color

.myBgColor { background-color: #EFBEBA; }

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

This div background color is #EFBEBA.


Border color

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

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

This div border color is #EFBEBA.


Opacity

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

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

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

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

This text has shadow with #EFBEBA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EFBEBA on black background.


Color preview on white background

This text has color #EFBEBA on white background.



Black color preview on #EFBEBA background

This text has black color on #EFBEBA background.


White color preview on #EFBEBA background

This text has white color on #EFBEBA background.