COLOR #EFBEB9

HEX: #EFBEB9
RGB: (239,190,185)

Color info

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

RGB color model

#EFBEB9 color RGB value is (239,190,185).

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

RGB channels and saturation

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

239
190
185

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

Portions of RGB colors in percentages

R + G + B =
239 + 190 + 185 = 614 (100%)
R 239 of 614 ~ 38.93%
G 190 of 614 ~ 30.94%
B 185 of 614 ~ 30.13%

%38.93
%30.94
%30.13

CMYK color model

#EFBEB9 color CMYK value is (0,21,23,6).

  • cyan value is 0.00%
  • magenta value is 20.50%
  • yellow value is 22.59%
  • key color value is 6.27%
CMYK:
(0,21,23,6)
C0M21Y23K6 
(0%,21%,23%,6%)
(0.00/0.21/0.23/0.06)	

CMYK percentages

%0
%20.5
%22.59
%6.27

Codes

Color #EFBEB9 in popluar color models

EFBEB9
RGB239190185
HSL62.79%83.14%
HSB/HSV22.59%93.73%
CMYK0.00%20.50%22.59%
6.27%

Color #EFBEB9 in popluar number systems.

HEXEFBEB9
Decimal239190185
Binary111011111011111010111001
Octal357276271

Shades and tints

Shades of #EFBEB9

#EFBEB9
(239,190,185)
#DAADA9
(218,173,169)
#C59C99
(197,156,153)
#B08B89
(176,139,137)
#9B7A79
(155,122,121)
#866969
(134,105,105)
#715859
(113,88,89)
#5C4749
(92,71,73)
#473639
(71,54,57)
#322529
(50,37,41)
#1D1419
(29,20,25)
#000000
(0,0,0)

Tints of #EFBEB9

#EFBEB9
(239,190,185)
#F0C3BF
(240,195,191)
#F1C8C5
(241,200,197)
#F2CDCB
(242,205,203)
#F3D2D1
(243,210,209)
#F4D7D7
(244,215,215)
#F5DCDD
(245,220,221)
#F6E1E3
(246,225,227)
#F7E6E9
(247,230,233)
#F8EBEF
(248,235,239)
#F9F0F5
(249,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EFBEB9; }

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

This text font color is #EFBEB9.


Background Color

.myBgColor { background-color: #EFBEB9; }

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

This div background color is #EFBEB9.


Border color

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

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

This div border color is #EFBEB9.


Opacity

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

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

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

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

This text has shadow with #EFBEB9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EFBEB9 on black background.


Color preview on white background

This text has color #EFBEB9 on white background.



Black color preview on #EFBEB9 background

This text has black color on #EFBEB9 background.


White color preview on #EFBEB9 background

This text has white color on #EFBEB9 background.