COLOR #D76997

HEX: #D76997
RGB: (215,105,151)

Renk bilgisi

#D76997 contains mainly red color. #D76997 ‘ nin web güvenlik rengi #CC6699 (ya da #C69) dir.

RGB renk modeli

#D76997 color RGB value is (215,105,151).

  • kırmız ton 215;
  • yeşil ton 105;
  • mavi ton 151.
RGB:
(215,105,151)
(84%,41%,59%)

RGB bağlantıları ve doygunluk

R 215 of 255 = 84%
G 105 of 255 = 41%
B 151 of 255 = 59%

215
105
151

R + G + B ~ 61%. #D76997 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
215 + 105 + 151 = 471 (100%)
R 215 of 471 ~ 45.65%
G 105 of 471 ~ 22.29%
B 151 of 471 ~ 32.06%

%45.65
%22.29
%32.06

CMYK RENK MODELİ

#D76997 rengi CMYK tonu (0,51,30,16).

  • camgöbeği tonu 0.00%
  • eflatun tonu 51.16%
  • sarı tonu 29.77%
  • ana renk tonu 15.69%
CMYK:
(0,51,30,16)
C0M51Y30K16 
(0%,51%,30%,16%)
(0.00/0.51/0.30/0.16)	

CMYK yüzdeleri

%0
%51.16
%29.77
%15.69

Codes

Color #D76997 in popluar color models

D76997
RGB215105151
HSL335°57.89%62.75%
HSB/HSV335°51.16%84.31%
CMYK0.00%51.16%29.77%
15.69%

Color #D76997 in popluar number systems.

HEXD76997
Decimal215105151
Binary11010111110100110010111
Octal327151227

Shades and tints

Shades of #D76997

#D76997
(215,105,151)
#C4608A
(196,96,138)
#B1577D
(177,87,125)
#9E4E70
(158,78,112)
#8B4563
(139,69,99)
#783C56
(120,60,86)
#653349
(101,51,73)
#522A3C
(82,42,60)
#3F212F
(63,33,47)
#2C1822
(44,24,34)
#190F15
(25,15,21)
#000000
(0,0,0)

Tints of #D76997

#D76997
(215,105,151)
#DA76A0
(218,118,160)
#DD83A9
(221,131,169)
#E090B2
(224,144,178)
#E39DBB
(227,157,187)
#E6AAC4
(230,170,196)
#E9B7CD
(233,183,205)
#ECC4D6
(236,196,214)
#EFD1DF
(239,209,223)
#F2DEE8
(242,222,232)
#F5EBF1
(245,235,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D76997 color. Also use rgb(215,105,151) instead hex code.

Text Font Color

.myTextColor { color: #D76997; }

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

This text font color is #D76997.


Background Color

.myBgColor { background-color: #D76997; }

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

This div background color is #D76997.


Border color

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

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

This div border color is #D76997.


Opacity

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

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

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

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

This text has shadow with #D76997 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D76997 on black background.


Color preview on white background

This text has color #D76997 on white background.



Black color preview on #D76997 background

This text has black color on #D76997 background.


White color preview on #D76997 background

This text has white color on #D76997 background.