COLOR #D37C89

HEX: #D37C89
RGB: (211,124,137)

Renk bilgisi

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

RGB renk modeli

#D37C89 color RGB value is (211,124,137).

  • kırmız ton 211;
  • yeşil ton 124;
  • mavi ton 137.
RGB:
(211,124,137)
(83%,49%,54%)

RGB bağlantıları ve doygunluk

R 211 of 255 = 83%
G 124 of 255 = 49%
B 137 of 255 = 54%

211
124
137

R + G + B ~ 62%. #D37C89 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
211 + 124 + 137 = 472 (100%)
R 211 of 472 ~ 44.7%
G 124 of 472 ~ 26.27%
B 137 of 472 ~ 29.03%

%44.7
%26.27
%29.03

CMYK RENK MODELİ

#D37C89 rengi CMYK tonu (0,41,35,17).

  • camgöbeği tonu 0.00%
  • eflatun tonu 41.23%
  • sarı tonu 35.07%
  • ana renk tonu 17.25%
CMYK:
(0,41,35,17)
C0M41Y35K17 
(0%,41%,35%,17%)
(0.00/0.41/0.35/0.17)	

CMYK yüzdeleri

%0
%41.23
%35.07
%17.25

Codes

Color #D37C89 in popluar color models

D37C89
RGB211124137
HSL351°49.71%65.69%
HSB/HSV351°41.23%82.75%
CMYK0.00%41.23%35.07%
17.25%

Color #D37C89 in popluar number systems.

HEXD37C89
Decimal211124137
Binary11010011111110010001001
Octal323174211

Shades and tints

Shades of #D37C89

#D37C89
(211,124,137)
#C0717D
(192,113,125)
#AD6671
(173,102,113)
#9A5B65
(154,91,101)
#875059
(135,80,89)
#74454D
(116,69,77)
#613A41
(97,58,65)
#4E2F35
(78,47,53)
#3B2429
(59,36,41)
#28191D
(40,25,29)
#150E11
(21,14,17)
#000000
(0,0,0)

Tints of #D37C89

#D37C89
(211,124,137)
#D78793
(215,135,147)
#DB929D
(219,146,157)
#DF9DA7
(223,157,167)
#E3A8B1
(227,168,177)
#E7B3BB
(231,179,187)
#EBBEC5
(235,190,197)
#EFC9CF
(239,201,207)
#F3D4D9
(243,212,217)
#F7DFE3
(247,223,227)
#FBEAED
(251,234,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D37C89 color. Also use rgb(211,124,137) instead hex code.

Text Font Color

.myTextColor { color: #D37C89; }

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

This text font color is #D37C89.


Background Color

.myBgColor { background-color: #D37C89; }

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

This div background color is #D37C89.


Border color

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

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

This div border color is #D37C89.


Opacity

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

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

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

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

This text has shadow with #D37C89 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D37C89 on black background.


Color preview on white background

This text has color #D37C89 on white background.



Black color preview on #D37C89 background

This text has black color on #D37C89 background.


White color preview on #D37C89 background

This text has white color on #D37C89 background.