COLOR #EFBEFF

HEX: #EFBEFF RGB: (239,190,255)

Color info

#EFBEFF contains mainly red and blue colors. Web safe color of #EFBEFF is #FFCCFF (or #FCF).

RGB color model

#EFBEFF color RGB value is (239,190,255).

RGB: (239,190,255) (94%, 75%, 100%)

RGB channels and saturation

R 239 of 255 = 94%
G 190 of 255 = 75%
B 255 of 255 = 100%

239
190
255

R + G + B ~ 90%. #EFBEFF is light color.

Portions of RGB colors in percentages

R + G + B = 239 + 190 + 255 = 684 (100%)
R 239 of 684 ~ 34.94%
G 190 of 684 ~ 27.78%
B 255 of 684 ~ 37.28'%

%34.94
%27.78
%37.28

CMYK color model

#EFBEFF color CMYK value is (6,25,0,0).

  • cyan value is 6.27%
  • magenta value is 25.49%
  • yellow value is 0.00%
  • key color value is 0.00%

CMYK: (6,25,0,0)
C6M25Y0K0 (6%, 25%, 0%, 0%)
(0.06 / 0.25 / 0.00 / 0.00)

CMYK percentages

%6.27
%25.49
%0
%0

Codes

Color #EFBEFF in popluar color models

EF BE FF
RGB 239 190 255
HSL 285° 100.00% 87.25%
HSB/HSV 285° 25.49% 100.00%
CMYK 6.27% 25.49% 0.00%
0.00%

Color #EFBEFF in popluar number systems.

HEX EF BE FF
Decimal 239 190 255
Binary 11101111 10111110 11111111
Octal 357 276 377

Shades and tints

Shades of #EFBEFF

#EFBEFF
(239,190,255)
#DAADE8
(218,173,232)
#C59CD1
(197,156,209)
#B08BBA
(176,139,186)
#9B7AA3
(155,122,163)
#86698C
(134,105,140)
#715875
(113,88,117)
#5C475E
(92,71,94)
#473647
(71,54,71)
#322530
(50,37,48)
#1D1419
(29,20,25)
#000000
(0,0,0)

Tints of #EFBEFF

#EFBEFF
(239,190,255)
#F0C3FF
(240,195,255)
#F1C8FF
(241,200,255)
#F2CDFF
(242,205,255)
#F3D2FF
(243,210,255)
#F4D7FF
(244,215,255)
#F5DCFF
(245,220,255)
#F6E1FF
(246,225,255)
#F7E6FF
(247,230,255)
#F8EBFF
(248,235,255)
#F9F0FF
(249,240,255)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EFBEFF; }

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

This text font color is #EFBEFF.

Background Color

.myBgColor { background-color: #EFBEFF; }

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

This div background color is #EFBEFF.

Border color

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

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

This div border color is #EFBEFF.

Opacity

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

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

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

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

This text has shadow with #EFBEFF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EFBEFF.

Preview

Color preview on black background

This text has color #EFBEFF on black background.


Color preview on white background

This text has color #EFBEFF on white background.


Black color preview on #EFBEFF background

This text has black color on #EFBEFF background.


White color preview on #EFBEFF background

This text has white color on #EFBEFF background.


Related colors

Complementary color

Complementary color for #hex is #104100.


I love getcolorcode.com

Triadic colors

1 #FFEFBE and #BEFFEF with #EFBEFF are triadic colors.

2 #FFBEEF and #BEEFFF with #EFBEFF are triadic colors.