COLOR #EFB9CD

HEX: #EFB9CD RGB: (239,185,205)

Color info

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

RGB color model

#EFB9CD color RGB value is (239,185,205).

RGB: (239,185,205) (94%, 73%, 80%)

RGB channels and saturation

R 239 of 255 = 94%
G 185 of 255 = 73%
B 205 of 255 = 80%

239
185
205

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

Portions of RGB colors in percentages

R + G + B = 239 + 185 + 205 = 629 (100%)
R 239 of 629 ~ 38%
G 185 of 629 ~ 29.41%
B 205 of 629 ~ 32.59'%

%38
%29.41
%32.59

CMYK color model

#EFB9CD color CMYK value is (0,23,14,6).

  • cyan value is 0.00%
  • magenta value is 22.59%
  • yellow value is 14.23%
  • key color value is 6.27%
CMYK: (0,23,14,6) C0M23Y14K6 (0%,23%,14%,6%) (0.00/0.23/0.14/0.06) 

CMYK percentages

%0
%22.59
%14.23
%6.27

Codes

Color #EFB9CD in popluar color models

EF B9 CD
RGB 239 185 205
HSL 338° 62.79% 83.14%
HSB/HSV 338° 22.59% 93.73%
CMYK 0.00% 22.59% 14.23%
6.27%

Color #EFB9CD in popluar number systems.

HEX EF B9 CD
Decimal 239 185 205
Binary 11101111 10111001 11001101
Octal 357 271 315

Shades and tints

Shades of #EFB9CD

#EFB9CD
(239,185,205)
#DAA9BB
(218,169,187)
#C599A9
(197,153,169)
#B08997
(176,137,151)
#9B7985
(155,121,133)
#866973
(134,105,115)
#715961
(113,89,97)
#5C494F
(92,73,79)
#47393D
(71,57,61)
#32292B
(50,41,43)
#1D1919
(29,25,25)
#000000
(0,0,0)

Tints of #EFB9CD

#EFB9CD
(239,185,205)
#F0BFD1
(240,191,209)
#F1C5D5
(241,197,213)
#F2CBD9
(242,203,217)
#F3D1DD
(243,209,221)
#F4D7E1
(244,215,225)
#F5DDE5
(245,221,229)
#F6E3E9
(246,227,233)
#F7E9ED
(247,233,237)
#F8EFF1
(248,239,241)
#F9F5F5
(249,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EFB9CD; }

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

This text font color is #EFB9CD.

Background Color

.myBgColor { background-color: #EFB9CD; }

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

This div background color is #EFB9CD.

Border color

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

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

This div border color is #EFB9CD.

Opacity

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

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

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

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

This text has shadow with #EFB9CD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EFB9CD.

Preview

Color preview on black background

This text has color #EFB9CD on black background.


Color preview on white background

This text has color #EFB9CD on white background.


Black color preview on #EFB9CD background

This text has black color on #EFB9CD background.


White color preview on #EFB9CD background

This text has white color on #EFB9CD background.


Related colors

Complementary color

Complementary color for #hex is #104632.


I love getcolorcode.com

Triadic colors

1 #CDEFB9 and #B9CDEF with #EFB9CD are triadic colors.

2 #CDB9EF and #B9EFCD with #EFB9CD are triadic colors.