COLOR #EFC0DB

HEX: #EFC0DB RGB: (239,192,219)

Color info

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

RGB color model

#EFC0DB color RGB value is (239,192,219).

RGB: (239,192,219) (94%, 75%, 86%)

RGB channels and saturation

R 239 of 255 = 94%
G 192 of 255 = 75%
B 219 of 255 = 86%

239
192
219

R + G + B ~ 85%. #EFC0DB is quite light color.

Portions of RGB colors in percentages

R + G + B = 239 + 192 + 219 = 650 (100%)
R 239 of 650 ~ 36.77%
G 192 of 650 ~ 29.54%
B 219 of 650 ~ 33.69'%

%36.77
%29.54
%33.69

CMYK color model

#EFC0DB color CMYK value is (0,20,8,6).

  • cyan value is 0.00%
  • magenta value is 19.67%
  • yellow value is 8.37%
  • key color value is 6.27%

CMYK: (0,20,8,6)
C0M20Y8K6 (0%, 20%, 8%, 6%)
(0.00 / 0.20 / 0.08 / 0.06)

CMYK percentages

%0
%19.67
%8.37
%6.27

Codes

Color #EFC0DB in popluar color models

EF C0 DB
RGB 239 192 219
HSL 326° 59.49% 84.51%
HSB/HSV 326° 19.67% 93.73%
CMYK 0.00% 19.67% 8.37%
6.27%

Color #EFC0DB in popluar number systems.

HEX EF C0 DB
Decimal 239 192 219
Binary 11101111 11000000 11011011
Octal 357 300 333

Shades and tints

Shades of #EFC0DB

#EFC0DB
(239,192,219)
#DAAFC8
(218,175,200)
#C59EB5
(197,158,181)
#B08DA2
(176,141,162)
#9B7C8F
(155,124,143)
#866B7C
(134,107,124)
#715A69
(113,90,105)
#5C4956
(92,73,86)
#473843
(71,56,67)
#322730
(50,39,48)
#1D161D
(29,22,29)
#000000
(0,0,0)

Tints of #EFC0DB

#EFC0DB
(239,192,219)
#F0C5DE
(240,197,222)
#F1CAE1
(241,202,225)
#F2CFE4
(242,207,228)
#F3D4E7
(243,212,231)
#F4D9EA
(244,217,234)
#F5DEED
(245,222,237)
#F6E3F0
(246,227,240)
#F7E8F3
(247,232,243)
#F8EDF6
(248,237,246)
#F9F2F9
(249,242,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EFC0DB; }

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

This text font color is #EFC0DB.

Background Color

.myBgColor { background-color: #EFC0DB; }

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

This div background color is #EFC0DB.

Border color

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

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

This div border color is #EFC0DB.

Opacity

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

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

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

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

This text has shadow with #EFC0DB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EFC0DB.

Preview

Color preview on black background

This text has color #EFC0DB on black background.


Color preview on white background

This text has color #EFC0DB on white background.


Black color preview on #EFC0DB background

This text has black color on #EFC0DB background.


White color preview on #EFC0DB background

This text has white color on #EFC0DB background.


Related colors

Complementary color

Complementary color for #hex is #103F24.


I love getcolorcode.com

Triadic colors

1 #DBEFC0 and #C0DBEF with #EFC0DB are triadic colors.

2 #DBC0EF and #C0EFDB with #EFC0DB are triadic colors.