COLOR #EEBED3

HEX: #EEBED3 RGB: (238,190,211)

Color info

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

RGB color model

#EEBED3 color RGB value is (238,190,211).

RGB: (238,190,211) (93%, 75%, 83%)

RGB channels and saturation

R 238 of 255 = 93%
G 190 of 255 = 75%
B 211 of 255 = 83%

238
190
211

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

Portions of RGB colors in percentages

R + G + B = 238 + 190 + 211 = 639 (100%)
R 238 of 639 ~ 37.25%
G 190 of 639 ~ 29.73%
B 211 of 639 ~ 33.02'%

%37.25
%29.73
%33.02

CMYK color model

#EEBED3 color CMYK value is (0,20,11,7).

  • cyan value is 0.00%
  • magenta value is 20.17%
  • yellow value is 11.34%
  • key color value is 6.67%

CMYK: (0,20,11,7)
C0M20Y11K7 (0%, 20%, 11%, 7%)
(0.00 / 0.20 / 0.11 / 0.07)

CMYK percentages

%0
%20.17
%11.34
%6.67

Codes

Color #EEBED3 in popluar color models

EE BE D3
RGB 238 190 211
HSL 334° 58.54% 83.92%
HSB/HSV 334° 20.17% 93.33%
CMYK 0.00% 20.17% 11.34%
6.67%

Color #EEBED3 in popluar number systems.

HEX EE BE D3
Decimal 238 190 211
Binary 11101110 10111110 11010011
Octal 356 276 323

Shades and tints

Shades of #EEBED3

#EEBED3
(238,190,211)
#D9ADC0
(217,173,192)
#C49CAD
(196,156,173)
#AF8B9A
(175,139,154)
#9A7A87
(154,122,135)
#856974
(133,105,116)
#705861
(112,88,97)
#5B474E
(91,71,78)
#46363B
(70,54,59)
#312528
(49,37,40)
#1C1415
(28,20,21)
#000000
(0,0,0)

Tints of #EEBED3

#EEBED3
(238,190,211)
#EFC3D7
(239,195,215)
#F0C8DB
(240,200,219)
#F1CDDF
(241,205,223)
#F2D2E3
(242,210,227)
#F3D7E7
(243,215,231)
#F4DCEB
(244,220,235)
#F5E1EF
(245,225,239)
#F6E6F3
(246,230,243)
#F7EBF7
(247,235,247)
#F8F0FB
(248,240,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EEBED3 color. Also use rgb(238,190,211) instead hex code.

Text Font Color

.myTextColor { color: #EEBED3; }

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

This text font color is #EEBED3.

Background Color

.myBgColor { background-color: #EEBED3; }

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

This div background color is #EEBED3.

Border color

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

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

This div border color is #EEBED3.

Opacity

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

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

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

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

This text has shadow with #EEBED3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EEBED3.

Preview

Color preview on black background

This text has color #EEBED3 on black background.


Color preview on white background

This text has color #EEBED3 on white background.


Black color preview on #EEBED3 background

This text has black color on #EEBED3 background.


White color preview on #EEBED3 background

This text has white color on #EEBED3 background.


Related colors

Complementary color

Complementary color for #hex is #11412C.


I love getcolorcode.com

Triadic colors

1 #D3EEBE and #BED3EE with #EEBED3 are triadic colors.

2 #D3BEEE and #BEEED3 with #EEBED3 are triadic colors.