COLOR #EBB4CF

HEX: #EBB4CF
RGB: (235,180,207)

Color info

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

RGB color model

#EBB4CF color RGB value is (235,180,207).

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

RGB channels and saturation

R 235 of 255 = 92%
G 180 of 255 = 71%
B 207 of 255 = 81%

235
180
207

R + G + B ~ 81%. #EBB4CF is quite light color.

Portions of RGB colors in percentages

R + G + B =
235 + 180 + 207 = 622 (100%)
R 235 of 622 ~ 37.78%
G 180 of 622 ~ 28.94%
B 207 of 622 ~ 33.28%

%37.78
%28.94
%33.28

CMYK color model

#EBB4CF color CMYK value is (0,23,12,8).

  • cyan value is 0.00%
  • magenta value is 23.40%
  • yellow value is 11.91%
  • key color value is 7.84%
CMYK:
(0,23,12,8)
C0M23Y12K8 
(0%,23%,12%,8%)
(0.00/0.23/0.12/0.08)	

CMYK percentages

%0
%23.4
%11.91
%7.84

Codes

Color #EBB4CF in popluar color models

EBB4CF
RGB235180207
HSL331°57.89%81.37%
HSB/HSV331°23.40%92.16%
CMYK0.00%23.40%11.91%
7.84%

Color #EBB4CF in popluar number systems.

HEXEBB4CF
Decimal235180207
Binary111010111011010011001111
Octal353264317

Shades and tints

Shades of #EBB4CF

#EBB4CF
(235,180,207)
#D6A4BD
(214,164,189)
#C194AB
(193,148,171)
#AC8499
(172,132,153)
#977487
(151,116,135)
#826475
(130,100,117)
#6D5463
(109,84,99)
#584451
(88,68,81)
#43343F
(67,52,63)
#2E242D
(46,36,45)
#19141B
(25,20,27)
#000000
(0,0,0)

Tints of #EBB4CF

#EBB4CF
(235,180,207)
#ECBAD3
(236,186,211)
#EDC0D7
(237,192,215)
#EEC6DB
(238,198,219)
#EFCCDF
(239,204,223)
#F0D2E3
(240,210,227)
#F1D8E7
(241,216,231)
#F2DEEB
(242,222,235)
#F3E4EF
(243,228,239)
#F4EAF3
(244,234,243)
#F5F0F7
(245,240,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EBB4CF; }

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

This text font color is #EBB4CF.


Background Color

.myBgColor { background-color: #EBB4CF; }

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

This div background color is #EBB4CF.


Border color

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

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

This div border color is #EBB4CF.


Opacity

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

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

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

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

This text has shadow with #EBB4CF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EBB4CF on black background.


Color preview on white background

This text has color #EBB4CF on white background.



Black color preview on #EBB4CF background

This text has black color on #EBB4CF background.


White color preview on #EBB4CF background

This text has white color on #EBB4CF background.