COLOR #EFEACC

HEX: #EFEACC
RGB: (239,234,204)

Color info

#EFEACC contains red, green and blue colors in about the same proportion. Web safe color of #EFEACC is #FFFFCC (or #FFC).

RGB color model

#EFEACC color RGB value is (239,234,204).

  • red value is 239;
  • green value is 234;
  • blue value is 204.
RGB:
(239,234,204)
(94%,92%,80%)

RGB channels and saturation

R 239 of 255 = 94%
G 234 of 255 = 92%
B 204 of 255 = 80%

239
234
204

R + G + B ~ 89%. #EFEACC is light color.

Portions of RGB colors in percentages

R + G + B =
239 + 234 + 204 = 677 (100%)
R 239 of 677 ~ 35.3%
G 234 of 677 ~ 34.56%
B 204 of 677 ~ 30.13%

%35.3
%34.56
%30.13

CMYK color model

#EFEACC color CMYK value is (0,2,15,6).

  • cyan value is 0.00%
  • magenta value is 2.09%
  • yellow value is 14.64%
  • key color value is 6.27%
CMYK:
(0,2,15,6)
C0M2Y15K6 
(0%,2%,15%,6%)
(0.00/0.02/0.15/0.06)	

CMYK percentages

%0
%2.09
%14.64
%6.27

Codes

Color #EFEACC in popluar color models

EFEACC
RGB239234204
HSL51°52.24%86.86%
HSB/HSV51°14.64%93.73%
CMYK0.00%2.09%14.64%
6.27%

Color #EFEACC in popluar number systems.

HEXEFEACC
Decimal239234204
Binary111011111110101011001100
Octal357352314

Shades and tints

Shades of #EFEACC

#EFEACC
(239,234,204)
#DAD5BA
(218,213,186)
#C5C0A8
(197,192,168)
#B0AB96
(176,171,150)
#9B9684
(155,150,132)
#868172
(134,129,114)
#716C60
(113,108,96)
#5C574E
(92,87,78)
#47423C
(71,66,60)
#322D2A
(50,45,42)
#1D1818
(29,24,24)
#000000
(0,0,0)

Tints of #EFEACC

#EFEACC
(239,234,204)
#F0EBD0
(240,235,208)
#F1ECD4
(241,236,212)
#F2EDD8
(242,237,216)
#F3EEDC
(243,238,220)
#F4EFE0
(244,239,224)
#F5F0E4
(245,240,228)
#F6F1E8
(246,241,232)
#F7F2EC
(247,242,236)
#F8F3F0
(248,243,240)
#F9F4F4
(249,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EFEACC color. Also use rgb(239,234,204) instead hex code.

Text Font Color

.myTextColor { color: #EFEACC; }

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

This text font color is #EFEACC.


Background Color

.myBgColor { background-color: #EFEACC; }

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

This div background color is #EFEACC.


Border color

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

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

This div border color is #EFEACC.


Opacity

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

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

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

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

This text has shadow with #EFEACC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EFEACC on black background.


Color preview on white background

This text has color #EFEACC on white background.



Black color preview on #EFEACC background

This text has black color on #EFEACC background.


White color preview on #EFEACC background

This text has white color on #EFEACC background.