COLOR #EFCAF4

HEX: #EFCAF4
RGB: (239,202,244)

Color info

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

RGB color model

#EFCAF4 color RGB value is (239,202,244).

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

RGB channels and saturation

R 239 of 255 = 94%
G 202 of 255 = 79%
B 244 of 255 = 96%

239
202
244

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

Portions of RGB colors in percentages

R + G + B =
239 + 202 + 244 = 685 (100%)
R 239 of 685 ~ 34.89%
G 202 of 685 ~ 29.49%
B 244 of 685 ~ 35.62%

%34.89
%29.49
%35.62

CMYK color model

#EFCAF4 color CMYK value is (2,17,0,4).

  • cyan value is 2.05%
  • magenta value is 17.21%
  • yellow value is 0.00%
  • key color value is 4.31%
CMYK:
(2,17,0,4)
C2M17Y0K4 
(2%,17%,0%,4%)
(0.02/0.17/0.00/0.04)	

CMYK percentages

%2.05
%17.21
%0
%4.31

Codes

Color #EFCAF4 in popluar color models

EFCAF4
RGB239202244
HSL293°65.63%87.45%
HSB/HSV293°17.21%95.69%
CMYK2.05%17.21%0.00%
4.31%

Color #EFCAF4 in popluar number systems.

HEXEFCAF4
Decimal239202244
Binary111011111100101011110100
Octal357312364

Shades and tints

Shades of #EFCAF4

#EFCAF4
(239,202,244)
#DAB8DE
(218,184,222)
#C5A6C8
(197,166,200)
#B094B2
(176,148,178)
#9B829C
(155,130,156)
#867086
(134,112,134)
#715E70
(113,94,112)
#5C4C5A
(92,76,90)
#473A44
(71,58,68)
#32282E
(50,40,46)
#1D1618
(29,22,24)
#000000
(0,0,0)

Tints of #EFCAF4

#EFCAF4
(239,202,244)
#F0CEF5
(240,206,245)
#F1D2F6
(241,210,246)
#F2D6F7
(242,214,247)
#F3DAF8
(243,218,248)
#F4DEF9
(244,222,249)
#F5E2FA
(245,226,250)
#F6E6FB
(246,230,251)
#F7EAFC
(247,234,252)
#F8EEFD
(248,238,253)
#F9F2FE
(249,242,254)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EFCAF4; }

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

This text font color is #EFCAF4.


Background Color

.myBgColor { background-color: #EFCAF4; }

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

This div background color is #EFCAF4.


Border color

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

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

This div border color is #EFCAF4.


Opacity

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

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

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

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

This text has shadow with #EFCAF4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EFCAF4 on black background.


Color preview on white background

This text has color #EFCAF4 on white background.



Black color preview on #EFCAF4 background

This text has black color on #EFCAF4 background.


White color preview on #EFCAF4 background

This text has white color on #EFCAF4 background.