COLOR #EECBD8

HEX: #EECBD8
RGB: (238,203,216)

Color info

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

RGB color model

#EECBD8 color RGB value is (238,203,216).

  • red value is 238;
  • green value is 203;
  • blue value is 216.
RGB:
(238,203,216)
(93%,80%,85%)

RGB channels and saturation

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

238
203
216

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

Portions of RGB colors in percentages

R + G + B =
238 + 203 + 216 = 657 (100%)
R 238 of 657 ~ 36.23%
G 203 of 657 ~ 30.9%
B 216 of 657 ~ 32.88%

%36.23
%30.9
%32.88

CMYK color model

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

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

Codes

Color #EECBD8 in popluar color models

EECBD8
RGB238203216
HSL338°50.72%86.47%
HSB/HSV338°14.71%93.33%
CMYK0.00%14.71%9.24%
6.67%

Color #EECBD8 in popluar number systems.

HEXEECBD8
Decimal238203216
Binary111011101100101111011000
Octal356313330

Shades and tints

Shades of #EECBD8

#EECBD8
(238,203,216)
#D9B9C5
(217,185,197)
#C4A7B2
(196,167,178)
#AF959F
(175,149,159)
#9A838C
(154,131,140)
#857179
(133,113,121)
#705F66
(112,95,102)
#5B4D53
(91,77,83)
#463B40
(70,59,64)
#31292D
(49,41,45)
#1C171A
(28,23,26)
#000000
(0,0,0)

Tints of #EECBD8

#EECBD8
(238,203,216)
#EFCFDB
(239,207,219)
#F0D3DE
(240,211,222)
#F1D7E1
(241,215,225)
#F2DBE4
(242,219,228)
#F3DFE7
(243,223,231)
#F4E3EA
(244,227,234)
#F5E7ED
(245,231,237)
#F6EBF0
(246,235,240)
#F7EFF3
(247,239,243)
#F8F3F6
(248,243,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EECBD8; }

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

This text font color is #EECBD8.


Background Color

.myBgColor { background-color: #EECBD8; }

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

This div background color is #EECBD8.


Border color

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

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

This div border color is #EECBD8.


Opacity

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

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

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

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

This text has shadow with #EECBD8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EECBD8 on black background.


Color preview on white background

This text has color #EECBD8 on white background.



Black color preview on #EECBD8 background

This text has black color on #EECBD8 background.


White color preview on #EECBD8 background

This text has white color on #EECBD8 background.