COLOR #EFCBEB

HEX: #EFCBEB
RGB: (239,203,235)

Color info

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

RGB color model

#EFCBEB color RGB value is (239,203,235).

  • red value is 239;
  • green value is 203;
  • blue value is 235.
RGB:
(239,203,235)
(94%,80%,92%)

RGB channels and saturation

R 239 of 255 = 94%
G 203 of 255 = 80%
B 235 of 255 = 92%

239
203
235

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

Portions of RGB colors in percentages

R + G + B =
239 + 203 + 235 = 677 (100%)
R 239 of 677 ~ 35.3%
G 203 of 677 ~ 29.99%
B 235 of 677 ~ 34.71%

%35.3
%29.99
%34.71

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 15.06%
  • yellow value is 1.67%
  • key color value is 6.27%
CMYK:
(0,15,2,6)
C0M15Y2K6 
(0%,15%,2%,6%)
(0.00/0.15/0.02/0.06)	

CMYK percentages

%0
%15.06
%1.67
%6.27

Codes

Color #EFCBEB in popluar color models

EFCBEB
RGB239203235
HSL307°52.94%86.67%
HSB/HSV307°15.06%93.73%
CMYK0.00%15.06%1.67%
6.27%

Color #EFCBEB in popluar number systems.

HEXEFCBEB
Decimal239203235
Binary111011111100101111101011
Octal357313353

Shades and tints

Shades of #EFCBEB

#EFCBEB
(239,203,235)
#DAB9D6
(218,185,214)
#C5A7C1
(197,167,193)
#B095AC
(176,149,172)
#9B8397
(155,131,151)
#867182
(134,113,130)
#715F6D
(113,95,109)
#5C4D58
(92,77,88)
#473B43
(71,59,67)
#32292E
(50,41,46)
#1D1719
(29,23,25)
#000000
(0,0,0)

Tints of #EFCBEB

#EFCBEB
(239,203,235)
#F0CFEC
(240,207,236)
#F1D3ED
(241,211,237)
#F2D7EE
(242,215,238)
#F3DBEF
(243,219,239)
#F4DFF0
(244,223,240)
#F5E3F1
(245,227,241)
#F6E7F2
(246,231,242)
#F7EBF3
(247,235,243)
#F8EFF4
(248,239,244)
#F9F3F5
(249,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EFCBEB; }

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

This text font color is #EFCBEB.


Background Color

.myBgColor { background-color: #EFCBEB; }

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

This div background color is #EFCBEB.


Border color

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

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

This div border color is #EFCBEB.


Opacity

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

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

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

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

This text has shadow with #EFCBEB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EFCBEB on black background.


Color preview on white background

This text has color #EFCBEB on white background.



Black color preview on #EFCBEB background

This text has black color on #EFCBEB background.


White color preview on #EFCBEB background

This text has white color on #EFCBEB background.