COLOR #EFCBF8

HEX: #EFCBF8 RGB: (239,203,248)

Color info

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

RGB color model

#EFCBF8 color RGB value is (239,203,248).

RGB: (239,203,248) (94%, 80%, 97%)

RGB channels and saturation

R 239 of 255 = 94%
G 203 of 255 = 80%
B 248 of 255 = 97%

239
203
248

R + G + B ~ 90%. #EFCBF8 is light color.

Portions of RGB colors in percentages

R + G + B = 239 + 203 + 248 = 690 (100%)
R 239 of 690 ~ 34.64%
G 203 of 690 ~ 29.42%
B 248 of 690 ~ 35.94'%

%34.64
%29.42
%35.94

CMYK color model

#EFCBF8 color CMYK value is (4,18,0,3).

  • cyan value is 3.63%
  • magenta value is 18.15%
  • yellow value is 0.00%
  • key color value is 2.75%

CMYK: (4,18,0,3)
C4M18Y0K3 (4%, 18%, 0%, 3%)
(0.04 / 0.18 / 0.00 / 0.03)

CMYK percentages

%3.63
%18.15
%0
%2.75

Codes

Color #EFCBF8 in popluar color models

EF CB F8
RGB 239 203 248
HSL 288° 76.27% 88.43%
HSB/HSV 288° 18.15% 97.25%
CMYK 3.63% 18.15% 0.00%
2.75%

Color #EFCBF8 in popluar number systems.

HEX EF CB F8
Decimal 239 203 248
Binary 11101111 11001011 11111000
Octal 357 313 370

Shades and tints

Shades of #EFCBF8

#EFCBF8
(239,203,248)
#DAB9E2
(218,185,226)
#C5A7CC
(197,167,204)
#B095B6
(176,149,182)
#9B83A0
(155,131,160)
#86718A
(134,113,138)
#715F74
(113,95,116)
#5C4D5E
(92,77,94)
#473B48
(71,59,72)
#322932
(50,41,50)
#1D171C
(29,23,28)
#000000
(0,0,0)

Tints of #EFCBF8

#EFCBF8
(239,203,248)
#F0CFF8
(240,207,248)
#F1D3F8
(241,211,248)
#F2D7F8
(242,215,248)
#F3DBF8
(243,219,248)
#F4DFF8
(244,223,248)
#F5E3F8
(245,227,248)
#F6E7F8
(246,231,248)
#F7EBF8
(247,235,248)
#F8EFF8
(248,239,248)
#F9F3F8
(249,243,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EFCBF8; }

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

This text font color is #EFCBF8.

Background Color

.myBgColor { background-color: #EFCBF8; }

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

This div background color is #EFCBF8.

Border color

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

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

This div border color is #EFCBF8.

Opacity

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

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

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

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

This text has shadow with #EFCBF8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EFCBF8.

Preview

Color preview on black background

This text has color #EFCBF8 on black background.


Color preview on white background

This text has color #EFCBF8 on white background.


Black color preview on #EFCBF8 background

This text has black color on #EFCBF8 background.


White color preview on #EFCBF8 background

This text has white color on #EFCBF8 background.


Related colors

Complementary color

Complementary color for #hex is #103407.


I love getcolorcode.com

Triadic colors

1 #F8EFCB and #CBF8EF with #EFCBF8 are triadic colors.

2 #F8CBEF and #CBEFF8 with #EFCBF8 are triadic colors.