COLOR #EECBEF

HEX: #EECBEF RGB: (238,203,239)

Color info

#EECBEF contains red, green and blue colors in about the same proportion. Web safe color of #EECBEF is #FFCCFF (or #FCF).

RGB color model

#EECBEF color RGB value is (238,203,239).

RGB: (238,203,239) (93%, 80%, 94%)

RGB channels and saturation

R 238 of 255 = 93%
G 203 of 255 = 80%
B 239 of 255 = 94%

238
203
239

R + G + B ~ 89%. #EECBEF is light color.

Portions of RGB colors in percentages

R + G + B = 238 + 203 + 239 = 680 (100%)
R 238 of 680 ~ 35%
G 203 of 680 ~ 29.85%
B 239 of 680 ~ 35.15'%

%35
%29.85
%35.15

CMYK color model

#EECBEF color CMYK value is (0,15,0,6).

  • cyan value is 0.42%
  • magenta value is 15.06%
  • yellow value is 0.00%
  • key color value is 6.27%

CMYK: (0,15,0,6)
C0M15Y0K6 (0%, 15%, 0%, 6%)
(0.00 / 0.15 / 0.00 / 0.06)

CMYK percentages

%0.42
%15.06
%0
%6.27

Codes

Color #EECBEF in popluar color models

EE CB EF
RGB 238 203 239
HSL 298° 52.94% 86.67%
HSB/HSV 298° 15.06% 93.73%
CMYK 0.42% 15.06% 0.00%
6.27%

Color #EECBEF in popluar number systems.

HEX EE CB EF
Decimal 238 203 239
Binary 11101110 11001011 11101111
Octal 356 313 357

Shades and tints

Shades of #EECBEF

#EECBEF
(238,203,239)
#D9B9DA
(217,185,218)
#C4A7C5
(196,167,197)
#AF95B0
(175,149,176)
#9A839B
(154,131,155)
#857186
(133,113,134)
#705F71
(112,95,113)
#5B4D5C
(91,77,92)
#463B47
(70,59,71)
#312932
(49,41,50)
#1C171D
(28,23,29)
#000000
(0,0,0)

Tints of #EECBEF

#EECBEF
(238,203,239)
#EFCFF0
(239,207,240)
#F0D3F1
(240,211,241)
#F1D7F2
(241,215,242)
#F2DBF3
(242,219,243)
#F3DFF4
(243,223,244)
#F4E3F5
(244,227,245)
#F5E7F6
(245,231,246)
#F6EBF7
(246,235,247)
#F7EFF8
(247,239,248)
#F8F3F9
(248,243,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EECBEF; }

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

This text font color is #EECBEF.

Background Color

.myBgColor { background-color: #EECBEF; }

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

This div background color is #EECBEF.

Border color

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

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

This div border color is #EECBEF.

Opacity

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

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

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

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

This text has shadow with #EECBEF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EECBEF.

Preview

Color preview on black background

This text has color #EECBEF on black background.


Color preview on white background

This text has color #EECBEF on white background.


Black color preview on #EECBEF background

This text has black color on #EECBEF background.


White color preview on #EECBEF background

This text has white color on #EECBEF background.


Related colors

Complementary color

Complementary color for #hex is #113410.


I love getcolorcode.com

Triadic colors

1 #EFEECB and #CBEFEE with #EECBEF are triadic colors.

2 #EFCBEE and #CBEEEF with #EECBEF are triadic colors.