COLOR #D76EBA

HEX: #D76EBA
RGB: (215,110,186)

Renk bilgisi

#D76EBA contains mainly red and blue colors. #D76EBA ‘ nin web güvenlik rengi #CC66CC (ya da #C6C) dir.

RGB renk modeli

#D76EBA color RGB value is (215,110,186).

  • kırmız ton 215;
  • yeşil ton 110;
  • mavi ton 186.
RGB:
(215,110,186)
(84%,43%,73%)

RGB bağlantıları ve doygunluk

R 215 of 255 = 84%
G 110 of 255 = 43%
B 186 of 255 = 73%

215
110
186

R + G + B ~ 67%. #D76EBA is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
215 + 110 + 186 = 511 (100%)
R 215 of 511 ~ 42.07%
G 110 of 511 ~ 21.53%
B 186 of 511 ~ 36.4%

%42.07
%21.53
%36.4

CMYK RENK MODELİ

#D76EBA rengi CMYK tonu (0,49,13,16).

  • camgöbeği tonu 0.00%
  • eflatun tonu 48.84%
  • sarı tonu 13.49%
  • ana renk tonu 15.69%
CMYK:
(0,49,13,16)
C0M49Y13K16 
(0%,49%,13%,16%)
(0.00/0.49/0.13/0.16)	

CMYK yüzdeleri

%0
%48.84
%13.49
%15.69

Codes

Color #D76EBA in popluar color models

D76EBA
RGB215110186
HSL317°56.76%63.73%
HSB/HSV317°48.84%84.31%
CMYK0.00%48.84%13.49%
15.69%

Color #D76EBA in popluar number systems.

HEXD76EBA
Decimal215110186
Binary11010111110111010111010
Octal327156272

Shades and tints

Shades of #D76EBA

#D76EBA
(215,110,186)
#C464AA
(196,100,170)
#B15A9A
(177,90,154)
#9E508A
(158,80,138)
#8B467A
(139,70,122)
#783C6A
(120,60,106)
#65325A
(101,50,90)
#52284A
(82,40,74)
#3F1E3A
(63,30,58)
#2C142A
(44,20,42)
#190A1A
(25,10,26)
#000000
(0,0,0)

Tints of #D76EBA

#D76EBA
(215,110,186)
#DA7BC0
(218,123,192)
#DD88C6
(221,136,198)
#E095CC
(224,149,204)
#E3A2D2
(227,162,210)
#E6AFD8
(230,175,216)
#E9BCDE
(233,188,222)
#ECC9E4
(236,201,228)
#EFD6EA
(239,214,234)
#F2E3F0
(242,227,240)
#F5F0F6
(245,240,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D76EBA color. Also use rgb(215,110,186) instead hex code.

Text Font Color

.myTextColor { color: #D76EBA; }

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

This text font color is #D76EBA.


Background Color

.myBgColor { background-color: #D76EBA; }

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

This div background color is #D76EBA.


Border color

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

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

This div border color is #D76EBA.


Opacity

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

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

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

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

This text has shadow with #D76EBA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D76EBA on black background.


Color preview on white background

This text has color #D76EBA on white background.



Black color preview on #D76EBA background

This text has black color on #D76EBA background.


White color preview on #D76EBA background

This text has white color on #D76EBA background.