COLOR #EFC8E2

HEX: #EFC8E2
RGB: (239,200,226)

Color info

#EFC8E2 contains red, green and blue colors in about the same proportion. Web safe color of #EFC8E2 is #FFCCCC (or #FCC).

RGB color model

#EFC8E2 color RGB value is (239,200,226).

  • red value is 239;
  • green value is 200;
  • blue value is 226.
RGB:
(239,200,226)
(94%,78%,89%)

RGB channels and saturation

R 239 of 255 = 94%
G 200 of 255 = 78%
B 226 of 255 = 89%

239
200
226

R + G + B ~ 87%. #EFC8E2 is light color.

Portions of RGB colors in percentages

R + G + B =
239 + 200 + 226 = 665 (100%)
R 239 of 665 ~ 35.94%
G 200 of 665 ~ 30.08%
B 226 of 665 ~ 33.98%

%35.94
%30.08
%33.98

CMYK color model

#EFC8E2 color CMYK value is (0,16,5,6).

  • cyan value is 0.00%
  • magenta value is 16.32%
  • yellow value is 5.44%
  • key color value is 6.27%
CMYK:
(0,16,5,6)
C0M16Y5K6 
(0%,16%,5%,6%)
(0.00/0.16/0.05/0.06)	

CMYK percentages

%0
%16.32
%5.44
%6.27

Codes

Color #EFC8E2 in popluar color models

EFC8E2
RGB239200226
HSL320°54.93%86.08%
HSB/HSV320°16.32%93.73%
CMYK0.00%16.32%5.44%
6.27%

Color #EFC8E2 in popluar number systems.

HEXEFC8E2
Decimal239200226
Binary111011111100100011100010
Octal357310342

Shades and tints

Shades of #EFC8E2

#EFC8E2
(239,200,226)
#DAB6CE
(218,182,206)
#C5A4BA
(197,164,186)
#B092A6
(176,146,166)
#9B8092
(155,128,146)
#866E7E
(134,110,126)
#715C6A
(113,92,106)
#5C4A56
(92,74,86)
#473842
(71,56,66)
#32262E
(50,38,46)
#1D141A
(29,20,26)
#000000
(0,0,0)

Tints of #EFC8E2

#EFC8E2
(239,200,226)
#F0CDE4
(240,205,228)
#F1D2E6
(241,210,230)
#F2D7E8
(242,215,232)
#F3DCEA
(243,220,234)
#F4E1EC
(244,225,236)
#F5E6EE
(245,230,238)
#F6EBF0
(246,235,240)
#F7F0F2
(247,240,242)
#F8F5F4
(248,245,244)
#F9FAF6
(249,250,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EFC8E2 color. Also use rgb(239,200,226) instead hex code.

Text Font Color

.myTextColor { color: #EFC8E2; }

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

This text font color is #EFC8E2.


Background Color

.myBgColor { background-color: #EFC8E2; }

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

This div background color is #EFC8E2.


Border color

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

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

This div border color is #EFC8E2.


Opacity

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

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

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

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

This text has shadow with #EFC8E2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EFC8E2 on black background.


Color preview on white background

This text has color #EFC8E2 on white background.



Black color preview on #EFC8E2 background

This text has black color on #EFC8E2 background.


White color preview on #EFC8E2 background

This text has white color on #EFC8E2 background.