COLOR #EFB7C4

HEX: #EFB7C4 RGB: (239,183,196)

Color info

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

RGB color model

#EFB7C4 color RGB value is (239,183,196).

RGB: (239,183,196) (94%, 72%, 77%)

RGB channels and saturation

R 239 of 255 = 94%
G 183 of 255 = 72%
B 196 of 255 = 77%

239
183
196

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

Portions of RGB colors in percentages

R + G + B = 239 + 183 + 196 = 618 (100%)
R 239 of 618 ~ 38.67%
G 183 of 618 ~ 29.61%
B 196 of 618 ~ 31.72'%

%38.67
%29.61
%31.72

CMYK color model

#EFB7C4 color CMYK value is (0,23,18,6).

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

CMYK: (0,23,18,6)
C0M23Y18K6 (0%, 23%, 18%, 6%)
(0.00 / 0.23 / 0.18 / 0.06)

CMYK percentages

%0
%23.43
%17.99
%6.27

Codes

Color #EFB7C4 in popluar color models

EF B7 C4
RGB 239 183 196
HSL 346° 63.64% 82.75%
HSB/HSV 346° 23.43% 93.73%
CMYK 0.00% 23.43% 17.99%
6.27%

Color #EFB7C4 in popluar number systems.

HEX EF B7 C4
Decimal 239 183 196
Binary 11101111 10110111 11000100
Octal 357 267 304

Shades and tints

Shades of #EFB7C4

#EFB7C4
(239,183,196)
#DAA7B3
(218,167,179)
#C597A2
(197,151,162)
#B08791
(176,135,145)
#9B7780
(155,119,128)
#86676F
(134,103,111)
#71575E
(113,87,94)
#5C474D
(92,71,77)
#47373C
(71,55,60)
#32272B
(50,39,43)
#1D171A
(29,23,26)
#000000
(0,0,0)

Tints of #EFB7C4

#EFB7C4
(239,183,196)
#F0BDC9
(240,189,201)
#F1C3CE
(241,195,206)
#F2C9D3
(242,201,211)
#F3CFD8
(243,207,216)
#F4D5DD
(244,213,221)
#F5DBE2
(245,219,226)
#F6E1E7
(246,225,231)
#F7E7EC
(247,231,236)
#F8EDF1
(248,237,241)
#F9F3F6
(249,243,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EFB7C4; }

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

This text font color is #EFB7C4.

Background Color

.myBgColor { background-color: #EFB7C4; }

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

This div background color is #EFB7C4.

Border color

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

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

This div border color is #EFB7C4.

Opacity

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

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

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

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

This text has shadow with #EFB7C4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EFB7C4.

Preview

Color preview on black background

This text has color #EFB7C4 on black background.


Color preview on white background

This text has color #EFB7C4 on white background.


Black color preview on #EFB7C4 background

This text has black color on #EFB7C4 background.


White color preview on #EFB7C4 background

This text has white color on #EFB7C4 background.


Related colors

Complementary color

Complementary color for #hex is #10483B.


I love getcolorcode.com

Triadic colors

1 #C4EFB7 and #B7C4EF with #EFB7C4 are triadic colors.

2 #C4B7EF and #B7EFC4 with #EFB7C4 are triadic colors.