COLOR #EFBCD9

HEX: #EFBCD9 RGB: (239,188,217)

Color info

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

RGB color model

#EFBCD9 color RGB value is (239,188,217).

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

RGB channels and saturation

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

239
188
217

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

Portions of RGB colors in percentages

R + G + B = 239 + 188 + 217 = 644 (100%)
R 239 of 644 ~ 37.11%
G 188 of 644 ~ 29.19%
B 217 of 644 ~ 33.7'%

%37.11
%29.19
%33.7

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 21.34%
  • yellow value is 9.21%
  • 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
%9.21
%6.27

Codes

Color #EFBCD9 in popluar color models

EF BC D9
RGB 239 188 217
HSL 326° 61.45% 83.73%
HSB/HSV 326° 21.34% 93.73%
CMYK 0.00% 21.34% 9.21%
6.27%

Color #EFBCD9 in popluar number systems.

HEX EF BC D9
Decimal 239 188 217
Binary 11101111 10111100 11011001
Octal 357 274 331

Shades and tints

Shades of #EFBCD9

#EFBCD9
(239,188,217)
#DAABC6
(218,171,198)
#C59AB3
(197,154,179)
#B089A0
(176,137,160)
#9B788D
(155,120,141)
#86677A
(134,103,122)
#715667
(113,86,103)
#5C4554
(92,69,84)
#473441
(71,52,65)
#32232E
(50,35,46)
#1D121B
(29,18,27)
#000000
(0,0,0)

Tints of #EFBCD9

#EFBCD9
(239,188,217)
#F0C2DC
(240,194,220)
#F1C8DF
(241,200,223)
#F2CEE2
(242,206,226)
#F3D4E5
(243,212,229)
#F4DAE8
(244,218,232)
#F5E0EB
(245,224,235)
#F6E6EE
(246,230,238)
#F7ECF1
(247,236,241)
#F8F2F4
(248,242,244)
#F9F8F7
(249,248,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EFBCD9; }

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

This text font color is #EFBCD9.

Background Color

.myBgColor { background-color: #EFBCD9; }

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

This div background color is #EFBCD9.

Border color

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

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

This div border color is #EFBCD9.

Opacity

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

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

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

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

This text has shadow with #EFBCD9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EFBCD9.

Preview

Color preview on black background

This text has color #EFBCD9 on black background.


Color preview on white background

This text has color #EFBCD9 on white background.


Black color preview on #EFBCD9 background

This text has black color on #EFBCD9 background.


White color preview on #EFBCD9 background

This text has white color on #EFBCD9 background.


Related colors

Complementary color

Complementary color for #EFBCD9 is #104326.


I love getcolorcode.com

Triadic colors

1 #D9EFBC and #BCD9EF with #EFBCD9 are triadic colors.

2 #D9BCEF and #BCEFD9 with #EFBCD9 are triadic colors.