COLOR #EFCEF5

HEX: #EFCEF5
RGB: (239,206,245)

Color info

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

RGB color model

#EFCEF5 color RGB value is (239,206,245).

  • red value is 239;
  • green value is 206;
  • blue value is 245.
RGB:
(239,206,245)
(94%,81%,96%)

RGB channels and saturation

R 239 of 255 = 94%
G 206 of 255 = 81%
B 245 of 255 = 96%

239
206
245

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

Portions of RGB colors in percentages

R + G + B =
239 + 206 + 245 = 690 (100%)
R 239 of 690 ~ 34.64%
G 206 of 690 ~ 29.86%
B 245 of 690 ~ 35.51%

%34.64
%29.86
%35.51

CMYK color model

#EFCEF5 color CMYK value is (2,16,0,4).

  • cyan value is 2.45%
  • magenta value is 15.92%
  • yellow value is 0.00%
  • key color value is 3.92%
CMYK:
(2,16,0,4)
C2M16Y0K4 
(2%,16%,0%,4%)
(0.02/0.16/0.00/0.04)	

CMYK percentages

%2.45
%15.92
%0
%3.92

Codes

Color #EFCEF5 in popluar color models

EFCEF5
RGB239206245
HSL291°66.10%88.43%
HSB/HSV291°15.92%96.08%
CMYK2.45%15.92%0.00%
3.92%

Color #EFCEF5 in popluar number systems.

HEXEFCEF5
Decimal239206245
Binary111011111100111011110101
Octal357316365

Shades and tints

Shades of #EFCEF5

#EFCEF5
(239,206,245)
#DABCDF
(218,188,223)
#C5AAC9
(197,170,201)
#B098B3
(176,152,179)
#9B869D
(155,134,157)
#867487
(134,116,135)
#716271
(113,98,113)
#5C505B
(92,80,91)
#473E45
(71,62,69)
#322C2F
(50,44,47)
#1D1A19
(29,26,25)
#000000
(0,0,0)

Tints of #EFCEF5

#EFCEF5
(239,206,245)
#F0D2F5
(240,210,245)
#F1D6F5
(241,214,245)
#F2DAF5
(242,218,245)
#F3DEF5
(243,222,245)
#F4E2F5
(244,226,245)
#F5E6F5
(245,230,245)
#F6EAF5
(246,234,245)
#F7EEF5
(247,238,245)
#F8F2F5
(248,242,245)
#F9F6F5
(249,246,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EFCEF5 color. Also use rgb(239,206,245) instead hex code.

Text Font Color

.myTextColor { color: #EFCEF5; }

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

This text font color is #EFCEF5.


Background Color

.myBgColor { background-color: #EFCEF5; }

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

This div background color is #EFCEF5.


Border color

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

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

This div border color is #EFCEF5.


Opacity

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

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

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

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

This text has shadow with #EFCEF5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EFCEF5 on black background.


Color preview on white background

This text has color #EFCEF5 on white background.



Black color preview on #EFCEF5 background

This text has black color on #EFCEF5 background.


White color preview on #EFCEF5 background

This text has white color on #EFCEF5 background.