COLOR #EECBD9

HEX: #EECBD9 RGB: (238,203,217)

Color info

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

RGB color model

#EECBD9 color RGB value is (238,203,217).

RGB: (238,203,217) (93%, 80%, 85%)

RGB channels and saturation

R 238 of 255 = 93%
G 203 of 255 = 80%
B 217 of 255 = 85%

238
203
217

R + G + B ~ 86%. #EECBD9 is light color.

Portions of RGB colors in percentages

R + G + B = 238 + 203 + 217 = 658 (100%)
R 238 of 658 ~ 36.17%
G 203 of 658 ~ 30.85%
B 217 of 658 ~ 32.98'%

%36.17
%30.85
%32.98

CMYK color model

#EECBD9 color CMYK value is (0,15,9,7).

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

CMYK: (0,15,9,7)
C0M15Y9K7 (0%, 15%, 9%, 7%)
(0.00 / 0.15 / 0.09 / 0.07)

CMYK percentages

%0
%14.71
%8.82
%6.67

Codes

Color #EECBD9 in popluar color models

EE CB D9
RGB 238 203 217
HSL 336° 50.72% 86.47%
HSB/HSV 336° 14.71% 93.33%
CMYK 0.00% 14.71% 8.82%
6.67%

Color #EECBD9 in popluar number systems.

HEX EE CB D9
Decimal 238 203 217
Binary 11101110 11001011 11011001
Octal 356 313 331

Shades and tints

Shades of #EECBD9

#EECBD9
(238,203,217)
#D9B9C6
(217,185,198)
#C4A7B3
(196,167,179)
#AF95A0
(175,149,160)
#9A838D
(154,131,141)
#85717A
(133,113,122)
#705F67
(112,95,103)
#5B4D54
(91,77,84)
#463B41
(70,59,65)
#31292E
(49,41,46)
#1C171B
(28,23,27)
#000000
(0,0,0)

Tints of #EECBD9

#EECBD9
(238,203,217)
#EFCFDC
(239,207,220)
#F0D3DF
(240,211,223)
#F1D7E2
(241,215,226)
#F2DBE5
(242,219,229)
#F3DFE8
(243,223,232)
#F4E3EB
(244,227,235)
#F5E7EE
(245,231,238)
#F6EBF1
(246,235,241)
#F7EFF4
(247,239,244)
#F8F3F7
(248,243,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EECBD9; }

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

This text font color is #EECBD9.

Background Color

.myBgColor { background-color: #EECBD9; }

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

This div background color is #EECBD9.

Border color

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

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

This div border color is #EECBD9.

Opacity

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

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

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

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

This text has shadow with #EECBD9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EECBD9.

Preview

Color preview on black background

This text has color #EECBD9 on black background.


Color preview on white background

This text has color #EECBD9 on white background.


Black color preview on #EECBD9 background

This text has black color on #EECBD9 background.


White color preview on #EECBD9 background

This text has white color on #EECBD9 background.


Related colors

Complementary color

Complementary color for #hex is #113426.


I love getcolorcode.com

Triadic colors

1 #D9EECB and #CBD9EE with #EECBD9 are triadic colors.

2 #D9CBEE and #CBEED9 with #EECBD9 are triadic colors.