COLOR #EFBEDC

HEX: #EFBEDC
RGB: (239,190,220)

Color info

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

RGB color model

#EFBEDC color RGB value is (239,190,220).

  • red value is 239;
  • green value is 190;
  • blue value is 220.
RGB:
(239,190,220)
(94%,75%,86%)

RGB channels and saturation

R 239 of 255 = 94%
G 190 of 255 = 75%
B 220 of 255 = 86%

239
190
220

R + G + B ~ 85%. #EFBEDC is quite light color.

Portions of RGB colors in percentages

R + G + B =
239 + 190 + 220 = 649 (100%)
R 239 of 649 ~ 36.83%
G 190 of 649 ~ 29.28%
B 220 of 649 ~ 33.9%

%36.83
%29.28
%33.9

CMYK color model

#EFBEDC color CMYK value is (0,21,8,6).

  • cyan value is 0.00%
  • magenta value is 20.50%
  • yellow value is 7.95%
  • key color value is 6.27%
CMYK:
(0,21,8,6)
C0M21Y8K6 
(0%,21%,8%,6%)
(0.00/0.21/0.08/0.06)	

CMYK percentages

%0
%20.5
%7.95
%6.27

Codes

Color #EFBEDC in popluar color models

EFBEDC
RGB239190220
HSL323°60.49%84.12%
HSB/HSV323°20.50%93.73%
CMYK0.00%20.50%7.95%
6.27%

Color #EFBEDC in popluar number systems.

HEXEFBEDC
Decimal239190220
Binary111011111011111011011100
Octal357276334

Shades and tints

Shades of #EFBEDC

#EFBEDC
(239,190,220)
#DAADC8
(218,173,200)
#C59CB4
(197,156,180)
#B08BA0
(176,139,160)
#9B7A8C
(155,122,140)
#866978
(134,105,120)
#715864
(113,88,100)
#5C4750
(92,71,80)
#47363C
(71,54,60)
#322528
(50,37,40)
#1D1414
(29,20,20)
#000000
(0,0,0)

Tints of #EFBEDC

#EFBEDC
(239,190,220)
#F0C3DF
(240,195,223)
#F1C8E2
(241,200,226)
#F2CDE5
(242,205,229)
#F3D2E8
(243,210,232)
#F4D7EB
(244,215,235)
#F5DCEE
(245,220,238)
#F6E1F1
(246,225,241)
#F7E6F4
(247,230,244)
#F8EBF7
(248,235,247)
#F9F0FA
(249,240,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EFBEDC; }

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

This text font color is #EFBEDC.


Background Color

.myBgColor { background-color: #EFBEDC; }

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

This div background color is #EFBEDC.


Border color

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

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

This div border color is #EFBEDC.


Opacity

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

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

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

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

This text has shadow with #EFBEDC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EFBEDC on black background.


Color preview on white background

This text has color #EFBEDC on white background.



Black color preview on #EFBEDC background

This text has black color on #EFBEDC background.


White color preview on #EFBEDC background

This text has white color on #EFBEDC background.