COLOR #EBBDCF

HEX: #EBBDCF
RGB: (235,189,207)

Color info

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

RGB color model

#EBBDCF color RGB value is (235,189,207).

  • red value is 235;
  • green value is 189;
  • blue value is 207.
RGB:
(235,189,207)
(92%,74%,81%)

RGB channels and saturation

R 235 of 255 = 92%
G 189 of 255 = 74%
B 207 of 255 = 81%

235
189
207

R + G + B ~ 82%. #EBBDCF is quite light color.

Portions of RGB colors in percentages

R + G + B =
235 + 189 + 207 = 631 (100%)
R 235 of 631 ~ 37.24%
G 189 of 631 ~ 29.95%
B 207 of 631 ~ 32.81%

%37.24
%29.95
%32.81

CMYK color model

#EBBDCF color CMYK value is (0,20,12,8).

  • cyan value is 0.00%
  • magenta value is 19.57%
  • yellow value is 11.91%
  • key color value is 7.84%
CMYK:
(0,20,12,8)
C0M20Y12K8 
(0%,20%,12%,8%)
(0.00/0.20/0.12/0.08)	

CMYK percentages

%0
%19.57
%11.91
%7.84

Codes

Color #EBBDCF in popluar color models

EBBDCF
RGB235189207
HSL337°53.49%83.14%
HSB/HSV337°19.57%92.16%
CMYK0.00%19.57%11.91%
7.84%

Color #EBBDCF in popluar number systems.

HEXEBBDCF
Decimal235189207
Binary111010111011110111001111
Octal353275317

Shades and tints

Shades of #EBBDCF

#EBBDCF
(235,189,207)
#D6ACBD
(214,172,189)
#C19BAB
(193,155,171)
#AC8A99
(172,138,153)
#977987
(151,121,135)
#826875
(130,104,117)
#6D5763
(109,87,99)
#584651
(88,70,81)
#43353F
(67,53,63)
#2E242D
(46,36,45)
#19131B
(25,19,27)
#000000
(0,0,0)

Tints of #EBBDCF

#EBBDCF
(235,189,207)
#ECC3D3
(236,195,211)
#EDC9D7
(237,201,215)
#EECFDB
(238,207,219)
#EFD5DF
(239,213,223)
#F0DBE3
(240,219,227)
#F1E1E7
(241,225,231)
#F2E7EB
(242,231,235)
#F3EDEF
(243,237,239)
#F4F3F3
(244,243,243)
#F5F9F7
(245,249,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EBBDCF color. Also use rgb(235,189,207) instead hex code.

Text Font Color

.myTextColor { color: #EBBDCF; }

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

This text font color is #EBBDCF.


Background Color

.myBgColor { background-color: #EBBDCF; }

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

This div background color is #EBBDCF.


Border color

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

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

This div border color is #EBBDCF.


Opacity

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

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

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

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

This text has shadow with #EBBDCF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EBBDCF on black background.


Color preview on white background

This text has color #EBBDCF on white background.



Black color preview on #EBBDCF background

This text has black color on #EBBDCF background.


White color preview on #EBBDCF background

This text has white color on #EBBDCF background.