COLOR #D76AB6

HEX: #D76AB6
RGB: (215,106,182)

Renk bilgisi

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

RGB renk modeli

#D76AB6 color RGB value is (215,106,182).

  • kırmız ton 215;
  • yeşil ton 106;
  • mavi ton 182.
RGB:
(215,106,182)
(84%,42%,71%)

RGB bağlantıları ve doygunluk

R 215 of 255 = 84%
G 106 of 255 = 42%
B 182 of 255 = 71%

215
106
182

R + G + B ~ 66%. #D76AB6 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
215 + 106 + 182 = 503 (100%)
R 215 of 503 ~ 42.74%
G 106 of 503 ~ 21.07%
B 182 of 503 ~ 36.18%

%42.74
%21.07
%36.18

CMYK RENK MODELİ

#D76AB6 rengi CMYK tonu (0,51,15,16).

  • camgöbeği tonu 0.00%
  • eflatun tonu 50.70%
  • sarı tonu 15.35%
  • ana renk tonu 15.69%
CMYK:
(0,51,15,16)
C0M51Y15K16 
(0%,51%,15%,16%)
(0.00/0.51/0.15/0.16)	

CMYK yüzdeleri

%0
%50.7
%15.35
%15.69

Codes

Color #D76AB6 in popluar color models

D76AB6
RGB215106182
HSL318°57.67%62.94%
HSB/HSV318°50.70%84.31%
CMYK0.00%50.70%15.35%
15.69%

Color #D76AB6 in popluar number systems.

HEXD76AB6
Decimal215106182
Binary11010111110101010110110
Octal327152266

Shades and tints

Shades of #D76AB6

#D76AB6
(215,106,182)
#C461A6
(196,97,166)
#B15896
(177,88,150)
#9E4F86
(158,79,134)
#8B4676
(139,70,118)
#783D66
(120,61,102)
#653456
(101,52,86)
#522B46
(82,43,70)
#3F2236
(63,34,54)
#2C1926
(44,25,38)
#191016
(25,16,22)
#000000
(0,0,0)

Tints of #D76AB6

#D76AB6
(215,106,182)
#DA77BC
(218,119,188)
#DD84C2
(221,132,194)
#E091C8
(224,145,200)
#E39ECE
(227,158,206)
#E6ABD4
(230,171,212)
#E9B8DA
(233,184,218)
#ECC5E0
(236,197,224)
#EFD2E6
(239,210,230)
#F2DFEC
(242,223,236)
#F5ECF2
(245,236,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D76AB6 color. Also use rgb(215,106,182) instead hex code.

Text Font Color

.myTextColor { color: #D76AB6; }

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

This text font color is #D76AB6.


Background Color

.myBgColor { background-color: #D76AB6; }

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

This div background color is #D76AB6.


Border color

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

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

This div border color is #D76AB6.


Opacity

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

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

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

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

This text has shadow with #D76AB6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D76AB6 on black background.


Color preview on white background

This text has color #D76AB6 on white background.



Black color preview on #D76AB6 background

This text has black color on #D76AB6 background.


White color preview on #D76AB6 background

This text has white color on #D76AB6 background.