COLOR #EFBDE3

HEX: #EFBDE3 RGB: (239,189,227)

Color info

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

RGB color model

#EFBDE3 color RGB value is (239,189,227).

RGB: (239,189,227) (94%, 74%, 89%)

RGB channels and saturation

R 239 of 255 = 94%
G 189 of 255 = 74%
B 227 of 255 = 89%

239
189
227

R + G + B ~ 86%. #EFBDE3 is light color.

Portions of RGB colors in percentages

R + G + B = 239 + 189 + 227 = 655 (100%)
R 239 of 655 ~ 36.49%
G 189 of 655 ~ 28.85%
B 227 of 655 ~ 34.66'%

%36.49
%28.85
%34.66

CMYK color model

#EFBDE3 color CMYK value is (0,21,5,6).

  • cyan value is 0.00%
  • magenta value is 20.92%
  • yellow value is 5.02%
  • key color value is 6.27%

CMYK: (0,21,5,6)
C0M21Y5K6 (0%, 21%, 5%, 6%)
(0.00 / 0.21 / 0.05 / 0.06)

CMYK percentages

%0
%20.92
%5.02
%6.27

Codes

Color #EFBDE3 in popluar color models

EF BD E3
RGB 239 189 227
HSL 314° 60.98% 83.92%
HSB/HSV 314° 20.92% 93.73%
CMYK 0.00% 20.92% 5.02%
6.27%

Color #EFBDE3 in popluar number systems.

HEX EF BD E3
Decimal 239 189 227
Binary 11101111 10111101 11100011
Octal 357 275 343

Shades and tints

Shades of #EFBDE3

#EFBDE3
(239,189,227)
#DAACCF
(218,172,207)
#C59BBB
(197,155,187)
#B08AA7
(176,138,167)
#9B7993
(155,121,147)
#86687F
(134,104,127)
#71576B
(113,87,107)
#5C4657
(92,70,87)
#473543
(71,53,67)
#32242F
(50,36,47)
#1D131B
(29,19,27)
#000000
(0,0,0)

Tints of #EFBDE3

#EFBDE3
(239,189,227)
#F0C3E5
(240,195,229)
#F1C9E7
(241,201,231)
#F2CFE9
(242,207,233)
#F3D5EB
(243,213,235)
#F4DBED
(244,219,237)
#F5E1EF
(245,225,239)
#F6E7F1
(246,231,241)
#F7EDF3
(247,237,243)
#F8F3F5
(248,243,245)
#F9F9F7
(249,249,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EFBDE3 color. Also use rgb(239,189,227) instead hex code.

Text Font Color

.myTextColor { color: #EFBDE3; }

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

This text font color is #EFBDE3.

Background Color

.myBgColor { background-color: #EFBDE3; }

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

This div background color is #EFBDE3.

Border color

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

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

This div border color is #EFBDE3.

Opacity

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

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

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

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

This text has shadow with #EFBDE3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EFBDE3.

Preview

Color preview on black background

This text has color #EFBDE3 on black background.


Color preview on white background

This text has color #EFBDE3 on white background.


Black color preview on #EFBDE3 background

This text has black color on #EFBDE3 background.


White color preview on #EFBDE3 background

This text has white color on #EFBDE3 background.


Related colors

Complementary color

Complementary color for #hex is #10421C.


I love getcolorcode.com

Triadic colors

1 #E3EFBD and #BDE3EF with #EFBDE3 are triadic colors.

2 #E3BDEF and #BDEFE3 with #EFBDE3 are triadic colors.