COLOR #EFD3AF

HEX: #EFD3AF RGB: (239,211,175)

Color info

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

RGB color model

#EFD3AF color RGB value is (239,211,175).

RGB: (239,211,175) (94%, 83%, 69%)

RGB channels and saturation

R 239 of 255 = 94%
G 211 of 255 = 83%
B 175 of 255 = 69%

239
211
175

R + G + B ~ 82%. #EFD3AF is quite light color.

Portions of RGB colors in percentages

R + G + B = 239 + 211 + 175 = 625 (100%)
R 239 of 625 ~ 38.24%
G 211 of 625 ~ 33.76%
B 175 of 625 ~ 28'%

%38.24
%33.76
%28

CMYK color model

#EFD3AF color CMYK value is (0,12,27,6).

  • cyan value is 0.00%
  • magenta value is 11.72%
  • yellow value is 26.78%
  • key color value is 6.27%

CMYK: (0,12,27,6)
C0M12Y27K6 (0%, 12%, 27%, 6%)
(0.00 / 0.12 / 0.27 / 0.06)

CMYK percentages

%0
%11.72
%26.78
%6.27

Codes

Color #EFD3AF in popluar color models

EF D3 AF
RGB 239 211 175
HSL 34° 66.67% 81.18%
HSB/HSV 34° 26.78% 93.73%
CMYK 0.00% 11.72% 26.78%
6.27%

Color #EFD3AF in popluar number systems.

HEX EF D3 AF
Decimal 239 211 175
Binary 11101111 11010011 10101111
Octal 357 323 257

Shades and tints

Shades of #EFD3AF

#EFD3AF
(239,211,175)
#DAC0A0
(218,192,160)
#C5AD91
(197,173,145)
#B09A82
(176,154,130)
#9B8773
(155,135,115)
#867464
(134,116,100)
#716155
(113,97,85)
#5C4E46
(92,78,70)
#473B37
(71,59,55)
#322828
(50,40,40)
#1D1519
(29,21,25)
#000000
(0,0,0)

Tints of #EFD3AF

#EFD3AF
(239,211,175)
#F0D7B6
(240,215,182)
#F1DBBD
(241,219,189)
#F2DFC4
(242,223,196)
#F3E3CB
(243,227,203)
#F4E7D2
(244,231,210)
#F5EBD9
(245,235,217)
#F6EFE0
(246,239,224)
#F7F3E7
(247,243,231)
#F8F7EE
(248,247,238)
#F9FBF5
(249,251,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EFD3AF color. Also use rgb(239,211,175) instead hex code.

Text Font Color

.myTextColor { color: #EFD3AF; }

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

This text font color is #EFD3AF.

Background Color

.myBgColor { background-color: #EFD3AF; }

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

This div background color is #EFD3AF.

Border color

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

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

This div border color is #EFD3AF.

Opacity

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

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

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

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

This text has shadow with #EFD3AF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EFD3AF.

Preview

Color preview on black background

This text has color #EFD3AF on black background.


Color preview on white background

This text has color #EFD3AF on white background.


Black color preview on #EFD3AF background

This text has black color on #EFD3AF background.


White color preview on #EFD3AF background

This text has white color on #EFD3AF background.


Related colors

Complementary color

Complementary color for #hex is #102C50.


I love getcolorcode.com

Triadic colors

1 #AFEFD3 and #D3AFEF with #EFD3AF are triadic colors.

2 #AFD3EF and #D3EFAF with #EFD3AF are triadic colors.