COLOR #EFEBCC

HEX: #EFEBCC RGB: (239,235,204)

Color info

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

RGB color model

#EFEBCC color RGB value is (239,235,204).

RGB: (239,235,204) (94%, 92%, 80%)

RGB channels and saturation

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

239
235
204

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

Portions of RGB colors in percentages

R + G + B = 239 + 235 + 204 = 678 (100%)
R 239 of 678 ~ 35.25%
G 235 of 678 ~ 34.66%
B 204 of 678 ~ 30.09'%

%35.25
%34.66
%30.09

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 1.67%
  • 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
%1.67
%14.64
%6.27

Codes

Color #EFEBCC in popluar color models

EF EB CC
RGB 239 235 204
HSL 53° 52.24% 86.86%
HSB/HSV 53° 14.64% 93.73%
CMYK 0.00% 1.67% 14.64%
6.27%

Color #EFEBCC in popluar number systems.

HEX EF EB CC
Decimal 239 235 204
Binary 11101111 11101011 11001100
Octal 357 353 314

Shades and tints

Shades of #EFEBCC

#EFEBCC
(239,235,204)
#DAD6BA
(218,214,186)
#C5C1A8
(197,193,168)
#B0AC96
(176,172,150)
#9B9784
(155,151,132)
#868272
(134,130,114)
#716D60
(113,109,96)
#5C584E
(92,88,78)
#47433C
(71,67,60)
#322E2A
(50,46,42)
#1D1918
(29,25,24)
#000000
(0,0,0)

Tints of #EFEBCC

#EFEBCC
(239,235,204)
#F0ECD0
(240,236,208)
#F1EDD4
(241,237,212)
#F2EED8
(242,238,216)
#F3EFDC
(243,239,220)
#F4F0E0
(244,240,224)
#F5F1E4
(245,241,228)
#F6F2E8
(246,242,232)
#F7F3EC
(247,243,236)
#F8F4F0
(248,244,240)
#F9F5F4
(249,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EFEBCC; }

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

This text font color is #EFEBCC.

Background Color

.myBgColor { background-color: #EFEBCC; }

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

This div background color is #EFEBCC.

Border color

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

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

This div border color is #EFEBCC.

Opacity

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

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

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

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

This text has shadow with #EFEBCC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EFEBCC.

Preview

Color preview on black background

This text has color #EFEBCC on black background.


Color preview on white background

This text has color #EFEBCC on white background.


Black color preview on #EFEBCC background

This text has black color on #EFEBCC background.


White color preview on #EFEBCC background

This text has white color on #EFEBCC background.


Related colors

Complementary color

Complementary color for #hex is #101433.


I love getcolorcode.com

Triadic colors

1 #CCEFEB and #EBCCEF with #EFEBCC are triadic colors.

2 #CCEBEF and #EBEFCC with #EFEBCC are triadic colors.