COLOR #EFBED0

HEX: #EFBED0 RGB: (239,190,208)

Color info

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

RGB color model

#EFBED0 color RGB value is (239,190,208).

RGB: (239,190,208) (94%, 75%, 82%)

RGB channels and saturation

R 239 of 255 = 94%
G 190 of 255 = 75%
B 208 of 255 = 82%

239
190
208

R + G + B ~ 84%. #EFBED0 is quite light color.

Portions of RGB colors in percentages

R + G + B = 239 + 190 + 208 = 637 (100%)
R 239 of 637 ~ 37.52%
G 190 of 637 ~ 29.83%
B 208 of 637 ~ 32.65'%

%37.52
%29.83
%32.65

CMYK color model

#EFBED0 color CMYK value is (0,21,13,6).

  • cyan value is 0.00%
  • magenta value is 20.50%
  • yellow value is 12.97%
  • key color value is 6.27%
CMYK: (0,21,13,6) C0M21Y13K6 (0%,21%,13%,6%) (0.00/0.21/0.13/0.06) 

CMYK percentages

%0
%20.5
%12.97
%6.27

Codes

Color #EFBED0 in popluar color models

EF BE D0
RGB 239 190 208
HSL 338° 60.49% 84.12%
HSB/HSV 338° 20.50% 93.73%
CMYK 0.00% 20.50% 12.97%
6.27%

Color #EFBED0 in popluar number systems.

HEX EF BE D0
Decimal 239 190 208
Binary 11101111 10111110 11010000
Octal 357 276 320

Shades and tints

Shades of #EFBED0

#EFBED0
(239,190,208)
#DAADBE
(218,173,190)
#C59CAC
(197,156,172)
#B08B9A
(176,139,154)
#9B7A88
(155,122,136)
#866976
(134,105,118)
#715864
(113,88,100)
#5C4752
(92,71,82)
#473640
(71,54,64)
#32252E
(50,37,46)
#1D141C
(29,20,28)
#000000
(0,0,0)

Tints of #EFBED0

#EFBED0
(239,190,208)
#F0C3D4
(240,195,212)
#F1C8D8
(241,200,216)
#F2CDDC
(242,205,220)
#F3D2E0
(243,210,224)
#F4D7E4
(244,215,228)
#F5DCE8
(245,220,232)
#F6E1EC
(246,225,236)
#F7E6F0
(247,230,240)
#F8EBF4
(248,235,244)
#F9F0F8
(249,240,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EFBED0 color. Also use rgb(239,190,208) instead hex code.

Text Font Color

.myTextColor { color: #EFBED0; }

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

This text font color is #EFBED0.

Background Color

.myBgColor { background-color: #EFBED0; }

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

This div background color is #EFBED0.

Border color

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

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

This div border color is #EFBED0.

Opacity

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

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

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

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

This text has shadow with #EFBED0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EFBED0.

Preview

Color preview on black background

This text has color #EFBED0 on black background.


Color preview on white background

This text has color #EFBED0 on white background.


Black color preview on #EFBED0 background

This text has black color on #EFBED0 background.


White color preview on #EFBED0 background

This text has white color on #EFBED0 background.


Related colors

Complementary color

Complementary color for #hex is #10412F.


I love getcolorcode.com

Triadic colors

1 #D0EFBE and #BED0EF with #EFBED0 are triadic colors.

2 #D0BEEF and #BEEFD0 with #EFBED0 are triadic colors.