COLOR #EBCBE2

HEX: #EBCBE2 RGB: (235,203,226)

Color info

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

RGB color model

#EBCBE2 color RGB value is (235,203,226).

RGB: (235,203,226) (92%, 80%, 89%)

RGB channels and saturation

R 235 of 255 = 92%
G 203 of 255 = 80%
B 226 of 255 = 89%

235
203
226

R + G + B ~ 87%. #EBCBE2 is light color.

Portions of RGB colors in percentages

R + G + B = 235 + 203 + 226 = 664 (100%)
R 235 of 664 ~ 35.39%
G 203 of 664 ~ 30.57%
B 226 of 664 ~ 34.04'%

%35.39
%30.57
%34.04

CMYK color model

#EBCBE2 color CMYK value is (0,14,4,8).

  • cyan value is 0.00%
  • magenta value is 13.62%
  • yellow value is 3.83%
  • key color value is 7.84%

CMYK: (0,14,4,8)
C0M14Y4K8 (0%, 14%, 4%, 8%)
(0.00 / 0.14 / 0.04 / 0.08)

CMYK percentages

%0
%13.62
%3.83
%7.84

Codes

Color #EBCBE2 in popluar color models

EB CB E2
RGB 235 203 226
HSL 317° 44.44% 85.88%
HSB/HSV 317° 13.62% 92.16%
CMYK 0.00% 13.62% 3.83%
7.84%

Color #EBCBE2 in popluar number systems.

HEX EB CB E2
Decimal 235 203 226
Binary 11101011 11001011 11100010
Octal 353 313 342

Shades and tints

Shades of #EBCBE2

#EBCBE2
(235,203,226)
#D6B9CE
(214,185,206)
#C1A7BA
(193,167,186)
#AC95A6
(172,149,166)
#978392
(151,131,146)
#82717E
(130,113,126)
#6D5F6A
(109,95,106)
#584D56
(88,77,86)
#433B42
(67,59,66)
#2E292E
(46,41,46)
#19171A
(25,23,26)
#000000
(0,0,0)

Tints of #EBCBE2

#EBCBE2
(235,203,226)
#ECCFE4
(236,207,228)
#EDD3E6
(237,211,230)
#EED7E8
(238,215,232)
#EFDBEA
(239,219,234)
#F0DFEC
(240,223,236)
#F1E3EE
(241,227,238)
#F2E7F0
(242,231,240)
#F3EBF2
(243,235,242)
#F4EFF4
(244,239,244)
#F5F3F6
(245,243,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EBCBE2; }

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

This text font color is #EBCBE2.

Background Color

.myBgColor { background-color: #EBCBE2; }

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

This div background color is #EBCBE2.

Border color

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

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

This div border color is #EBCBE2.

Opacity

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

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

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

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

This text has shadow with #EBCBE2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EBCBE2.

Preview

Color preview on black background

This text has color #EBCBE2 on black background.


Color preview on white background

This text has color #EBCBE2 on white background.


Black color preview on #EBCBE2 background

This text has black color on #EBCBE2 background.


White color preview on #EBCBE2 background

This text has white color on #EBCBE2 background.


Related colors

Complementary color

Complementary color for #hex is #14341D.


I love getcolorcode.com

Triadic colors

1 #E2EBCB and #CBE2EB with #EBCBE2 are triadic colors.

2 #E2CBEB and #CBEBE2 with #EBCBE2 are triadic colors.