COLOR #EFCAF9

HEX: #EFCAF9
RGB: (239,202,249)

Color info

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

RGB color model

#EFCAF9 color RGB value is (239,202,249).

  • red value is 239;
  • green value is 202;
  • blue value is 249.
RGB:
(239,202,249)
(94%,79%,98%)

RGB channels and saturation

R 239 of 255 = 94%
G 202 of 255 = 79%
B 249 of 255 = 98%

239
202
249

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

Portions of RGB colors in percentages

R + G + B =
239 + 202 + 249 = 690 (100%)
R 239 of 690 ~ 34.64%
G 202 of 690 ~ 29.28%
B 249 of 690 ~ 36.09%

%34.64
%29.28
%36.09

CMYK color model

#EFCAF9 color CMYK value is (4,19,0,2).

  • cyan value is 4.02%
  • magenta value is 18.88%
  • yellow value is 0.00%
  • key color value is 2.35%
CMYK:
(4,19,0,2)
C4M19Y0K2 
(4%,19%,0%,2%)
(0.04/0.19/0.00/0.02)	

CMYK percentages

%4.02
%18.88
%0
%2.35

Codes

Color #EFCAF9 in popluar color models

EFCAF9
RGB239202249
HSL287°79.66%88.43%
HSB/HSV287°18.88%97.65%
CMYK4.02%18.88%0.00%
2.35%

Color #EFCAF9 in popluar number systems.

HEXEFCAF9
Decimal239202249
Binary111011111100101011111001
Octal357312371

Shades and tints

Shades of #EFCAF9

#EFCAF9
(239,202,249)
#DAB8E3
(218,184,227)
#C5A6CD
(197,166,205)
#B094B7
(176,148,183)
#9B82A1
(155,130,161)
#86708B
(134,112,139)
#715E75
(113,94,117)
#5C4C5F
(92,76,95)
#473A49
(71,58,73)
#322833
(50,40,51)
#1D161D
(29,22,29)
#000000
(0,0,0)

Tints of #EFCAF9

#EFCAF9
(239,202,249)
#F0CEF9
(240,206,249)
#F1D2F9
(241,210,249)
#F2D6F9
(242,214,249)
#F3DAF9
(243,218,249)
#F4DEF9
(244,222,249)
#F5E2F9
(245,226,249)
#F6E6F9
(246,230,249)
#F7EAF9
(247,234,249)
#F8EEF9
(248,238,249)
#F9F2F9
(249,242,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EFCAF9 color. Also use rgb(239,202,249) instead hex code.

Text Font Color

.myTextColor { color: #EFCAF9; }

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

This text font color is #EFCAF9.


Background Color

.myBgColor { background-color: #EFCAF9; }

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

This div background color is #EFCAF9.


Border color

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

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

This div border color is #EFCAF9.


Opacity

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

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

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

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

This text has shadow with #EFCAF9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EFCAF9 on black background.


Color preview on white background

This text has color #EFCAF9 on white background.



Black color preview on #EFCAF9 background

This text has black color on #EFCAF9 background.


White color preview on #EFCAF9 background

This text has white color on #EFCAF9 background.