COLOR #EFCDD2

HEX: #EFCDD2
RGB: (239,205,210)

Color info

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

RGB color model

#EFCDD2 color RGB value is (239,205,210).

  • red value is 239;
  • green value is 205;
  • blue value is 210.
RGB:
(239,205,210)
(94%,80%,82%)

RGB channels and saturation

R 239 of 255 = 94%
G 205 of 255 = 80%
B 210 of 255 = 82%

239
205
210

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

Portions of RGB colors in percentages

R + G + B =
239 + 205 + 210 = 654 (100%)
R 239 of 654 ~ 36.54%
G 205 of 654 ~ 31.35%
B 210 of 654 ~ 32.11%

%36.54
%31.35
%32.11

CMYK color model

#EFCDD2 color CMYK value is (0,14,12,6).

  • cyan value is 0.00%
  • magenta value is 14.23%
  • yellow value is 12.13%
  • key color value is 6.27%
CMYK:
(0,14,12,6)
C0M14Y12K6 
(0%,14%,12%,6%)
(0.00/0.14/0.12/0.06)	

CMYK percentages

%0
%14.23
%12.13
%6.27

Codes

Color #EFCDD2 in popluar color models

EFCDD2
RGB239205210
HSL351°51.52%87.06%
HSB/HSV351°14.23%93.73%
CMYK0.00%14.23%12.13%
6.27%

Color #EFCDD2 in popluar number systems.

HEXEFCDD2
Decimal239205210
Binary111011111100110111010010
Octal357315322

Shades and tints

Shades of #EFCDD2

#EFCDD2
(239,205,210)
#DABBBF
(218,187,191)
#C5A9AC
(197,169,172)
#B09799
(176,151,153)
#9B8586
(155,133,134)
#867373
(134,115,115)
#716160
(113,97,96)
#5C4F4D
(92,79,77)
#473D3A
(71,61,58)
#322B27
(50,43,39)
#1D1914
(29,25,20)
#000000
(0,0,0)

Tints of #EFCDD2

#EFCDD2
(239,205,210)
#F0D1D6
(240,209,214)
#F1D5DA
(241,213,218)
#F2D9DE
(242,217,222)
#F3DDE2
(243,221,226)
#F4E1E6
(244,225,230)
#F5E5EA
(245,229,234)
#F6E9EE
(246,233,238)
#F7EDF2
(247,237,242)
#F8F1F6
(248,241,246)
#F9F5FA
(249,245,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EFCDD2; }

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

This text font color is #EFCDD2.


Background Color

.myBgColor { background-color: #EFCDD2; }

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

This div background color is #EFCDD2.


Border color

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

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

This div border color is #EFCDD2.


Opacity

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

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

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

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

This text has shadow with #EFCDD2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EFCDD2 on black background.


Color preview on white background

This text has color #EFCDD2 on white background.



Black color preview on #EFCDD2 background

This text has black color on #EFCDD2 background.


White color preview on #EFCDD2 background

This text has white color on #EFCDD2 background.