COLOR #EFB8C8

HEX: #EFB8C8 RGB: (239,184,200)

Color info

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

RGB color model

#EFB8C8 color RGB value is (239,184,200).

RGB: (239,184,200) (94%, 72%, 78%)

RGB channels and saturation

R 239 of 255 = 94%
G 184 of 255 = 72%
B 200 of 255 = 78%

239
184
200

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

Portions of RGB colors in percentages

R + G + B = 239 + 184 + 200 = 623 (100%)
R 239 of 623 ~ 38.36%
G 184 of 623 ~ 29.53%
B 200 of 623 ~ 32.1'%

%38.36
%29.53
%32.1

CMYK color model

#EFB8C8 color CMYK value is (0,23,16,6).

  • cyan value is 0.00%
  • magenta value is 23.01%
  • yellow value is 16.32%
  • key color value is 6.27%

CMYK: (0,23,16,6)
C0M23Y16K6 (0%, 23%, 16%, 6%)
(0.00 / 0.23 / 0.16 / 0.06)

CMYK percentages

%0
%23.01
%16.32
%6.27

Codes

Color #EFB8C8 in popluar color models

EF B8 C8
RGB 239 184 200
HSL 343° 63.22% 82.94%
HSB/HSV 343° 23.01% 93.73%
CMYK 0.00% 23.01% 16.32%
6.27%

Color #EFB8C8 in popluar number systems.

HEX EF B8 C8
Decimal 239 184 200
Binary 11101111 10111000 11001000
Octal 357 270 310

Shades and tints

Shades of #EFB8C8

#EFB8C8
(239,184,200)
#DAA8B6
(218,168,182)
#C598A4
(197,152,164)
#B08892
(176,136,146)
#9B7880
(155,120,128)
#86686E
(134,104,110)
#71585C
(113,88,92)
#5C484A
(92,72,74)
#473838
(71,56,56)
#322826
(50,40,38)
#1D1814
(29,24,20)
#000000
(0,0,0)

Tints of #EFB8C8

#EFB8C8
(239,184,200)
#F0BECD
(240,190,205)
#F1C4D2
(241,196,210)
#F2CAD7
(242,202,215)
#F3D0DC
(243,208,220)
#F4D6E1
(244,214,225)
#F5DCE6
(245,220,230)
#F6E2EB
(246,226,235)
#F7E8F0
(247,232,240)
#F8EEF5
(248,238,245)
#F9F4FA
(249,244,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EFB8C8 color. Also use rgb(239,184,200) instead hex code.

Text Font Color

.myTextColor { color: #EFB8C8; }

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

This text font color is #EFB8C8.

Background Color

.myBgColor { background-color: #EFB8C8; }

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

This div background color is #EFB8C8.

Border color

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

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

This div border color is #EFB8C8.

Opacity

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

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

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

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

This text has shadow with #EFB8C8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EFB8C8.

Preview

Color preview on black background

This text has color #EFB8C8 on black background.


Color preview on white background

This text has color #EFB8C8 on white background.


Black color preview on #EFB8C8 background

This text has black color on #EFB8C8 background.


White color preview on #EFB8C8 background

This text has white color on #EFB8C8 background.


Related colors

Complementary color

Complementary color for #hex is #104737.


I love getcolorcode.com

Triadic colors

1 #C8EFB8 and #B8C8EF with #EFB8C8 are triadic colors.

2 #C8B8EF and #B8EFC8 with #EFB8C8 are triadic colors.