COLOR #EFBDD4

HEX: #EFBDD4
RGB: (239,189,212)

Color info

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

RGB color model

#EFBDD4 color RGB value is (239,189,212).

  • red value is 239;
  • green value is 189;
  • blue value is 212.
RGB:
(239,189,212)
(94%,74%,83%)

RGB channels and saturation

R 239 of 255 = 94%
G 189 of 255 = 74%
B 212 of 255 = 83%

239
189
212

R + G + B ~ 84%. #EFBDD4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
239 + 189 + 212 = 640 (100%)
R 239 of 640 ~ 37.34%
G 189 of 640 ~ 29.53%
B 212 of 640 ~ 33.13%

%37.34
%29.53
%33.13

CMYK color model

#EFBDD4 color CMYK value is (0,21,11,6).

  • cyan value is 0.00%
  • magenta value is 20.92%
  • yellow value is 11.30%
  • key color value is 6.27%
CMYK:
(0,21,11,6)
C0M21Y11K6 
(0%,21%,11%,6%)
(0.00/0.21/0.11/0.06)	

CMYK percentages

%0
%20.92
%11.3
%6.27

Codes

Color #EFBDD4 in popluar color models

EFBDD4
RGB239189212
HSL332°60.98%83.92%
HSB/HSV332°20.92%93.73%
CMYK0.00%20.92%11.30%
6.27%

Color #EFBDD4 in popluar number systems.

HEXEFBDD4
Decimal239189212
Binary111011111011110111010100
Octal357275324

Shades and tints

Shades of #EFBDD4

#EFBDD4
(239,189,212)
#DAACC1
(218,172,193)
#C59BAE
(197,155,174)
#B08A9B
(176,138,155)
#9B7988
(155,121,136)
#866875
(134,104,117)
#715762
(113,87,98)
#5C464F
(92,70,79)
#47353C
(71,53,60)
#322429
(50,36,41)
#1D1316
(29,19,22)
#000000
(0,0,0)

Tints of #EFBDD4

#EFBDD4
(239,189,212)
#F0C3D7
(240,195,215)
#F1C9DA
(241,201,218)
#F2CFDD
(242,207,221)
#F3D5E0
(243,213,224)
#F4DBE3
(244,219,227)
#F5E1E6
(245,225,230)
#F6E7E9
(246,231,233)
#F7EDEC
(247,237,236)
#F8F3EF
(248,243,239)
#F9F9F2
(249,249,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EFBDD4 color. Also use rgb(239,189,212) instead hex code.

Text Font Color

.myTextColor { color: #EFBDD4; }

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

This text font color is #EFBDD4.


Background Color

.myBgColor { background-color: #EFBDD4; }

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

This div background color is #EFBDD4.


Border color

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

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

This div border color is #EFBDD4.


Opacity

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

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

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

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

This text has shadow with #EFBDD4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EFBDD4 on black background.


Color preview on white background

This text has color #EFBDD4 on white background.



Black color preview on #EFBDD4 background

This text has black color on #EFBDD4 background.


White color preview on #EFBDD4 background

This text has white color on #EFBDD4 background.