COLOR #EFB9CA

HEX: #EFB9CA
RGB: (239,185,202)

Color info

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

RGB color model

#EFB9CA color RGB value is (239,185,202).

  • red value is 239;
  • green value is 185;
  • blue value is 202.
RGB:
(239,185,202)
(94%,73%,79%)

RGB channels and saturation

R 239 of 255 = 94%
G 185 of 255 = 73%
B 202 of 255 = 79%

239
185
202

R + G + B ~ 82%. #EFB9CA is quite light color.

Portions of RGB colors in percentages

R + G + B =
239 + 185 + 202 = 626 (100%)
R 239 of 626 ~ 38.18%
G 185 of 626 ~ 29.55%
B 202 of 626 ~ 32.27%

%38.18
%29.55
%32.27

CMYK color model

#EFB9CA color CMYK value is (0,23,15,6).

  • cyan value is 0.00%
  • magenta value is 22.59%
  • yellow value is 15.48%
  • key color value is 6.27%
CMYK:
(0,23,15,6)
C0M23Y15K6 
(0%,23%,15%,6%)
(0.00/0.23/0.15/0.06)	

CMYK percentages

%0
%22.59
%15.48
%6.27

Codes

Color #EFB9CA in popluar color models

EFB9CA
RGB239185202
HSL341°62.79%83.14%
HSB/HSV341°22.59%93.73%
CMYK0.00%22.59%15.48%
6.27%

Color #EFB9CA in popluar number systems.

HEXEFB9CA
Decimal239185202
Binary111011111011100111001010
Octal357271312

Shades and tints

Shades of #EFB9CA

#EFB9CA
(239,185,202)
#DAA9B8
(218,169,184)
#C599A6
(197,153,166)
#B08994
(176,137,148)
#9B7982
(155,121,130)
#866970
(134,105,112)
#71595E
(113,89,94)
#5C494C
(92,73,76)
#47393A
(71,57,58)
#322928
(50,41,40)
#1D1916
(29,25,22)
#000000
(0,0,0)

Tints of #EFB9CA

#EFB9CA
(239,185,202)
#F0BFCE
(240,191,206)
#F1C5D2
(241,197,210)
#F2CBD6
(242,203,214)
#F3D1DA
(243,209,218)
#F4D7DE
(244,215,222)
#F5DDE2
(245,221,226)
#F6E3E6
(246,227,230)
#F7E9EA
(247,233,234)
#F8EFEE
(248,239,238)
#F9F5F2
(249,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EFB9CA color. Also use rgb(239,185,202) instead hex code.

Text Font Color

.myTextColor { color: #EFB9CA; }

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

This text font color is #EFB9CA.


Background Color

.myBgColor { background-color: #EFB9CA; }

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

This div background color is #EFB9CA.


Border color

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

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

This div border color is #EFB9CA.


Opacity

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

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

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

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

This text has shadow with #EFB9CA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EFB9CA on black background.


Color preview on white background

This text has color #EFB9CA on white background.



Black color preview on #EFB9CA background

This text has black color on #EFB9CA background.


White color preview on #EFB9CA background

This text has white color on #EFB9CA background.