COLOR #EFBDB2

HEX: #EFBDB2
RGB: (239,189,178)

Color info

#EFBDB2 contains mainly red and green colors. Web safe color of #EFBDB2 is #FFCC99 (or #FC9).

RGB color model

#EFBDB2 color RGB value is (239,189,178).

  • red value is 239;
  • green value is 189;
  • blue value is 178.
RGB:
(239,189,178)
(94%,74%,70%)

RGB channels and saturation

R 239 of 255 = 94%
G 189 of 255 = 74%
B 178 of 255 = 70%

239
189
178

R + G + B ~ 79%. #EFBDB2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
239 + 189 + 178 = 606 (100%)
R 239 of 606 ~ 39.44%
G 189 of 606 ~ 31.19%
B 178 of 606 ~ 29.37%

%39.44
%31.19
%29.37

CMYK color model

#EFBDB2 color CMYK value is (0,21,26,6).

  • cyan value is 0.00%
  • magenta value is 20.92%
  • yellow value is 25.52%
  • key color value is 6.27%
CMYK:
(0,21,26,6)
C0M21Y26K6 
(0%,21%,26%,6%)
(0.00/0.21/0.26/0.06)	

CMYK percentages

%0
%20.92
%25.52
%6.27

Codes

Color #EFBDB2 in popluar color models

EFBDB2
RGB239189178
HSL11°65.59%81.76%
HSB/HSV11°25.52%93.73%
CMYK0.00%20.92%25.52%
6.27%

Color #EFBDB2 in popluar number systems.

HEXEFBDB2
Decimal239189178
Binary111011111011110110110010
Octal357275262

Shades and tints

Shades of #EFBDB2

#EFBDB2
(239,189,178)
#DAACA2
(218,172,162)
#C59B92
(197,155,146)
#B08A82
(176,138,130)
#9B7972
(155,121,114)
#866862
(134,104,98)
#715752
(113,87,82)
#5C4642
(92,70,66)
#473532
(71,53,50)
#322422
(50,36,34)
#1D1312
(29,19,18)
#000000
(0,0,0)

Tints of #EFBDB2

#EFBDB2
(239,189,178)
#F0C3B9
(240,195,185)
#F1C9C0
(241,201,192)
#F2CFC7
(242,207,199)
#F3D5CE
(243,213,206)
#F4DBD5
(244,219,213)
#F5E1DC
(245,225,220)
#F6E7E3
(246,231,227)
#F7EDEA
(247,237,234)
#F8F3F1
(248,243,241)
#F9F9F8
(249,249,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EFBDB2 color. Also use rgb(239,189,178) instead hex code.

Text Font Color

.myTextColor { color: #EFBDB2; }

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

This text font color is #EFBDB2.


Background Color

.myBgColor { background-color: #EFBDB2; }

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

This div background color is #EFBDB2.


Border color

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

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

This div border color is #EFBDB2.


Opacity

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

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

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

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

This text has shadow with #EFBDB2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EFBDB2 on black background.


Color preview on white background

This text has color #EFBDB2 on white background.



Black color preview on #EFBDB2 background

This text has black color on #EFBDB2 background.


White color preview on #EFBDB2 background

This text has white color on #EFBDB2 background.