COLOR #EFD0C0

HEX: #EFD0C0 RGB: (239,208,192)

Color info

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

RGB color model

#EFD0C0 color RGB value is (239,208,192).

RGB: (239,208,192) (94%, 82%, 75%)

RGB channels and saturation

R 239 of 255 = 94%
G 208 of 255 = 82%
B 192 of 255 = 75%

239
208
192

R + G + B ~ 84%. #EFD0C0 is quite light color.

Portions of RGB colors in percentages

R + G + B = 239 + 208 + 192 = 639 (100%)
R 239 of 639 ~ 37.4%
G 208 of 639 ~ 32.55%
B 192 of 639 ~ 30.05'%

%37.4
%32.55
%30.05

CMYK color model

#EFD0C0 color CMYK value is (0,13,20,6).

  • cyan value is 0.00%
  • magenta value is 12.97%
  • yellow value is 19.67%
  • key color value is 6.27%
CMYK: (0,13,20,6) C0M13Y20K6 (0%,13%,20%,6%) (0.00/0.13/0.20/0.06) 

CMYK percentages

%0
%12.97
%19.67
%6.27

Codes

Color #EFD0C0 in popluar color models

EF D0 C0
RGB 239 208 192
HSL 20° 59.49% 84.51%
HSB/HSV 20° 19.67% 93.73%
CMYK 0.00% 12.97% 19.67%
6.27%

Color #EFD0C0 in popluar number systems.

HEX EF D0 C0
Decimal 239 208 192
Binary 11101111 11010000 11000000
Octal 357 320 300

Shades and tints

Shades of #EFD0C0

#EFD0C0
(239,208,192)
#DABEAF
(218,190,175)
#C5AC9E
(197,172,158)
#B09A8D
(176,154,141)
#9B887C
(155,136,124)
#86766B
(134,118,107)
#71645A
(113,100,90)
#5C5249
(92,82,73)
#474038
(71,64,56)
#322E27
(50,46,39)
#1D1C16
(29,28,22)
#000000
(0,0,0)

Tints of #EFD0C0

#EFD0C0
(239,208,192)
#F0D4C5
(240,212,197)
#F1D8CA
(241,216,202)
#F2DCCF
(242,220,207)
#F3E0D4
(243,224,212)
#F4E4D9
(244,228,217)
#F5E8DE
(245,232,222)
#F6ECE3
(246,236,227)
#F7F0E8
(247,240,232)
#F8F4ED
(248,244,237)
#F9F8F2
(249,248,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EFD0C0 color. Also use rgb(239,208,192) instead hex code.

Text Font Color

.myTextColor { color: #EFD0C0; }

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

This text font color is #EFD0C0.

Background Color

.myBgColor { background-color: #EFD0C0; }

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

This div background color is #EFD0C0.

Border color

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

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

This div border color is #EFD0C0.

Opacity

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

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

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

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

This text has shadow with #EFD0C0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EFD0C0.

Preview

Color preview on black background

This text has color #EFD0C0 on black background.


Color preview on white background

This text has color #EFD0C0 on white background.


Black color preview on #EFD0C0 background

This text has black color on #EFD0C0 background.


White color preview on #EFD0C0 background

This text has white color on #EFD0C0 background.


Related colors

Complementary color

Complementary color for #hex is #102F3F.


I love getcolorcode.com

Triadic colors

1 #C0EFD0 and #D0C0EF with #EFD0C0 are triadic colors.

2 #C0D0EF and #D0EFC0 with #EFD0C0 are triadic colors.