COLOR #EFC6E9

HEX: #EFC6E9
RGB: (239,198,233)

Color info

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

RGB color model

#EFC6E9 color RGB value is (239,198,233).

  • red value is 239;
  • green value is 198;
  • blue value is 233.
RGB:
(239,198,233)
(94%,78%,91%)

RGB channels and saturation

R 239 of 255 = 94%
G 198 of 255 = 78%
B 233 of 255 = 91%

239
198
233

R + G + B ~ 88%. #EFC6E9 is light color.

Portions of RGB colors in percentages

R + G + B =
239 + 198 + 233 = 670 (100%)
R 239 of 670 ~ 35.67%
G 198 of 670 ~ 29.55%
B 233 of 670 ~ 34.78%

%35.67
%29.55
%34.78

CMYK color model

#EFC6E9 color CMYK value is (0,17,3,6).

  • cyan value is 0.00%
  • magenta value is 17.15%
  • yellow value is 2.51%
  • key color value is 6.27%
CMYK:
(0,17,3,6)
C0M17Y3K6 
(0%,17%,3%,6%)
(0.00/0.17/0.03/0.06)	

CMYK percentages

%0
%17.15
%2.51
%6.27

Codes

Color #EFC6E9 in popluar color models

EFC6E9
RGB239198233
HSL309°56.16%85.69%
HSB/HSV309°17.15%93.73%
CMYK0.00%17.15%2.51%
6.27%

Color #EFC6E9 in popluar number systems.

HEXEFC6E9
Decimal239198233
Binary111011111100011011101001
Octal357306351

Shades and tints

Shades of #EFC6E9

#EFC6E9
(239,198,233)
#DAB4D4
(218,180,212)
#C5A2BF
(197,162,191)
#B090AA
(176,144,170)
#9B7E95
(155,126,149)
#866C80
(134,108,128)
#715A6B
(113,90,107)
#5C4856
(92,72,86)
#473641
(71,54,65)
#32242C
(50,36,44)
#1D1217
(29,18,23)
#000000
(0,0,0)

Tints of #EFC6E9

#EFC6E9
(239,198,233)
#F0CBEB
(240,203,235)
#F1D0ED
(241,208,237)
#F2D5EF
(242,213,239)
#F3DAF1
(243,218,241)
#F4DFF3
(244,223,243)
#F5E4F5
(245,228,245)
#F6E9F7
(246,233,247)
#F7EEF9
(247,238,249)
#F8F3FB
(248,243,251)
#F9F8FD
(249,248,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EFC6E9 color. Also use rgb(239,198,233) instead hex code.

Text Font Color

.myTextColor { color: #EFC6E9; }

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

This text font color is #EFC6E9.


Background Color

.myBgColor { background-color: #EFC6E9; }

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

This div background color is #EFC6E9.


Border color

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

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

This div border color is #EFC6E9.


Opacity

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

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

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

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

This text has shadow with #EFC6E9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EFC6E9 on black background.


Color preview on white background

This text has color #EFC6E9 on white background.



Black color preview on #EFC6E9 background

This text has black color on #EFC6E9 background.


White color preview on #EFC6E9 background

This text has white color on #EFC6E9 background.