COLOR #EECBE1

HEX: #EECBE1 RGB: (238,203,225)

Color info

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

RGB color model

#EECBE1 color RGB value is (238,203,225).

RGB: (238,203,225) (93%, 80%, 88%)

RGB channels and saturation

R 238 of 255 = 93%
G 203 of 255 = 80%
B 225 of 255 = 88%

238
203
225

R + G + B ~ 87%. #EECBE1 is light color.

Portions of RGB colors in percentages

R + G + B = 238 + 203 + 225 = 666 (100%)
R 238 of 666 ~ 35.74%
G 203 of 666 ~ 30.48%
B 225 of 666 ~ 33.78'%

%35.74
%30.48
%33.78

CMYK color model

#EECBE1 color CMYK value is (0,15,5,7).

  • cyan value is 0.00%
  • magenta value is 14.71%
  • yellow value is 5.46%
  • key color value is 6.67%

CMYK: (0,15,5,7)
C0M15Y5K7 (0%, 15%, 5%, 7%)
(0.00 / 0.15 / 0.05 / 0.07)

CMYK percentages

%0
%14.71
%5.46
%6.67

Codes

Color #EECBE1 in popluar color models

EE CB E1
RGB 238 203 225
HSL 322° 50.72% 86.47%
HSB/HSV 322° 14.71% 93.33%
CMYK 0.00% 14.71% 5.46%
6.67%

Color #EECBE1 in popluar number systems.

HEX EE CB E1
Decimal 238 203 225
Binary 11101110 11001011 11100001
Octal 356 313 341

Shades and tints

Shades of #EECBE1

#EECBE1
(238,203,225)
#D9B9CD
(217,185,205)
#C4A7B9
(196,167,185)
#AF95A5
(175,149,165)
#9A8391
(154,131,145)
#85717D
(133,113,125)
#705F69
(112,95,105)
#5B4D55
(91,77,85)
#463B41
(70,59,65)
#31292D
(49,41,45)
#1C1719
(28,23,25)
#000000
(0,0,0)

Tints of #EECBE1

#EECBE1
(238,203,225)
#EFCFE3
(239,207,227)
#F0D3E5
(240,211,229)
#F1D7E7
(241,215,231)
#F2DBE9
(242,219,233)
#F3DFEB
(243,223,235)
#F4E3ED
(244,227,237)
#F5E7EF
(245,231,239)
#F6EBF1
(246,235,241)
#F7EFF3
(247,239,243)
#F8F3F5
(248,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EECBE1 color. Also use rgb(238,203,225) instead hex code.

Text Font Color

.myTextColor { color: #EECBE1; }

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

This text font color is #EECBE1.

Background Color

.myBgColor { background-color: #EECBE1; }

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

This div background color is #EECBE1.

Border color

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

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

This div border color is #EECBE1.

Opacity

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

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

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

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

This text has shadow with #EECBE1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EECBE1.

Preview

Color preview on black background

This text has color #EECBE1 on black background.


Color preview on white background

This text has color #EECBE1 on white background.


Black color preview on #EECBE1 background

This text has black color on #EECBE1 background.


White color preview on #EECBE1 background

This text has white color on #EECBE1 background.


Related colors

Complementary color

Complementary color for #hex is #11341E.


I love getcolorcode.com

Triadic colors

1 #E1EECB and #CBE1EE with #EECBE1 are triadic colors.

2 #E1CBEE and #CBEEE1 with #EECBE1 are triadic colors.