COLOR #EFBEEA

HEX: #EFBEEA
RGB: (239,190,234)

Color info

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

RGB color model

#EFBEEA color RGB value is (239,190,234).

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

RGB channels and saturation

R 239 of 255 = 94%
G 190 of 255 = 75%
B 234 of 255 = 92%

239
190
234

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

Portions of RGB colors in percentages

R + G + B =
239 + 190 + 234 = 663 (100%)
R 239 of 663 ~ 36.05%
G 190 of 663 ~ 28.66%
B 234 of 663 ~ 35.29%

%36.05
%28.66
%35.29

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 20.50%
  • 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.5
%2.09
%6.27

Codes

Color #EFBEEA in popluar color models

EFBEEA
RGB239190234
HSL306°60.49%84.12%
HSB/HSV306°20.50%93.73%
CMYK0.00%20.50%2.09%
6.27%

Color #EFBEEA in popluar number systems.

HEXEFBEEA
Decimal239190234
Binary111011111011111011101010
Octal357276352

Shades and tints

Shades of #EFBEEA

#EFBEEA
(239,190,234)
#DAADD5
(218,173,213)
#C59CC0
(197,156,192)
#B08BAB
(176,139,171)
#9B7A96
(155,122,150)
#866981
(134,105,129)
#71586C
(113,88,108)
#5C4757
(92,71,87)
#473642
(71,54,66)
#32252D
(50,37,45)
#1D1418
(29,20,24)
#000000
(0,0,0)

Tints of #EFBEEA

#EFBEEA
(239,190,234)
#F0C3EB
(240,195,235)
#F1C8EC
(241,200,236)
#F2CDED
(242,205,237)
#F3D2EE
(243,210,238)
#F4D7EF
(244,215,239)
#F5DCF0
(245,220,240)
#F6E1F1
(246,225,241)
#F7E6F2
(247,230,242)
#F8EBF3
(248,235,243)
#F9F0F4
(249,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EFBEEA; }

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

This text font color is #EFBEEA.


Background Color

.myBgColor { background-color: #EFBEEA; }

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

This div background color is #EFBEEA.


Border color

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

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

This div border color is #EFBEEA.


Opacity

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

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

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

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

This text has shadow with #EFBEEA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EFBEEA on black background.


Color preview on white background

This text has color #EFBEEA on white background.



Black color preview on #EFBEEA background

This text has black color on #EFBEEA background.


White color preview on #EFBEEA background

This text has white color on #EFBEEA background.