COLOR #EFC8DB

HEX: #EFC8DB
RGB: (239,200,219)

Color info

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

RGB color model

#EFC8DB color RGB value is (239,200,219).

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

RGB channels and saturation

R 239 of 255 = 94%
G 200 of 255 = 78%
B 219 of 255 = 86%

239
200
219

R + G + B ~ 86%. #EFC8DB is light color.

Portions of RGB colors in percentages

R + G + B =
239 + 200 + 219 = 658 (100%)
R 239 of 658 ~ 36.32%
G 200 of 658 ~ 30.4%
B 219 of 658 ~ 33.28%

%36.32
%30.4
%33.28

CMYK color model

#EFC8DB color CMYK value is (0,16,8,6).

  • cyan value is 0.00%
  • magenta value is 16.32%
  • yellow value is 8.37%
  • key color value is 6.27%
CMYK:
(0,16,8,6)
C0M16Y8K6 
(0%,16%,8%,6%)
(0.00/0.16/0.08/0.06)	

CMYK percentages

%0
%16.32
%8.37
%6.27

Codes

Color #EFC8DB in popluar color models

EFC8DB
RGB239200219
HSL331°54.93%86.08%
HSB/HSV331°16.32%93.73%
CMYK0.00%16.32%8.37%
6.27%

Color #EFC8DB in popluar number systems.

HEXEFC8DB
Decimal239200219
Binary111011111100100011011011
Octal357310333

Shades and tints

Shades of #EFC8DB

#EFC8DB
(239,200,219)
#DAB6C8
(218,182,200)
#C5A4B5
(197,164,181)
#B092A2
(176,146,162)
#9B808F
(155,128,143)
#866E7C
(134,110,124)
#715C69
(113,92,105)
#5C4A56
(92,74,86)
#473843
(71,56,67)
#322630
(50,38,48)
#1D141D
(29,20,29)
#000000
(0,0,0)

Tints of #EFC8DB

#EFC8DB
(239,200,219)
#F0CDDE
(240,205,222)
#F1D2E1
(241,210,225)
#F2D7E4
(242,215,228)
#F3DCE7
(243,220,231)
#F4E1EA
(244,225,234)
#F5E6ED
(245,230,237)
#F6EBF0
(246,235,240)
#F7F0F3
(247,240,243)
#F8F5F6
(248,245,246)
#F9FAF9
(249,250,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EFC8DB; }

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

This text font color is #EFC8DB.


Background Color

.myBgColor { background-color: #EFC8DB; }

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

This div background color is #EFC8DB.


Border color

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

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

This div border color is #EFC8DB.


Opacity

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

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

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

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

This text has shadow with #EFC8DB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EFC8DB on black background.


Color preview on white background

This text has color #EFC8DB on white background.



Black color preview on #EFC8DB background

This text has black color on #EFC8DB background.


White color preview on #EFC8DB background

This text has white color on #EFC8DB background.