COLOR #D37997

HEX: #D37997
RGB: (211,121,151)

Renk bilgisi

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

RGB renk modeli

#D37997 color RGB value is (211,121,151).

  • kırmız ton 211;
  • yeşil ton 121;
  • mavi ton 151.
RGB:
(211,121,151)
(83%,47%,59%)

RGB bağlantıları ve doygunluk

R 211 of 255 = 83%
G 121 of 255 = 47%
B 151 of 255 = 59%

211
121
151

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

Yüzdelerle RGB renk parçaları

R + G + B =
211 + 121 + 151 = 483 (100%)
R 211 of 483 ~ 43.69%
G 121 of 483 ~ 25.05%
B 151 of 483 ~ 31.26%

%43.69
%25.05
%31.26

CMYK RENK MODELİ

#D37997 rengi CMYK tonu (0,43,28,17).

  • camgöbeği tonu 0.00%
  • eflatun tonu 42.65%
  • sarı tonu 28.44%
  • ana renk tonu 17.25%
CMYK:
(0,43,28,17)
C0M43Y28K17 
(0%,43%,28%,17%)
(0.00/0.43/0.28/0.17)	

CMYK yüzdeleri

%0
%42.65
%28.44
%17.25

Codes

Color #D37997 in popluar color models

D37997
RGB211121151
HSL340°50.56%65.10%
HSB/HSV340°42.65%82.75%
CMYK0.00%42.65%28.44%
17.25%

Color #D37997 in popluar number systems.

HEXD37997
Decimal211121151
Binary11010011111100110010111
Octal323171227

Shades and tints

Shades of #D37997

#D37997
(211,121,151)
#C06E8A
(192,110,138)
#AD637D
(173,99,125)
#9A5870
(154,88,112)
#874D63
(135,77,99)
#744256
(116,66,86)
#613749
(97,55,73)
#4E2C3C
(78,44,60)
#3B212F
(59,33,47)
#281622
(40,22,34)
#150B15
(21,11,21)
#000000
(0,0,0)

Tints of #D37997

#D37997
(211,121,151)
#D785A0
(215,133,160)
#DB91A9
(219,145,169)
#DF9DB2
(223,157,178)
#E3A9BB
(227,169,187)
#E7B5C4
(231,181,196)
#EBC1CD
(235,193,205)
#EFCDD6
(239,205,214)
#F3D9DF
(243,217,223)
#F7E5E8
(247,229,232)
#FBF1F1
(251,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D37997 color. Also use rgb(211,121,151) instead hex code.

Text Font Color

.myTextColor { color: #D37997; }

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

This text font color is #D37997.


Background Color

.myBgColor { background-color: #D37997; }

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

This div background color is #D37997.


Border color

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

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

This div border color is #D37997.


Opacity

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

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

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

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

This text has shadow with #D37997 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D37997 on black background.


Color preview on white background

This text has color #D37997 on white background.



Black color preview on #D37997 background

This text has black color on #D37997 background.


White color preview on #D37997 background

This text has white color on #D37997 background.