COLOR #EB7DCD

HEX: #EB7DCD
RGB: (235,125,205)

Color info

#EB7DCD contains mainly red and blue colors. Web safe color of #EB7DCD is #FF66CC (or #F6C).

RGB color model

#EB7DCD color RGB value is (235,125,205).

  • red value is 235;
  • green value is 125;
  • blue value is 205.
RGB:
(235,125,205)
(92%,49%,80%)

RGB channels and saturation

R 235 of 255 = 92%
G 125 of 255 = 49%
B 205 of 255 = 80%

235
125
205

R + G + B ~ 74%. #EB7DCD is quite light color.

Portions of RGB colors in percentages

R + G + B =
235 + 125 + 205 = 565 (100%)
R 235 of 565 ~ 41.59%
G 125 of 565 ~ 22.12%
B 205 of 565 ~ 36.28%

%41.59
%22.12
%36.28

CMYK color model

#EB7DCD color CMYK value is (0,47,13,8).

  • cyan value is 0.00%
  • magenta value is 46.81%
  • yellow value is 12.77%
  • key color value is 7.84%
CMYK:
(0,47,13,8)
C0M47Y13K8 
(0%,47%,13%,8%)
(0.00/0.47/0.13/0.08)	

CMYK percentages

%0
%46.81
%12.77
%7.84

Codes

Color #EB7DCD in popluar color models

EB7DCD
RGB235125205
HSL316°73.33%70.59%
HSB/HSV316°46.81%92.16%
CMYK0.00%46.81%12.77%
7.84%

Color #EB7DCD in popluar number systems.

HEXEB7DCD
Decimal235125205
Binary11101011111110111001101
Octal353175315

Shades and tints

Shades of #EB7DCD

#EB7DCD
(235,125,205)
#D672BB
(214,114,187)
#C167A9
(193,103,169)
#AC5C97
(172,92,151)
#975185
(151,81,133)
#824673
(130,70,115)
#6D3B61
(109,59,97)
#58304F
(88,48,79)
#43253D
(67,37,61)
#2E1A2B
(46,26,43)
#190F19
(25,15,25)
#000000
(0,0,0)

Tints of #EB7DCD

#EB7DCD
(235,125,205)
#EC88D1
(236,136,209)
#ED93D5
(237,147,213)
#EE9ED9
(238,158,217)
#EFA9DD
(239,169,221)
#F0B4E1
(240,180,225)
#F1BFE5
(241,191,229)
#F2CAE9
(242,202,233)
#F3D5ED
(243,213,237)
#F4E0F1
(244,224,241)
#F5EBF5
(245,235,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EB7DCD color. Also use rgb(235,125,205) instead hex code.

Text Font Color

.myTextColor { color: #EB7DCD; }

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

This text font color is #EB7DCD.


Background Color

.myBgColor { background-color: #EB7DCD; }

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

This div background color is #EB7DCD.


Border color

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

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

This div border color is #EB7DCD.


Opacity

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

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

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

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

This text has shadow with #EB7DCD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EB7DCD on black background.


Color preview on white background

This text has color #EB7DCD on white background.



Black color preview on #EB7DCD background

This text has black color on #EB7DCD background.


White color preview on #EB7DCD background

This text has white color on #EB7DCD background.