COLOR #EFBBC1

HEX: #EFBBC1 RGB: (239,187,193)

Color info

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

RGB color model

#EFBBC1 color RGB value is (239,187,193).

RGB: (239,187,193) (94%, 73%, 76%)

RGB channels and saturation

R 239 of 255 = 94%
G 187 of 255 = 73%
B 193 of 255 = 76%

239
187
193

R + G + B ~ 81%. #EFBBC1 is quite light color.

Portions of RGB colors in percentages

R + G + B = 239 + 187 + 193 = 619 (100%)
R 239 of 619 ~ 38.61%
G 187 of 619 ~ 30.21%
B 193 of 619 ~ 31.18'%

%38.61
%30.21
%31.18

CMYK color model

#EFBBC1 color CMYK value is (0,22,19,6).

  • cyan value is 0.00%
  • magenta value is 21.76%
  • yellow value is 19.25%
  • key color value is 6.27%

CMYK: (0,22,19,6)
C0M22Y19K6 (0%, 22%, 19%, 6%)
(0.00 / 0.22 / 0.19 / 0.06)

CMYK percentages

%0
%21.76
%19.25
%6.27

Codes

Color #EFBBC1 in popluar color models

EF BB C1
RGB 239 187 193
HSL 353° 61.90% 83.53%
HSB/HSV 353° 21.76% 93.73%
CMYK 0.00% 21.76% 19.25%
6.27%

Color #EFBBC1 in popluar number systems.

HEX EF BB C1
Decimal 239 187 193
Binary 11101111 10111011 11000001
Octal 357 273 301

Shades and tints

Shades of #EFBBC1

#EFBBC1
(239,187,193)
#DAAAB0
(218,170,176)
#C5999F
(197,153,159)
#B0888E
(176,136,142)
#9B777D
(155,119,125)
#86666C
(134,102,108)
#71555B
(113,85,91)
#5C444A
(92,68,74)
#473339
(71,51,57)
#322228
(50,34,40)
#1D1117
(29,17,23)
#000000
(0,0,0)

Tints of #EFBBC1

#EFBBC1
(239,187,193)
#F0C1C6
(240,193,198)
#F1C7CB
(241,199,203)
#F2CDD0
(242,205,208)
#F3D3D5
(243,211,213)
#F4D9DA
(244,217,218)
#F5DFDF
(245,223,223)
#F6E5E4
(246,229,228)
#F7EBE9
(247,235,233)
#F8F1EE
(248,241,238)
#F9F7F3
(249,247,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EFBBC1 color. Also use rgb(239,187,193) instead hex code.

Text Font Color

.myTextColor { color: #EFBBC1; }

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

This text font color is #EFBBC1.

Background Color

.myBgColor { background-color: #EFBBC1; }

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

This div background color is #EFBBC1.

Border color

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

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

This div border color is #EFBBC1.

Opacity

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

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

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

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

This text has shadow with #EFBBC1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EFBBC1.

Preview

Color preview on black background

This text has color #EFBBC1 on black background.


Color preview on white background

This text has color #EFBBC1 on white background.


Black color preview on #EFBBC1 background

This text has black color on #EFBBC1 background.


White color preview on #EFBBC1 background

This text has white color on #EFBBC1 background.


Related colors

Complementary color

Complementary color for #hex is #10443E.


I love getcolorcode.com

Triadic colors

1 #C1EFBB and #BBC1EF with #EFBBC1 are triadic colors.

2 #C1BBEF and #BBEFC1 with #EFBBC1 are triadic colors.