COLOR #EEBFDA

HEX: #EEBFDA RGB: (238,191,218)

Color info

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

RGB color model

#EEBFDA color RGB value is (238,191,218).

RGB: (238,191,218) (93%, 75%, 85%)

RGB channels and saturation

R 238 of 255 = 93%
G 191 of 255 = 75%
B 218 of 255 = 85%

238
191
218

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

Portions of RGB colors in percentages

R + G + B = 238 + 191 + 218 = 647 (100%)
R 238 of 647 ~ 36.79%
G 191 of 647 ~ 29.52%
B 218 of 647 ~ 33.69'%

%36.79
%29.52
%33.69

CMYK color model

#EEBFDA color CMYK value is (0,20,8,7).

  • cyan value is 0.00%
  • magenta value is 19.75%
  • yellow value is 8.40%
  • key color value is 6.67%

CMYK: (0,20,8,7)
C0M20Y8K7 (0%, 20%, 8%, 7%)
(0.00 / 0.20 / 0.08 / 0.07)

CMYK percentages

%0
%19.75
%8.4
%6.67

Codes

Color #EEBFDA in popluar color models

EE BF DA
RGB 238 191 218
HSL 326° 58.02% 84.12%
HSB/HSV 326° 19.75% 93.33%
CMYK 0.00% 19.75% 8.40%
6.67%

Color #EEBFDA in popluar number systems.

HEX EE BF DA
Decimal 238 191 218
Binary 11101110 10111111 11011010
Octal 356 277 332

Shades and tints

Shades of #EEBFDA

#EEBFDA
(238,191,218)
#D9AEC7
(217,174,199)
#C49DB4
(196,157,180)
#AF8CA1
(175,140,161)
#9A7B8E
(154,123,142)
#856A7B
(133,106,123)
#705968
(112,89,104)
#5B4855
(91,72,85)
#463742
(70,55,66)
#31262F
(49,38,47)
#1C151C
(28,21,28)
#000000
(0,0,0)

Tints of #EEBFDA

#EEBFDA
(238,191,218)
#EFC4DD
(239,196,221)
#F0C9E0
(240,201,224)
#F1CEE3
(241,206,227)
#F2D3E6
(242,211,230)
#F3D8E9
(243,216,233)
#F4DDEC
(244,221,236)
#F5E2EF
(245,226,239)
#F6E7F2
(246,231,242)
#F7ECF5
(247,236,245)
#F8F1F8
(248,241,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EEBFDA color. Also use rgb(238,191,218) instead hex code.

Text Font Color

.myTextColor { color: #EEBFDA; }

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

This text font color is #EEBFDA.

Background Color

.myBgColor { background-color: #EEBFDA; }

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

This div background color is #EEBFDA.

Border color

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

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

This div border color is #EEBFDA.

Opacity

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

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

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

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

This text has shadow with #EEBFDA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EEBFDA.

Preview

Color preview on black background

This text has color #EEBFDA on black background.


Color preview on white background

This text has color #EEBFDA on white background.


Black color preview on #EEBFDA background

This text has black color on #EEBFDA background.


White color preview on #EEBFDA background

This text has white color on #EEBFDA background.


Related colors

Complementary color

Complementary color for #hex is #114025.


I love getcolorcode.com

Triadic colors

1 #DAEEBF and #BFDAEE with #EEBFDA are triadic colors.

2 #DABFEE and #BFEEDA with #EEBFDA are triadic colors.