COLOR #EBBFCB

HEX: #EBBFCB
RGB: (235,191,203)

Color info

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

RGB color model

#EBBFCB color RGB value is (235,191,203).

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

RGB channels and saturation

R 235 of 255 = 92%
G 191 of 255 = 75%
B 203 of 255 = 80%

235
191
203

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

Portions of RGB colors in percentages

R + G + B =
235 + 191 + 203 = 629 (100%)
R 235 of 629 ~ 37.36%
G 191 of 629 ~ 30.37%
B 203 of 629 ~ 32.27%

%37.36
%30.37
%32.27

CMYK color model

#EBBFCB color CMYK value is (0,19,14,8).

  • cyan value is 0.00%
  • magenta value is 18.72%
  • yellow value is 13.62%
  • key color value is 7.84%
CMYK:
(0,19,14,8)
C0M19Y14K8 
(0%,19%,14%,8%)
(0.00/0.19/0.14/0.08)	

CMYK percentages

%0
%18.72
%13.62
%7.84

Codes

Color #EBBFCB in popluar color models

EBBFCB
RGB235191203
HSL344°52.38%83.53%
HSB/HSV344°18.72%92.16%
CMYK0.00%18.72%13.62%
7.84%

Color #EBBFCB in popluar number systems.

HEXEBBFCB
Decimal235191203
Binary111010111011111111001011
Octal353277313

Shades and tints

Shades of #EBBFCB

#EBBFCB
(235,191,203)
#D6AEB9
(214,174,185)
#C19DA7
(193,157,167)
#AC8C95
(172,140,149)
#977B83
(151,123,131)
#826A71
(130,106,113)
#6D595F
(109,89,95)
#58484D
(88,72,77)
#43373B
(67,55,59)
#2E2629
(46,38,41)
#191517
(25,21,23)
#000000
(0,0,0)

Tints of #EBBFCB

#EBBFCB
(235,191,203)
#ECC4CF
(236,196,207)
#EDC9D3
(237,201,211)
#EECED7
(238,206,215)
#EFD3DB
(239,211,219)
#F0D8DF
(240,216,223)
#F1DDE3
(241,221,227)
#F2E2E7
(242,226,231)
#F3E7EB
(243,231,235)
#F4ECEF
(244,236,239)
#F5F1F3
(245,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EBBFCB; }

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

This text font color is #EBBFCB.


Background Color

.myBgColor { background-color: #EBBFCB; }

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

This div background color is #EBBFCB.


Border color

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

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

This div border color is #EBBFCB.


Opacity

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

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

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

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

This text has shadow with #EBBFCB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EBBFCB on black background.


Color preview on white background

This text has color #EBBFCB on white background.



Black color preview on #EBBFCB background

This text has black color on #EBBFCB background.


White color preview on #EBBFCB background

This text has white color on #EBBFCB background.