COLOR #EFCDD8

HEX: #EFCDD8 RGB: (239,205,216)

Color info

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

RGB color model

#EFCDD8 color RGB value is (239,205,216).

RGB: (239,205,216) (94%, 80%, 85%)

RGB channels and saturation

R 239 of 255 = 94%
G 205 of 255 = 80%
B 216 of 255 = 85%

239
205
216

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

Portions of RGB colors in percentages

R + G + B = 239 + 205 + 216 = 660 (100%)
R 239 of 660 ~ 36.21%
G 205 of 660 ~ 31.06%
B 216 of 660 ~ 32.73'%

%36.21
%31.06
%32.73

CMYK color model

#EFCDD8 color CMYK value is (0,14,10,6).

  • cyan value is 0.00%
  • magenta value is 14.23%
  • yellow value is 9.62%
  • key color value is 6.27%
CMYK: (0,14,10,6) C0M14Y10K6 (0%,14%,10%,6%) (0.00/0.14/0.10/0.06) 

CMYK percentages

%0
%14.23
%9.62
%6.27

Codes

Color #EFCDD8 in popluar color models

EF CD D8
RGB 239 205 216
HSL 341° 51.52% 87.06%
HSB/HSV 341° 14.23% 93.73%
CMYK 0.00% 14.23% 9.62%
6.27%

Color #EFCDD8 in popluar number systems.

HEX EF CD D8
Decimal 239 205 216
Binary 11101111 11001101 11011000
Octal 357 315 330

Shades and tints

Shades of #EFCDD8

#EFCDD8
(239,205,216)
#DABBC5
(218,187,197)
#C5A9B2
(197,169,178)
#B0979F
(176,151,159)
#9B858C
(155,133,140)
#867379
(134,115,121)
#716166
(113,97,102)
#5C4F53
(92,79,83)
#473D40
(71,61,64)
#322B2D
(50,43,45)
#1D191A
(29,25,26)
#000000
(0,0,0)

Tints of #EFCDD8

#EFCDD8
(239,205,216)
#F0D1DB
(240,209,219)
#F1D5DE
(241,213,222)
#F2D9E1
(242,217,225)
#F3DDE4
(243,221,228)
#F4E1E7
(244,225,231)
#F5E5EA
(245,229,234)
#F6E9ED
(246,233,237)
#F7EDF0
(247,237,240)
#F8F1F3
(248,241,243)
#F9F5F6
(249,245,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EFCDD8 color. Also use rgb(239,205,216) instead hex code.

Text Font Color

.myTextColor { color: #EFCDD8; }

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

This text font color is #EFCDD8.

Background Color

.myBgColor { background-color: #EFCDD8; }

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

This div background color is #EFCDD8.

Border color

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

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

This div border color is #EFCDD8.

Opacity

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

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

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

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

This text has shadow with #EFCDD8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EFCDD8.

Preview

Color preview on black background

This text has color #EFCDD8 on black background.


Color preview on white background

This text has color #EFCDD8 on white background.


Black color preview on #EFCDD8 background

This text has black color on #EFCDD8 background.


White color preview on #EFCDD8 background

This text has white color on #EFCDD8 background.


Related colors

Complementary color

Complementary color for #hex is #103227.


I love getcolorcode.com

Triadic colors

1 #D8EFCD and #CDD8EF with #EFCDD8 are triadic colors.

2 #D8CDEF and #CDEFD8 with #EFCDD8 are triadic colors.