COLOR #EBC6E3

HEX: #EBC6E3 RGB: (235,198,227)

Color info

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

RGB color model

#EBC6E3 color RGB value is (235,198,227).

RGB: (235,198,227) (92%, 78%, 89%)

RGB channels and saturation

R 235 of 255 = 92%
G 198 of 255 = 78%
B 227 of 255 = 89%

235
198
227

R + G + B ~ 86%. #EBC6E3 is light color.

Portions of RGB colors in percentages

R + G + B = 235 + 198 + 227 = 660 (100%)
R 235 of 660 ~ 35.61%
G 198 of 660 ~ 30%
B 227 of 660 ~ 34.39'%

%35.61
%30
%34.39

CMYK color model

#EBC6E3 color CMYK value is (0,16,3,8).

  • cyan value is 0.00%
  • magenta value is 15.74%
  • yellow value is 3.40%
  • key color value is 7.84%

CMYK: (0,16,3,8)
C0M16Y3K8 (0%, 16%, 3%, 8%)
(0.00 / 0.16 / 0.03 / 0.08)

CMYK percentages

%0
%15.74
%3.4
%7.84

Codes

Color #EBC6E3 in popluar color models

EB C6 E3
RGB 235 198 227
HSL 313° 48.05% 84.90%
HSB/HSV 313° 15.74% 92.16%
CMYK 0.00% 15.74% 3.40%
7.84%

Color #EBC6E3 in popluar number systems.

HEX EB C6 E3
Decimal 235 198 227
Binary 11101011 11000110 11100011
Octal 353 306 343

Shades and tints

Shades of #EBC6E3

#EBC6E3
(235,198,227)
#D6B4CF
(214,180,207)
#C1A2BB
(193,162,187)
#AC90A7
(172,144,167)
#977E93
(151,126,147)
#826C7F
(130,108,127)
#6D5A6B
(109,90,107)
#584857
(88,72,87)
#433643
(67,54,67)
#2E242F
(46,36,47)
#19121B
(25,18,27)
#000000
(0,0,0)

Tints of #EBC6E3

#EBC6E3
(235,198,227)
#ECCBE5
(236,203,229)
#EDD0E7
(237,208,231)
#EED5E9
(238,213,233)
#EFDAEB
(239,218,235)
#F0DFED
(240,223,237)
#F1E4EF
(241,228,239)
#F2E9F1
(242,233,241)
#F3EEF3
(243,238,243)
#F4F3F5
(244,243,245)
#F5F8F7
(245,248,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EBC6E3 color. Also use rgb(235,198,227) instead hex code.

Text Font Color

.myTextColor { color: #EBC6E3; }

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

This text font color is #EBC6E3.

Background Color

.myBgColor { background-color: #EBC6E3; }

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

This div background color is #EBC6E3.

Border color

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

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

This div border color is #EBC6E3.

Opacity

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

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

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

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

This text has shadow with #EBC6E3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EBC6E3.

Preview

Color preview on black background

This text has color #EBC6E3 on black background.


Color preview on white background

This text has color #EBC6E3 on white background.


Black color preview on #EBC6E3 background

This text has black color on #EBC6E3 background.


White color preview on #EBC6E3 background

This text has white color on #EBC6E3 background.


Related colors

Complementary color

Complementary color for #hex is #14391C.


I love getcolorcode.com

Triadic colors

1 #E3EBC6 and #C6E3EB with #EBC6E3 are triadic colors.

2 #E3C6EB and #C6EBE3 with #EBC6E3 are triadic colors.