COLOR #EFC6EE

HEX: #EFC6EE RGB: (239,198,238)

Color info

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

RGB color model

#EFC6EE color RGB value is (239,198,238).

RGB: (239,198,238) (94%, 78%, 93%)

RGB channels and saturation

R 239 of 255 = 94%
G 198 of 255 = 78%
B 238 of 255 = 93%

239
198
238

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

Portions of RGB colors in percentages

R + G + B = 239 + 198 + 238 = 675 (100%)
R 239 of 675 ~ 35.41%
G 198 of 675 ~ 29.33%
B 238 of 675 ~ 35.26'%

%35.41
%29.33
%35.26

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 17.15%
  • yellow value is 0.42%
  • key color value is 6.27%

CMYK: (0,17,0,6)
C0M17Y0K6 (0%, 17%, 0%, 6%)
(0.00 / 0.17 / 0.00 / 0.06)

CMYK percentages

%0
%17.15
%0.42
%6.27

Codes

Color #EFC6EE in popluar color models

EF C6 EE
RGB 239 198 238
HSL 301° 56.16% 85.69%
HSB/HSV 301° 17.15% 93.73%
CMYK 0.00% 17.15% 0.42%
6.27%

Color #EFC6EE in popluar number systems.

HEX EF C6 EE
Decimal 239 198 238
Binary 11101111 11000110 11101110
Octal 357 306 356

Shades and tints

Shades of #EFC6EE

#EFC6EE
(239,198,238)
#DAB4D9
(218,180,217)
#C5A2C4
(197,162,196)
#B090AF
(176,144,175)
#9B7E9A
(155,126,154)
#866C85
(134,108,133)
#715A70
(113,90,112)
#5C485B
(92,72,91)
#473646
(71,54,70)
#322431
(50,36,49)
#1D121C
(29,18,28)
#000000
(0,0,0)

Tints of #EFC6EE

#EFC6EE
(239,198,238)
#F0CBEF
(240,203,239)
#F1D0F0
(241,208,240)
#F2D5F1
(242,213,241)
#F3DAF2
(243,218,242)
#F4DFF3
(244,223,243)
#F5E4F4
(245,228,244)
#F6E9F5
(246,233,245)
#F7EEF6
(247,238,246)
#F8F3F7
(248,243,247)
#F9F8F8
(249,248,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EFC6EE; }

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

This text font color is #EFC6EE.

Background Color

.myBgColor { background-color: #EFC6EE; }

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

This div background color is #EFC6EE.

Border color

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

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

This div border color is #EFC6EE.

Opacity

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

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

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

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

This text has shadow with #EFC6EE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EFC6EE.

Preview

Color preview on black background

This text has color #EFC6EE on black background.


Color preview on white background

This text has color #EFC6EE on white background.


Black color preview on #EFC6EE background

This text has black color on #EFC6EE background.


White color preview on #EFC6EE background

This text has white color on #EFC6EE background.


Related colors

Complementary color

Complementary color for #hex is #103911.


I love getcolorcode.com

Triadic colors

1 #EEEFC6 and #C6EEEF with #EFC6EE are triadic colors.

2 #EEC6EF and #C6EFEE with #EFC6EE are triadic colors.