COLOR #EECBE3

HEX: #EECBE3 RGB: (238,203,227)

Color info

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

RGB color model

#EECBE3 color RGB value is (238,203,227).

RGB: (238,203,227) (93%, 80%, 89%)

RGB channels and saturation

R 238 of 255 = 93%
G 203 of 255 = 80%
B 227 of 255 = 89%

238
203
227

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

Portions of RGB colors in percentages

R + G + B = 238 + 203 + 227 = 668 (100%)
R 238 of 668 ~ 35.63%
G 203 of 668 ~ 30.39%
B 227 of 668 ~ 33.98'%

%35.63
%30.39
%33.98

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 14.71%
  • yellow value is 4.62%
  • 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
%4.62
%6.67

Codes

Color #EECBE3 in popluar color models

EE CB E3
RGB 238 203 227
HSL 319° 50.72% 86.47%
HSB/HSV 319° 14.71% 93.33%
CMYK 0.00% 14.71% 4.62%
6.67%

Color #EECBE3 in popluar number systems.

HEX EE CB E3
Decimal 238 203 227
Binary 11101110 11001011 11100011
Octal 356 313 343

Shades and tints

Shades of #EECBE3

#EECBE3
(238,203,227)
#D9B9CF
(217,185,207)
#C4A7BB
(196,167,187)
#AF95A7
(175,149,167)
#9A8393
(154,131,147)
#85717F
(133,113,127)
#705F6B
(112,95,107)
#5B4D57
(91,77,87)
#463B43
(70,59,67)
#31292F
(49,41,47)
#1C171B
(28,23,27)
#000000
(0,0,0)

Tints of #EECBE3

#EECBE3
(238,203,227)
#EFCFE5
(239,207,229)
#F0D3E7
(240,211,231)
#F1D7E9
(241,215,233)
#F2DBEB
(242,219,235)
#F3DFED
(243,223,237)
#F4E3EF
(244,227,239)
#F5E7F1
(245,231,241)
#F6EBF3
(246,235,243)
#F7EFF5
(247,239,245)
#F8F3F7
(248,243,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EECBE3; }

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

This text font color is #EECBE3.

Background Color

.myBgColor { background-color: #EECBE3; }

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

This div background color is #EECBE3.

Border color

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

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

This div border color is #EECBE3.

Opacity

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

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

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

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

This text has shadow with #EECBE3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EECBE3.

Preview

Color preview on black background

This text has color #EECBE3 on black background.


Color preview on white background

This text has color #EECBE3 on white background.


Black color preview on #EECBE3 background

This text has black color on #EECBE3 background.


White color preview on #EECBE3 background

This text has white color on #EECBE3 background.


Related colors

Complementary color

Complementary color for #hex is #11341C.


I love getcolorcode.com

Triadic colors

1 #E3EECB and #CBE3EE with #EECBE3 are triadic colors.

2 #E3CBEE and #CBEEE3 with #EECBE3 are triadic colors.