COLOR #EFBCDA

HEX: #EFBCDA RGB: (239,188,218)

Color info

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

RGB color model

#EFBCDA color RGB value is (239,188,218).

RGB: (239,188,218) (94%, 74%, 85%)

RGB channels and saturation

R 239 of 255 = 94%
G 188 of 255 = 74%
B 218 of 255 = 85%

239
188
218

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

Portions of RGB colors in percentages

R + G + B = 239 + 188 + 218 = 645 (100%)
R 239 of 645 ~ 37.05%
G 188 of 645 ~ 29.15%
B 218 of 645 ~ 33.8'%

%37.05
%29.15
%33.8

CMYK color model

#EFBCDA color CMYK value is (0,21,9,6).

  • cyan value is 0.00%
  • magenta value is 21.34%
  • yellow value is 8.79%
  • key color value is 6.27%

CMYK: (0,21,9,6)
C0M21Y9K6 (0%, 21%, 9%, 6%)
(0.00 / 0.21 / 0.09 / 0.06)

CMYK percentages

%0
%21.34
%8.79
%6.27

Codes

Color #EFBCDA in popluar color models

EF BC DA
RGB 239 188 218
HSL 325° 61.45% 83.73%
HSB/HSV 325° 21.34% 93.73%
CMYK 0.00% 21.34% 8.79%
6.27%

Color #EFBCDA in popluar number systems.

HEX EF BC DA
Decimal 239 188 218
Binary 11101111 10111100 11011010
Octal 357 274 332

Shades and tints

Shades of #EFBCDA

#EFBCDA
(239,188,218)
#DAABC7
(218,171,199)
#C59AB4
(197,154,180)
#B089A1
(176,137,161)
#9B788E
(155,120,142)
#86677B
(134,103,123)
#715668
(113,86,104)
#5C4555
(92,69,85)
#473442
(71,52,66)
#32232F
(50,35,47)
#1D121C
(29,18,28)
#000000
(0,0,0)

Tints of #EFBCDA

#EFBCDA
(239,188,218)
#F0C2DD
(240,194,221)
#F1C8E0
(241,200,224)
#F2CEE3
(242,206,227)
#F3D4E6
(243,212,230)
#F4DAE9
(244,218,233)
#F5E0EC
(245,224,236)
#F6E6EF
(246,230,239)
#F7ECF2
(247,236,242)
#F8F2F5
(248,242,245)
#F9F8F8
(249,248,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EFBCDA color. Also use rgb(239,188,218) instead hex code.

Text Font Color

.myTextColor { color: #EFBCDA; }

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

This text font color is #EFBCDA.

Background Color

.myBgColor { background-color: #EFBCDA; }

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

This div background color is #EFBCDA.

Border color

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

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

This div border color is #EFBCDA.

Opacity

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

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

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

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

This text has shadow with #EFBCDA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EFBCDA.

Preview

Color preview on black background

This text has color #EFBCDA on black background.


Color preview on white background

This text has color #EFBCDA on white background.


Black color preview on #EFBCDA background

This text has black color on #EFBCDA background.


White color preview on #EFBCDA background

This text has white color on #EFBCDA background.


Related colors

Complementary color

Complementary color for #hex is #104325.


I love getcolorcode.com

Triadic colors

1 #DAEFBC and #BCDAEF with #EFBCDA are triadic colors.

2 #DABCEF and #BCEFDA with #EFBCDA are triadic colors.