COLOR #EFCCB2

HEX: #EFCCB2 RGB: (239,204,178)

Color info

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

RGB color model

#EFCCB2 color RGB value is (239,204,178).

RGB: (239,204,178) (94%, 80%, 70%)

RGB channels and saturation

R 239 of 255 = 94%
G 204 of 255 = 80%
B 178 of 255 = 70%

239
204
178

R + G + B ~ 81%. #EFCCB2 is quite light color.

Portions of RGB colors in percentages

R + G + B = 239 + 204 + 178 = 621 (100%)
R 239 of 621 ~ 38.49%
G 204 of 621 ~ 32.85%
B 178 of 621 ~ 28.66'%

%38.49
%32.85
%28.66

CMYK color model

#EFCCB2 color CMYK value is (0,15,26,6).

  • cyan value is 0.00%
  • magenta value is 14.64%
  • yellow value is 25.52%
  • key color value is 6.27%

CMYK: (0,15,26,6)
C0M15Y26K6 (0%, 15%, 26%, 6%)
(0.00 / 0.15 / 0.26 / 0.06)

CMYK percentages

%0
%14.64
%25.52
%6.27

Codes

Color #EFCCB2 in popluar color models

EF CC B2
RGB 239 204 178
HSL 26° 65.59% 81.76%
HSB/HSV 26° 25.52% 93.73%
CMYK 0.00% 14.64% 25.52%
6.27%

Color #EFCCB2 in popluar number systems.

HEX EF CC B2
Decimal 239 204 178
Binary 11101111 11001100 10110010
Octal 357 314 262

Shades and tints

Shades of #EFCCB2

#EFCCB2
(239,204,178)
#DABAA2
(218,186,162)
#C5A892
(197,168,146)
#B09682
(176,150,130)
#9B8472
(155,132,114)
#867262
(134,114,98)
#716052
(113,96,82)
#5C4E42
(92,78,66)
#473C32
(71,60,50)
#322A22
(50,42,34)
#1D1812
(29,24,18)
#000000
(0,0,0)

Tints of #EFCCB2

#EFCCB2
(239,204,178)
#F0D0B9
(240,208,185)
#F1D4C0
(241,212,192)
#F2D8C7
(242,216,199)
#F3DCCE
(243,220,206)
#F4E0D5
(244,224,213)
#F5E4DC
(245,228,220)
#F6E8E3
(246,232,227)
#F7ECEA
(247,236,234)
#F8F0F1
(248,240,241)
#F9F4F8
(249,244,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EFCCB2; }

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

This text font color is #EFCCB2.

Background Color

.myBgColor { background-color: #EFCCB2; }

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

This div background color is #EFCCB2.

Border color

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

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

This div border color is #EFCCB2.

Opacity

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

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

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

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

This text has shadow with #EFCCB2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EFCCB2.

Preview

Color preview on black background

This text has color #EFCCB2 on black background.


Color preview on white background

This text has color #EFCCB2 on white background.


Black color preview on #EFCCB2 background

This text has black color on #EFCCB2 background.


White color preview on #EFCCB2 background

This text has white color on #EFCCB2 background.


Related colors

Complementary color

Complementary color for #hex is #10334D.


I love getcolorcode.com

Triadic colors

1 #B2EFCC and #CCB2EF with #EFCCB2 are triadic colors.

2 #B2CCEF and #CCEFB2 with #EFCCB2 are triadic colors.