COLOR #EFE6C8

HEX: #EFE6C8 RGB: (239,230,200)

Color info

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

RGB color model

#EFE6C8 color RGB value is (239,230,200).

RGB: (239,230,200) (94%, 90%, 78%)

RGB channels and saturation

R 239 of 255 = 94%
G 230 of 255 = 90%
B 200 of 255 = 78%

239
230
200

R + G + B ~ 87%. #EFE6C8 is light color.

Portions of RGB colors in percentages

R + G + B = 239 + 230 + 200 = 669 (100%)
R 239 of 669 ~ 35.72%
G 230 of 669 ~ 34.38%
B 200 of 669 ~ 29.9'%

%35.72
%34.38
%29.9

CMYK color model

#EFE6C8 color CMYK value is (0,4,16,6).

  • cyan value is 0.00%
  • magenta value is 3.77%
  • yellow value is 16.32%
  • key color value is 6.27%

CMYK: (0,4,16,6)
C0M4Y16K6 (0%, 4%, 16%, 6%)
(0.00 / 0.04 / 0.16 / 0.06)

CMYK percentages

%0
%3.77
%16.32
%6.27

Codes

Color #EFE6C8 in popluar color models

EF E6 C8
RGB 239 230 200
HSL 46° 54.93% 86.08%
HSB/HSV 46° 16.32% 93.73%
CMYK 0.00% 3.77% 16.32%
6.27%

Color #EFE6C8 in popluar number systems.

HEX EF E6 C8
Decimal 239 230 200
Binary 11101111 11100110 11001000
Octal 357 346 310

Shades and tints

Shades of #EFE6C8

#EFE6C8
(239,230,200)
#DAD2B6
(218,210,182)
#C5BEA4
(197,190,164)
#B0AA92
(176,170,146)
#9B9680
(155,150,128)
#86826E
(134,130,110)
#716E5C
(113,110,92)
#5C5A4A
(92,90,74)
#474638
(71,70,56)
#323226
(50,50,38)
#1D1E14
(29,30,20)
#000000
(0,0,0)

Tints of #EFE6C8

#EFE6C8
(239,230,200)
#F0E8CD
(240,232,205)
#F1EAD2
(241,234,210)
#F2ECD7
(242,236,215)
#F3EEDC
(243,238,220)
#F4F0E1
(244,240,225)
#F5F2E6
(245,242,230)
#F6F4EB
(246,244,235)
#F7F6F0
(247,246,240)
#F8F8F5
(248,248,245)
#F9FAFA
(249,250,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EFE6C8 color. Also use rgb(239,230,200) instead hex code.

Text Font Color

.myTextColor { color: #EFE6C8; }

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

This text font color is #EFE6C8.

Background Color

.myBgColor { background-color: #EFE6C8; }

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

This div background color is #EFE6C8.

Border color

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

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

This div border color is #EFE6C8.

Opacity

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

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

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

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

This text has shadow with #EFE6C8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EFE6C8.

Preview

Color preview on black background

This text has color #EFE6C8 on black background.


Color preview on white background

This text has color #EFE6C8 on white background.


Black color preview on #EFE6C8 background

This text has black color on #EFE6C8 background.


White color preview on #EFE6C8 background

This text has white color on #EFE6C8 background.


Related colors

Complementary color

Complementary color for #hex is #101937.


I love getcolorcode.com

Triadic colors

1 #C8EFE6 and #E6C8EF with #EFE6C8 are triadic colors.

2 #C8E6EF and #E6EFC8 with #EFE6C8 are triadic colors.