COLOR #EFCBB8

HEX: #EFCBB8 RGB: (239,203,184)

Color info

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

RGB color model

#EFCBB8 color RGB value is (239,203,184).

RGB: (239,203,184) (94%, 80%, 72%)

RGB channels and saturation

R 239 of 255 = 94%
G 203 of 255 = 80%
B 184 of 255 = 72%

239
203
184

R + G + B ~ 82%. #EFCBB8 is quite light color.

Portions of RGB colors in percentages

R + G + B = 239 + 203 + 184 = 626 (100%)
R 239 of 626 ~ 38.18%
G 203 of 626 ~ 32.43%
B 184 of 626 ~ 29.39'%

%38.18
%32.43
%29.39

CMYK color model

#EFCBB8 color CMYK value is (0,15,23,6).

  • cyan value is 0.00%
  • magenta value is 15.06%
  • yellow value is 23.01%
  • key color value is 6.27%

CMYK: (0,15,23,6)
C0M15Y23K6 (0%, 15%, 23%, 6%)
(0.00 / 0.15 / 0.23 / 0.06)

CMYK percentages

%0
%15.06
%23.01
%6.27

Codes

Color #EFCBB8 in popluar color models

EF CB B8
RGB 239 203 184
HSL 21° 63.22% 82.94%
HSB/HSV 21° 23.01% 93.73%
CMYK 0.00% 15.06% 23.01%
6.27%

Color #EFCBB8 in popluar number systems.

HEX EF CB B8
Decimal 239 203 184
Binary 11101111 11001011 10111000
Octal 357 313 270

Shades and tints

Shades of #EFCBB8

#EFCBB8
(239,203,184)
#DAB9A8
(218,185,168)
#C5A798
(197,167,152)
#B09588
(176,149,136)
#9B8378
(155,131,120)
#867168
(134,113,104)
#715F58
(113,95,88)
#5C4D48
(92,77,72)
#473B38
(71,59,56)
#322928
(50,41,40)
#1D1718
(29,23,24)
#000000
(0,0,0)

Tints of #EFCBB8

#EFCBB8
(239,203,184)
#F0CFBE
(240,207,190)
#F1D3C4
(241,211,196)
#F2D7CA
(242,215,202)
#F3DBD0
(243,219,208)
#F4DFD6
(244,223,214)
#F5E3DC
(245,227,220)
#F6E7E2
(246,231,226)
#F7EBE8
(247,235,232)
#F8EFEE
(248,239,238)
#F9F3F4
(249,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EFCBB8 color. Also use rgb(239,203,184) instead hex code.

Text Font Color

.myTextColor { color: #EFCBB8; }

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

This text font color is #EFCBB8.

Background Color

.myBgColor { background-color: #EFCBB8; }

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

This div background color is #EFCBB8.

Border color

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

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

This div border color is #EFCBB8.

Opacity

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

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

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

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

This text has shadow with #EFCBB8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EFCBB8.

Preview

Color preview on black background

This text has color #EFCBB8 on black background.


Color preview on white background

This text has color #EFCBB8 on white background.


Black color preview on #EFCBB8 background

This text has black color on #EFCBB8 background.


White color preview on #EFCBB8 background

This text has white color on #EFCBB8 background.


Related colors

Complementary color

Complementary color for #hex is #103447.


I love getcolorcode.com

Triadic colors

1 #B8EFCB and #CBB8EF with #EFCBB8 are triadic colors.

2 #B8CBEF and #CBEFB8 with #EFCBB8 are triadic colors.