COLOR #EFBCDB

HEX: #EFBCDB RGB: (239,188,219)

Color info

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

RGB color model

#EFBCDB color RGB value is (239,188,219).

RGB: (239,188,219) (94%, 74%, 86%)

RGB channels and saturation

R 239 of 255 = 94%
G 188 of 255 = 74%
B 219 of 255 = 86%

239
188
219

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

Portions of RGB colors in percentages

R + G + B = 239 + 188 + 219 = 646 (100%)
R 239 of 646 ~ 37%
G 188 of 646 ~ 29.1%
B 219 of 646 ~ 33.9'%

%37
%29.1
%33.9

CMYK color model

#EFBCDB color CMYK value is (0,21,8,6).

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

CMYK: (0,21,8,6)
C0M21Y8K6 (0%, 21%, 8%, 6%)
(0.00 / 0.21 / 0.08 / 0.06)

CMYK percentages

%0
%21.34
%8.37
%6.27

Codes

Color #EFBCDB in popluar color models

EF BC DB
RGB 239 188 219
HSL 324° 61.45% 83.73%
HSB/HSV 324° 21.34% 93.73%
CMYK 0.00% 21.34% 8.37%
6.27%

Color #EFBCDB in popluar number systems.

HEX EF BC DB
Decimal 239 188 219
Binary 11101111 10111100 11011011
Octal 357 274 333

Shades and tints

Shades of #EFBCDB

#EFBCDB
(239,188,219)
#DAABC8
(218,171,200)
#C59AB5
(197,154,181)
#B089A2
(176,137,162)
#9B788F
(155,120,143)
#86677C
(134,103,124)
#715669
(113,86,105)
#5C4556
(92,69,86)
#473443
(71,52,67)
#322330
(50,35,48)
#1D121D
(29,18,29)
#000000
(0,0,0)

Tints of #EFBCDB

#EFBCDB
(239,188,219)
#F0C2DE
(240,194,222)
#F1C8E1
(241,200,225)
#F2CEE4
(242,206,228)
#F3D4E7
(243,212,231)
#F4DAEA
(244,218,234)
#F5E0ED
(245,224,237)
#F6E6F0
(246,230,240)
#F7ECF3
(247,236,243)
#F8F2F6
(248,242,246)
#F9F8F9
(249,248,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EFBCDB; }

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

This text font color is #EFBCDB.

Background Color

.myBgColor { background-color: #EFBCDB; }

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

This div background color is #EFBCDB.

Border color

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

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

This div border color is #EFBCDB.

Opacity

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

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

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

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

This text has shadow with #EFBCDB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EFBCDB.

Preview

Color preview on black background

This text has color #EFBCDB on black background.


Color preview on white background

This text has color #EFBCDB on white background.


Black color preview on #EFBCDB background

This text has black color on #EFBCDB background.


White color preview on #EFBCDB background

This text has white color on #EFBCDB background.


Related colors

Complementary color

Complementary color for #hex is #104324.


I love getcolorcode.com

Triadic colors

1 #DBEFBC and #BCDBEF with #EFBCDB are triadic colors.

2 #DBBCEF and #BCEFDB with #EFBCDB are triadic colors.