COLOR #EFC8E6

HEX: #EFC8E6 RGB: (239,200,230)

Color info

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

RGB color model

#EFC8E6 color RGB value is (239,200,230).

RGB: (239,200,230) (94%, 78%, 90%)

RGB channels and saturation

R 239 of 255 = 94%
G 200 of 255 = 78%
B 230 of 255 = 90%

239
200
230

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

Portions of RGB colors in percentages

R + G + B = 239 + 200 + 230 = 669 (100%)
R 239 of 669 ~ 35.72%
G 200 of 669 ~ 29.9%
B 230 of 669 ~ 34.38'%

%35.72
%29.9
%34.38

CMYK color model

#EFC8E6 color CMYK value is (0,16,4,6).

  • cyan value is 0.00%
  • magenta value is 16.32%
  • yellow value is 3.77%
  • key color value is 6.27%

CMYK: (0,16,4,6)
C0M16Y4K6 (0%, 16%, 4%, 6%)
(0.00 / 0.16 / 0.04 / 0.06)

CMYK percentages

%0
%16.32
%3.77
%6.27

Codes

Color #EFC8E6 in popluar color models

EF C8 E6
RGB 239 200 230
HSL 314° 54.93% 86.08%
HSB/HSV 314° 16.32% 93.73%
CMYK 0.00% 16.32% 3.77%
6.27%

Color #EFC8E6 in popluar number systems.

HEX EF C8 E6
Decimal 239 200 230
Binary 11101111 11001000 11100110
Octal 357 310 346

Shades and tints

Shades of #EFC8E6

#EFC8E6
(239,200,230)
#DAB6D2
(218,182,210)
#C5A4BE
(197,164,190)
#B092AA
(176,146,170)
#9B8096
(155,128,150)
#866E82
(134,110,130)
#715C6E
(113,92,110)
#5C4A5A
(92,74,90)
#473846
(71,56,70)
#322632
(50,38,50)
#1D141E
(29,20,30)
#000000
(0,0,0)

Tints of #EFC8E6

#EFC8E6
(239,200,230)
#F0CDE8
(240,205,232)
#F1D2EA
(241,210,234)
#F2D7EC
(242,215,236)
#F3DCEE
(243,220,238)
#F4E1F0
(244,225,240)
#F5E6F2
(245,230,242)
#F6EBF4
(246,235,244)
#F7F0F6
(247,240,246)
#F8F5F8
(248,245,248)
#F9FAFA
(249,250,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EFC8E6; }

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

This text font color is #EFC8E6.

Background Color

.myBgColor { background-color: #EFC8E6; }

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

This div background color is #EFC8E6.

Border color

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

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

This div border color is #EFC8E6.

Opacity

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

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

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

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

This text has shadow with #EFC8E6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EFC8E6.

Preview

Color preview on black background

This text has color #EFC8E6 on black background.


Color preview on white background

This text has color #EFC8E6 on white background.


Black color preview on #EFC8E6 background

This text has black color on #EFC8E6 background.


White color preview on #EFC8E6 background

This text has white color on #EFC8E6 background.


Related colors

Complementary color

Complementary color for #hex is #103719.


I love getcolorcode.com

Triadic colors

1 #E6EFC8 and #C8E6EF with #EFC8E6 are triadic colors.

2 #E6C8EF and #C8EFE6 with #EFC8E6 are triadic colors.