COLOR #D76CA4

HEX: #D76CA4
RGB: (215,108,164)

Renk bilgisi

#D76CA4 contains mainly red and blue colors. #D76CA4 ‘ nin web güvenlik rengi #CC6699 (ya da #C69) dir.

RGB renk modeli

#D76CA4 color RGB value is (215,108,164).

  • kırmız ton 215;
  • yeşil ton 108;
  • mavi ton 164.
RGB:
(215,108,164)
(84%,42%,64%)

RGB bağlantıları ve doygunluk

R 215 of 255 = 84%
G 108 of 255 = 42%
B 164 of 255 = 64%

215
108
164

R + G + B ~ 63%. #D76CA4 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
215 + 108 + 164 = 487 (100%)
R 215 of 487 ~ 44.15%
G 108 of 487 ~ 22.18%
B 164 of 487 ~ 33.68%

%44.15
%22.18
%33.68

CMYK RENK MODELİ

#D76CA4 rengi CMYK tonu (0,50,24,16).

  • camgöbeği tonu 0.00%
  • eflatun tonu 49.77%
  • sarı tonu 23.72%
  • ana renk tonu 15.69%
CMYK:
(0,50,24,16)
C0M50Y24K16 
(0%,50%,24%,16%)
(0.00/0.50/0.24/0.16)	

CMYK yüzdeleri

%0
%49.77
%23.72
%15.69

Codes

Color #D76CA4 in popluar color models

D76CA4
RGB215108164
HSL329°57.22%63.33%
HSB/HSV329°49.77%84.31%
CMYK0.00%49.77%23.72%
15.69%

Color #D76CA4 in popluar number systems.

HEXD76CA4
Decimal215108164
Binary11010111110110010100100
Octal327154244

Shades and tints

Shades of #D76CA4

#D76CA4
(215,108,164)
#C46396
(196,99,150)
#B15A88
(177,90,136)
#9E517A
(158,81,122)
#8B486C
(139,72,108)
#783F5E
(120,63,94)
#653650
(101,54,80)
#522D42
(82,45,66)
#3F2434
(63,36,52)
#2C1B26
(44,27,38)
#191218
(25,18,24)
#000000
(0,0,0)

Tints of #D76CA4

#D76CA4
(215,108,164)
#DA79AC
(218,121,172)
#DD86B4
(221,134,180)
#E093BC
(224,147,188)
#E3A0C4
(227,160,196)
#E6ADCC
(230,173,204)
#E9BAD4
(233,186,212)
#ECC7DC
(236,199,220)
#EFD4E4
(239,212,228)
#F2E1EC
(242,225,236)
#F5EEF4
(245,238,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D76CA4 color. Also use rgb(215,108,164) instead hex code.

Text Font Color

.myTextColor { color: #D76CA4; }

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

This text font color is #D76CA4.


Background Color

.myBgColor { background-color: #D76CA4; }

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

This div background color is #D76CA4.


Border color

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

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

This div border color is #D76CA4.


Opacity

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

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

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

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

This text has shadow with #D76CA4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D76CA4 on black background.


Color preview on white background

This text has color #D76CA4 on white background.



Black color preview on #D76CA4 background

This text has black color on #D76CA4 background.


White color preview on #D76CA4 background

This text has white color on #D76CA4 background.