COLOR #EFB0C6

HEX: #EFB0C6
RGB: (239,176,198)

Color info

#EFB0C6 contains mainly red and blue colors. Web safe color of #EFB0C6 is #FF99CC (or #F9C).

RGB color model

#EFB0C6 color RGB value is (239,176,198).

  • red value is 239;
  • green value is 176;
  • blue value is 198.
RGB:
(239,176,198)
(94%,69%,78%)

RGB channels and saturation

R 239 of 255 = 94%
G 176 of 255 = 69%
B 198 of 255 = 78%

239
176
198

R + G + B ~ 80%. #EFB0C6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
239 + 176 + 198 = 613 (100%)
R 239 of 613 ~ 38.99%
G 176 of 613 ~ 28.71%
B 198 of 613 ~ 32.3%

%38.99
%28.71
%32.3

CMYK color model

#EFB0C6 color CMYK value is (0,26,17,6).

  • cyan value is 0.00%
  • magenta value is 26.36%
  • yellow value is 17.15%
  • key color value is 6.27%
CMYK:
(0,26,17,6)
C0M26Y17K6 
(0%,26%,17%,6%)
(0.00/0.26/0.17/0.06)	

CMYK percentages

%0
%26.36
%17.15
%6.27

Codes

Color #EFB0C6 in popluar color models

EFB0C6
RGB239176198
HSL339°66.32%81.37%
HSB/HSV339°26.36%93.73%
CMYK0.00%26.36%17.15%
6.27%

Color #EFB0C6 in popluar number systems.

HEXEFB0C6
Decimal239176198
Binary111011111011000011000110
Octal357260306

Shades and tints

Shades of #EFB0C6

#EFB0C6
(239,176,198)
#DAA0B4
(218,160,180)
#C590A2
(197,144,162)
#B08090
(176,128,144)
#9B707E
(155,112,126)
#86606C
(134,96,108)
#71505A
(113,80,90)
#5C4048
(92,64,72)
#473036
(71,48,54)
#322024
(50,32,36)
#1D1012
(29,16,18)
#000000
(0,0,0)

Tints of #EFB0C6

#EFB0C6
(239,176,198)
#F0B7CB
(240,183,203)
#F1BED0
(241,190,208)
#F2C5D5
(242,197,213)
#F3CCDA
(243,204,218)
#F4D3DF
(244,211,223)
#F5DAE4
(245,218,228)
#F6E1E9
(246,225,233)
#F7E8EE
(247,232,238)
#F8EFF3
(248,239,243)
#F9F6F8
(249,246,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EFB0C6 color. Also use rgb(239,176,198) instead hex code.

Text Font Color

.myTextColor { color: #EFB0C6; }

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

This text font color is #EFB0C6.


Background Color

.myBgColor { background-color: #EFB0C6; }

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

This div background color is #EFB0C6.


Border color

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

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

This div border color is #EFB0C6.


Opacity

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

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

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

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

This text has shadow with #EFB0C6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EFB0C6 on black background.


Color preview on white background

This text has color #EFB0C6 on white background.



Black color preview on #EFB0C6 background

This text has black color on #EFB0C6 background.


White color preview on #EFB0C6 background

This text has white color on #EFB0C6 background.