COLOR #EFB8DE

HEX: #EFB8DE
RGB: (239,184,222)

Color info

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

RGB color model

#EFB8DE color RGB value is (239,184,222).

  • red value is 239;
  • green value is 184;
  • blue value is 222.
RGB:
(239,184,222)
(94%,72%,87%)

RGB channels and saturation

R 239 of 255 = 94%
G 184 of 255 = 72%
B 222 of 255 = 87%

239
184
222

R + G + B ~ 84%. #EFB8DE is quite light color.

Portions of RGB colors in percentages

R + G + B =
239 + 184 + 222 = 645 (100%)
R 239 of 645 ~ 37.05%
G 184 of 645 ~ 28.53%
B 222 of 645 ~ 34.42%

%37.05
%28.53
%34.42

CMYK color model

#EFB8DE color CMYK value is (0,23,7,6).

  • cyan value is 0.00%
  • magenta value is 23.01%
  • yellow value is 7.11%
  • key color value is 6.27%
CMYK:
(0,23,7,6)
C0M23Y7K6 
(0%,23%,7%,6%)
(0.00/0.23/0.07/0.06)	

CMYK percentages

%0
%23.01
%7.11
%6.27

Codes

Color #EFB8DE in popluar color models

EFB8DE
RGB239184222
HSL319°63.22%82.94%
HSB/HSV319°23.01%93.73%
CMYK0.00%23.01%7.11%
6.27%

Color #EFB8DE in popluar number systems.

HEXEFB8DE
Decimal239184222
Binary111011111011100011011110
Octal357270336

Shades and tints

Shades of #EFB8DE

#EFB8DE
(239,184,222)
#DAA8CA
(218,168,202)
#C598B6
(197,152,182)
#B088A2
(176,136,162)
#9B788E
(155,120,142)
#86687A
(134,104,122)
#715866
(113,88,102)
#5C4852
(92,72,82)
#47383E
(71,56,62)
#32282A
(50,40,42)
#1D1816
(29,24,22)
#000000
(0,0,0)

Tints of #EFB8DE

#EFB8DE
(239,184,222)
#F0BEE1
(240,190,225)
#F1C4E4
(241,196,228)
#F2CAE7
(242,202,231)
#F3D0EA
(243,208,234)
#F4D6ED
(244,214,237)
#F5DCF0
(245,220,240)
#F6E2F3
(246,226,243)
#F7E8F6
(247,232,246)
#F8EEF9
(248,238,249)
#F9F4FC
(249,244,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EFB8DE; }

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

This text font color is #EFB8DE.


Background Color

.myBgColor { background-color: #EFB8DE; }

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

This div background color is #EFB8DE.


Border color

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

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

This div border color is #EFB8DE.


Opacity

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

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

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

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

This text has shadow with #EFB8DE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EFB8DE on black background.


Color preview on white background

This text has color #EFB8DE on white background.



Black color preview on #EFB8DE background

This text has black color on #EFB8DE background.


White color preview on #EFB8DE background

This text has white color on #EFB8DE background.