COLOR #EFBCC9

HEX: #EFBCC9 RGB: (239,188,201)

Color info

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

RGB color model

#EFBCC9 color RGB value is (239,188,201).

RGB: (239,188,201) (94%, 74%, 79%)

RGB channels and saturation

R 239 of 255 = 94%
G 188 of 255 = 74%
B 201 of 255 = 79%

239
188
201

R + G + B ~ 82%. #EFBCC9 is quite light color.

Portions of RGB colors in percentages

R + G + B = 239 + 188 + 201 = 628 (100%)
R 239 of 628 ~ 38.06%
G 188 of 628 ~ 29.94%
B 201 of 628 ~ 32.01'%

%38.06
%29.94
%32.01

CMYK color model

#EFBCC9 color CMYK value is (0,21,16,6).

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

CMYK: (0,21,16,6)
C0M21Y16K6 (0%, 21%, 16%, 6%)
(0.00 / 0.21 / 0.16 / 0.06)

CMYK percentages

%0
%21.34
%15.9
%6.27

Codes

Color #EFBCC9 in popluar color models

EF BC C9
RGB 239 188 201
HSL 345° 61.45% 83.73%
HSB/HSV 345° 21.34% 93.73%
CMYK 0.00% 21.34% 15.90%
6.27%

Color #EFBCC9 in popluar number systems.

HEX EF BC C9
Decimal 239 188 201
Binary 11101111 10111100 11001001
Octal 357 274 311

Shades and tints

Shades of #EFBCC9

#EFBCC9
(239,188,201)
#DAABB7
(218,171,183)
#C59AA5
(197,154,165)
#B08993
(176,137,147)
#9B7881
(155,120,129)
#86676F
(134,103,111)
#71565D
(113,86,93)
#5C454B
(92,69,75)
#473439
(71,52,57)
#322327
(50,35,39)
#1D1215
(29,18,21)
#000000
(0,0,0)

Tints of #EFBCC9

#EFBCC9
(239,188,201)
#F0C2CD
(240,194,205)
#F1C8D1
(241,200,209)
#F2CED5
(242,206,213)
#F3D4D9
(243,212,217)
#F4DADD
(244,218,221)
#F5E0E1
(245,224,225)
#F6E6E5
(246,230,229)
#F7ECE9
(247,236,233)
#F8F2ED
(248,242,237)
#F9F8F1
(249,248,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EFBCC9; }

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

This text font color is #EFBCC9.

Background Color

.myBgColor { background-color: #EFBCC9; }

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

This div background color is #EFBCC9.

Border color

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

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

This div border color is #EFBCC9.

Opacity

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

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

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

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

This text has shadow with #EFBCC9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EFBCC9.

Preview

Color preview on black background

This text has color #EFBCC9 on black background.


Color preview on white background

This text has color #EFBCC9 on white background.


Black color preview on #EFBCC9 background

This text has black color on #EFBCC9 background.


White color preview on #EFBCC9 background

This text has white color on #EFBCC9 background.


Related colors

Complementary color

Complementary color for #hex is #104336.


I love getcolorcode.com

Triadic colors

1 #C9EFBC and #BCC9EF with #EFBCC9 are triadic colors.

2 #C9BCEF and #BCEFC9 with #EFBCC9 are triadic colors.