COLOR #EFCBF6

HEX: #EFCBF6 RGB: (239,203,246)

Color info

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

RGB color model

#EFCBF6 color RGB value is (239,203,246).

RGB: (239,203,246) (94%, 80%, 96%)

RGB channels and saturation

R 239 of 255 = 94%
G 203 of 255 = 80%
B 246 of 255 = 96%

239
203
246

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

Portions of RGB colors in percentages

R + G + B = 239 + 203 + 246 = 688 (100%)
R 239 of 688 ~ 34.74%
G 203 of 688 ~ 29.51%
B 246 of 688 ~ 35.76'%

%34.74
%29.51
%35.76

CMYK color model

#EFCBF6 color CMYK value is (3,17,0,4).

  • cyan value is 2.85%
  • magenta value is 17.48%
  • yellow value is 0.00%
  • key color value is 3.53%

CMYK: (3,17,0,4)
C3M17Y0K4 (3%, 17%, 0%, 4%)
(0.03 / 0.17 / 0.00 / 0.04)

CMYK percentages

%2.85
%17.48
%0
%3.53

Codes

Color #EFCBF6 in popluar color models

EF CB F6
RGB 239 203 246
HSL 290° 70.49% 88.04%
HSB/HSV 290° 17.48% 96.47%
CMYK 2.85% 17.48% 0.00%
3.53%

Color #EFCBF6 in popluar number systems.

HEX EF CB F6
Decimal 239 203 246
Binary 11101111 11001011 11110110
Octal 357 313 366

Shades and tints

Shades of #EFCBF6

#EFCBF6
(239,203,246)
#DAB9E0
(218,185,224)
#C5A7CA
(197,167,202)
#B095B4
(176,149,180)
#9B839E
(155,131,158)
#867188
(134,113,136)
#715F72
(113,95,114)
#5C4D5C
(92,77,92)
#473B46
(71,59,70)
#322930
(50,41,48)
#1D171A
(29,23,26)
#000000
(0,0,0)

Tints of #EFCBF6

#EFCBF6
(239,203,246)
#F0CFF6
(240,207,246)
#F1D3F6
(241,211,246)
#F2D7F6
(242,215,246)
#F3DBF6
(243,219,246)
#F4DFF6
(244,223,246)
#F5E3F6
(245,227,246)
#F6E7F6
(246,231,246)
#F7EBF6
(247,235,246)
#F8EFF6
(248,239,246)
#F9F3F6
(249,243,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EFCBF6; }

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

This text font color is #EFCBF6.

Background Color

.myBgColor { background-color: #EFCBF6; }

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

This div background color is #EFCBF6.

Border color

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

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

This div border color is #EFCBF6.

Opacity

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

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

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

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

This text has shadow with #EFCBF6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EFCBF6.

Preview

Color preview on black background

This text has color #EFCBF6 on black background.


Color preview on white background

This text has color #EFCBF6 on white background.


Black color preview on #EFCBF6 background

This text has black color on #EFCBF6 background.


White color preview on #EFCBF6 background

This text has white color on #EFCBF6 background.


Related colors

Complementary color

Complementary color for #hex is #103409.


I love getcolorcode.com

Triadic colors

1 #F6EFCB and #CBF6EF with #EFCBF6 are triadic colors.

2 #F6CBEF and #CBEFF6 with #EFCBF6 are triadic colors.