COLOR #EFBEB3

HEX: #EFBEB3 RGB: (239,190,179)

Color info

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

RGB color model

#EFBEB3 color RGB value is (239,190,179).

RGB: (239,190,179) (94%, 75%, 70%)

RGB channels and saturation

R 239 of 255 = 94%
G 190 of 255 = 75%
B 179 of 255 = 70%

239
190
179

R + G + B ~ 80%. #EFBEB3 is quite light color.

Portions of RGB colors in percentages

R + G + B = 239 + 190 + 179 = 608 (100%)
R 239 of 608 ~ 39.31%
G 190 of 608 ~ 31.25%
B 179 of 608 ~ 29.44'%

%39.31
%31.25
%29.44

CMYK color model

#EFBEB3 color CMYK value is (0,21,25,6).

  • cyan value is 0.00%
  • magenta value is 20.50%
  • yellow value is 25.10%
  • key color value is 6.27%

CMYK: (0,21,25,6)
C0M21Y25K6 (0%, 21%, 25%, 6%)
(0.00 / 0.21 / 0.25 / 0.06)

CMYK percentages

%0
%20.5
%25.1
%6.27

Codes

Color #EFBEB3 in popluar color models

EF BE B3
RGB 239 190 179
HSL 11° 65.22% 81.96%
HSB/HSV 11° 25.10% 93.73%
CMYK 0.00% 20.50% 25.10%
6.27%

Color #EFBEB3 in popluar number systems.

HEX EF BE B3
Decimal 239 190 179
Binary 11101111 10111110 10110011
Octal 357 276 263

Shades and tints

Shades of #EFBEB3

#EFBEB3
(239,190,179)
#DAADA3
(218,173,163)
#C59C93
(197,156,147)
#B08B83
(176,139,131)
#9B7A73
(155,122,115)
#866963
(134,105,99)
#715853
(113,88,83)
#5C4743
(92,71,67)
#473633
(71,54,51)
#322523
(50,37,35)
#1D1413
(29,20,19)
#000000
(0,0,0)

Tints of #EFBEB3

#EFBEB3
(239,190,179)
#F0C3B9
(240,195,185)
#F1C8BF
(241,200,191)
#F2CDC5
(242,205,197)
#F3D2CB
(243,210,203)
#F4D7D1
(244,215,209)
#F5DCD7
(245,220,215)
#F6E1DD
(246,225,221)
#F7E6E3
(247,230,227)
#F8EBE9
(248,235,233)
#F9F0EF
(249,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EFBEB3; }

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

This text font color is #EFBEB3.

Background Color

.myBgColor { background-color: #EFBEB3; }

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

This div background color is #EFBEB3.

Border color

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

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

This div border color is #EFBEB3.

Opacity

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

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

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

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

This text has shadow with #EFBEB3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EFBEB3.

Preview

Color preview on black background

This text has color #EFBEB3 on black background.


Color preview on white background

This text has color #EFBEB3 on white background.


Black color preview on #EFBEB3 background

This text has black color on #EFBEB3 background.


White color preview on #EFBEB3 background

This text has white color on #EFBEB3 background.


Related colors

Complementary color

Complementary color for #hex is #10414C.


I love getcolorcode.com

Triadic colors

1 #B3EFBE and #BEB3EF with #EFBEB3 are triadic colors.

2 #B3BEEF and #BEEFB3 with #EFBEB3 are triadic colors.