COLOR #EFB8F2

HEX: #EFB8F2
RGB: (239,184,242)

Color info

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

RGB color model

#EFB8F2 color RGB value is (239,184,242).

  • red value is 239;
  • green value is 184;
  • blue value is 242.
RGB:
(239,184,242)
(94%,72%,95%)

RGB channels and saturation

R 239 of 255 = 94%
G 184 of 255 = 72%
B 242 of 255 = 95%

239
184
242

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

Portions of RGB colors in percentages

R + G + B =
239 + 184 + 242 = 665 (100%)
R 239 of 665 ~ 35.94%
G 184 of 665 ~ 27.67%
B 242 of 665 ~ 36.39%

%35.94
%27.67
%36.39

CMYK color model

#EFB8F2 color CMYK value is (1,24,0,5).

  • cyan value is 1.24%
  • magenta value is 23.97%
  • yellow value is 0.00%
  • key color value is 5.10%
CMYK:
(1,24,0,5)
C1M24Y0K5 
(1%,24%,0%,5%)
(0.01/0.24/0.00/0.05)	

CMYK percentages

%1.24
%23.97
%0
%5.1

Codes

Color #EFB8F2 in popluar color models

EFB8F2
RGB239184242
HSL297°69.05%83.53%
HSB/HSV297°23.97%94.90%
CMYK1.24%23.97%0.00%
5.10%

Color #EFB8F2 in popluar number systems.

HEXEFB8F2
Decimal239184242
Binary111011111011100011110010
Octal357270362

Shades and tints

Shades of #EFB8F2

#EFB8F2
(239,184,242)
#DAA8DC
(218,168,220)
#C598C6
(197,152,198)
#B088B0
(176,136,176)
#9B789A
(155,120,154)
#866884
(134,104,132)
#71586E
(113,88,110)
#5C4858
(92,72,88)
#473842
(71,56,66)
#32282C
(50,40,44)
#1D1816
(29,24,22)
#000000
(0,0,0)

Tints of #EFB8F2

#EFB8F2
(239,184,242)
#F0BEF3
(240,190,243)
#F1C4F4
(241,196,244)
#F2CAF5
(242,202,245)
#F3D0F6
(243,208,246)
#F4D6F7
(244,214,247)
#F5DCF8
(245,220,248)
#F6E2F9
(246,226,249)
#F7E8FA
(247,232,250)
#F8EEFB
(248,238,251)
#F9F4FC
(249,244,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EFB8F2 color. Also use rgb(239,184,242) instead hex code.

Text Font Color

.myTextColor { color: #EFB8F2; }

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

This text font color is #EFB8F2.


Background Color

.myBgColor { background-color: #EFB8F2; }

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

This div background color is #EFB8F2.


Border color

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

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

This div border color is #EFB8F2.


Opacity

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

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

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

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

This text has shadow with #EFB8F2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EFB8F2 on black background.


Color preview on white background

This text has color #EFB8F2 on white background.



Black color preview on #EFB8F2 background

This text has black color on #EFB8F2 background.


White color preview on #EFB8F2 background

This text has white color on #EFB8F2 background.