COLOR #EFB7B2

HEX: #EFB7B2 RGB: (239,183,178)

Color info

#EFB7B2 contains mainly red and green colors. Web safe color of #EFB7B2 is #FFCC99 (or #FC9).

RGB color model

#EFB7B2 color RGB value is (239,183,178).

RGB: (239,183,178) (94%, 72%, 70%)

RGB channels and saturation

R 239 of 255 = 94%
G 183 of 255 = 72%
B 178 of 255 = 70%

239
183
178

R + G + B ~ 79%. #EFB7B2 is quite light color.

Portions of RGB colors in percentages

R + G + B = 239 + 183 + 178 = 600 (100%)
R 239 of 600 ~ 39.83%
G 183 of 600 ~ 30.5%
B 178 of 600 ~ 29.67'%

%39.83
%30.5
%29.67

CMYK color model

#EFB7B2 color CMYK value is (0,23,26,6).

  • cyan value is 0.00%
  • magenta value is 23.43%
  • yellow value is 25.52%
  • key color value is 6.27%

CMYK: (0,23,26,6)
C0M23Y26K6 (0%, 23%, 26%, 6%)
(0.00 / 0.23 / 0.26 / 0.06)

CMYK percentages

%0
%23.43
%25.52
%6.27

Codes

Color #EFB7B2 in popluar color models

EF B7 B2
RGB 239 183 178
HSL 65.59% 81.76%
HSB/HSV 25.52% 93.73%
CMYK 0.00% 23.43% 25.52%
6.27%

Color #EFB7B2 in popluar number systems.

HEX EF B7 B2
Decimal 239 183 178
Binary 11101111 10110111 10110010
Octal 357 267 262

Shades and tints

Shades of #EFB7B2

#EFB7B2
(239,183,178)
#DAA7A2
(218,167,162)
#C59792
(197,151,146)
#B08782
(176,135,130)
#9B7772
(155,119,114)
#866762
(134,103,98)
#715752
(113,87,82)
#5C4742
(92,71,66)
#473732
(71,55,50)
#322722
(50,39,34)
#1D1712
(29,23,18)
#000000
(0,0,0)

Tints of #EFB7B2

#EFB7B2
(239,183,178)
#F0BDB9
(240,189,185)
#F1C3C0
(241,195,192)
#F2C9C7
(242,201,199)
#F3CFCE
(243,207,206)
#F4D5D5
(244,213,213)
#F5DBDC
(245,219,220)
#F6E1E3
(246,225,227)
#F7E7EA
(247,231,234)
#F8EDF1
(248,237,241)
#F9F3F8
(249,243,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EFB7B2 color. Also use rgb(239,183,178) instead hex code.

Text Font Color

.myTextColor { color: #EFB7B2; }

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

This text font color is #EFB7B2.

Background Color

.myBgColor { background-color: #EFB7B2; }

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

This div background color is #EFB7B2.

Border color

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

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

This div border color is #EFB7B2.

Opacity

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

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

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

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

This text has shadow with #EFB7B2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EFB7B2.

Preview

Color preview on black background

This text has color #EFB7B2 on black background.


Color preview on white background

This text has color #EFB7B2 on white background.


Black color preview on #EFB7B2 background

This text has black color on #EFB7B2 background.


White color preview on #EFB7B2 background

This text has white color on #EFB7B2 background.


Related colors

Complementary color

Complementary color for #hex is #10484D.


I love getcolorcode.com

Triadic colors

1 #B2EFB7 and #B7B2EF with #EFB7B2 are triadic colors.

2 #B2B7EF and #B7EFB2 with #EFB7B2 are triadic colors.