COLOR #EFB9E2

HEX: #EFB9E2
RGB: (239,185,226)

Color info

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

RGB color model

#EFB9E2 color RGB value is (239,185,226).

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

RGB channels and saturation

R 239 of 255 = 94%
G 185 of 255 = 73%
B 226 of 255 = 89%

239
185
226

R + G + B ~ 85%. #EFB9E2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
239 + 185 + 226 = 650 (100%)
R 239 of 650 ~ 36.77%
G 185 of 650 ~ 28.46%
B 226 of 650 ~ 34.77%

%36.77
%28.46
%34.77

CMYK color model

#EFB9E2 color CMYK value is (0,23,5,6).

  • cyan value is 0.00%
  • magenta value is 22.59%
  • yellow value is 5.44%
  • key color value is 6.27%
CMYK:
(0,23,5,6)
C0M23Y5K6 
(0%,23%,5%,6%)
(0.00/0.23/0.05/0.06)	

CMYK percentages

%0
%22.59
%5.44
%6.27

Codes

Color #EFB9E2 in popluar color models

EFB9E2
RGB239185226
HSL314°62.79%83.14%
HSB/HSV314°22.59%93.73%
CMYK0.00%22.59%5.44%
6.27%

Color #EFB9E2 in popluar number systems.

HEXEFB9E2
Decimal239185226
Binary111011111011100111100010
Octal357271342

Shades and tints

Shades of #EFB9E2

#EFB9E2
(239,185,226)
#DAA9CE
(218,169,206)
#C599BA
(197,153,186)
#B089A6
(176,137,166)
#9B7992
(155,121,146)
#86697E
(134,105,126)
#71596A
(113,89,106)
#5C4956
(92,73,86)
#473942
(71,57,66)
#32292E
(50,41,46)
#1D191A
(29,25,26)
#000000
(0,0,0)

Tints of #EFB9E2

#EFB9E2
(239,185,226)
#F0BFE4
(240,191,228)
#F1C5E6
(241,197,230)
#F2CBE8
(242,203,232)
#F3D1EA
(243,209,234)
#F4D7EC
(244,215,236)
#F5DDEE
(245,221,238)
#F6E3F0
(246,227,240)
#F7E9F2
(247,233,242)
#F8EFF4
(248,239,244)
#F9F5F6
(249,245,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EFB9E2; }

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

This text font color is #EFB9E2.


Background Color

.myBgColor { background-color: #EFB9E2; }

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

This div background color is #EFB9E2.


Border color

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

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

This div border color is #EFB9E2.


Opacity

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

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

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

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

This text has shadow with #EFB9E2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EFB9E2 on black background.


Color preview on white background

This text has color #EFB9E2 on white background.



Black color preview on #EFB9E2 background

This text has black color on #EFB9E2 background.


White color preview on #EFB9E2 background

This text has white color on #EFB9E2 background.