COLOR #EFBDEA

HEX: #EFBDEA
RGB: (239,189,234)

Color info

#EFBDEA contains red, green and blue colors in about the same proportion. Web safe color of #EFBDEA is #FFCCFF (or #FCF).

RGB color model

#EFBDEA color RGB value is (239,189,234).

  • red value is 239;
  • green value is 189;
  • blue value is 234.
RGB:
(239,189,234)
(94%,74%,92%)

RGB channels and saturation

R 239 of 255 = 94%
G 189 of 255 = 74%
B 234 of 255 = 92%

239
189
234

R + G + B ~ 87%. #EFBDEA is light color.

Portions of RGB colors in percentages

R + G + B =
239 + 189 + 234 = 662 (100%)
R 239 of 662 ~ 36.1%
G 189 of 662 ~ 28.55%
B 234 of 662 ~ 35.35%

%36.1
%28.55
%35.35

CMYK color model

#EFBDEA color CMYK value is (0,21,2,6).

  • cyan value is 0.00%
  • magenta value is 20.92%
  • yellow value is 2.09%
  • key color value is 6.27%
CMYK:
(0,21,2,6)
C0M21Y2K6 
(0%,21%,2%,6%)
(0.00/0.21/0.02/0.06)	

CMYK percentages

%0
%20.92
%2.09
%6.27

Codes

Color #EFBDEA in popluar color models

EFBDEA
RGB239189234
HSL306°60.98%83.92%
HSB/HSV306°20.92%93.73%
CMYK0.00%20.92%2.09%
6.27%

Color #EFBDEA in popluar number systems.

HEXEFBDEA
Decimal239189234
Binary111011111011110111101010
Octal357275352

Shades and tints

Shades of #EFBDEA

#EFBDEA
(239,189,234)
#DAACD5
(218,172,213)
#C59BC0
(197,155,192)
#B08AAB
(176,138,171)
#9B7996
(155,121,150)
#866881
(134,104,129)
#71576C
(113,87,108)
#5C4657
(92,70,87)
#473542
(71,53,66)
#32242D
(50,36,45)
#1D1318
(29,19,24)
#000000
(0,0,0)

Tints of #EFBDEA

#EFBDEA
(239,189,234)
#F0C3EB
(240,195,235)
#F1C9EC
(241,201,236)
#F2CFED
(242,207,237)
#F3D5EE
(243,213,238)
#F4DBEF
(244,219,239)
#F5E1F0
(245,225,240)
#F6E7F1
(246,231,241)
#F7EDF2
(247,237,242)
#F8F3F3
(248,243,243)
#F9F9F4
(249,249,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EFBDEA color. Also use rgb(239,189,234) instead hex code.

Text Font Color

.myTextColor { color: #EFBDEA; }

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

This text font color is #EFBDEA.


Background Color

.myBgColor { background-color: #EFBDEA; }

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

This div background color is #EFBDEA.


Border color

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

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

This div border color is #EFBDEA.


Opacity

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

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

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

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

This text has shadow with #EFBDEA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EFBDEA on black background.


Color preview on white background

This text has color #EFBDEA on white background.



Black color preview on #EFBDEA background

This text has black color on #EFBDEA background.


White color preview on #EFBDEA background

This text has white color on #EFBDEA background.