COLOR #EFB7EC

HEX: #EFB7EC
RGB: (239,183,236)

Color info

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

RGB color model

#EFB7EC color RGB value is (239,183,236).

  • red value is 239;
  • green value is 183;
  • blue value is 236.
RGB:
(239,183,236)
(94%,72%,93%)

RGB channels and saturation

R 239 of 255 = 94%
G 183 of 255 = 72%
B 236 of 255 = 93%

239
183
236

R + G + B ~ 86%. #EFB7EC is light color.

Portions of RGB colors in percentages

R + G + B =
239 + 183 + 236 = 658 (100%)
R 239 of 658 ~ 36.32%
G 183 of 658 ~ 27.81%
B 236 of 658 ~ 35.87%

%36.32
%27.81
%35.87

CMYK color model

#EFB7EC color CMYK value is (0,23,1,6).

  • cyan value is 0.00%
  • magenta value is 23.43%
  • yellow value is 1.26%
  • key color value is 6.27%
CMYK:
(0,23,1,6)
C0M23Y1K6 
(0%,23%,1%,6%)
(0.00/0.23/0.01/0.06)	

CMYK percentages

%0
%23.43
%1.26
%6.27

Codes

Color #EFB7EC in popluar color models

EFB7EC
RGB239183236
HSL303°63.64%82.75%
HSB/HSV303°23.43%93.73%
CMYK0.00%23.43%1.26%
6.27%

Color #EFB7EC in popluar number systems.

HEXEFB7EC
Decimal239183236
Binary111011111011011111101100
Octal357267354

Shades and tints

Shades of #EFB7EC

#EFB7EC
(239,183,236)
#DAA7D7
(218,167,215)
#C597C2
(197,151,194)
#B087AD
(176,135,173)
#9B7798
(155,119,152)
#866783
(134,103,131)
#71576E
(113,87,110)
#5C4759
(92,71,89)
#473744
(71,55,68)
#32272F
(50,39,47)
#1D171A
(29,23,26)
#000000
(0,0,0)

Tints of #EFB7EC

#EFB7EC
(239,183,236)
#F0BDED
(240,189,237)
#F1C3EE
(241,195,238)
#F2C9EF
(242,201,239)
#F3CFF0
(243,207,240)
#F4D5F1
(244,213,241)
#F5DBF2
(245,219,242)
#F6E1F3
(246,225,243)
#F7E7F4
(247,231,244)
#F8EDF5
(248,237,245)
#F9F3F6
(249,243,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EFB7EC color. Also use rgb(239,183,236) instead hex code.

Text Font Color

.myTextColor { color: #EFB7EC; }

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

This text font color is #EFB7EC.


Background Color

.myBgColor { background-color: #EFB7EC; }

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

This div background color is #EFB7EC.


Border color

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

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

This div border color is #EFB7EC.


Opacity

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

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

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

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

This text has shadow with #EFB7EC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EFB7EC on black background.


Color preview on white background

This text has color #EFB7EC on white background.



Black color preview on #EFB7EC background

This text has black color on #EFB7EC background.


White color preview on #EFB7EC background

This text has white color on #EFB7EC background.