COLOR #D7949B

HEX: #D7949B
RGB: (215,148,155)

Renk bilgisi

#D7949B contains mainly red color. #D7949B ‘ nin web güvenlik rengi #CC9999 (ya da #C99) dir.

RGB renk modeli

#D7949B color RGB value is (215,148,155).

  • kırmız ton 215;
  • yeşil ton 148;
  • mavi ton 155.
RGB:
(215,148,155)
(84%,58%,61%)

RGB bağlantıları ve doygunluk

R 215 of 255 = 84%
G 148 of 255 = 58%
B 155 of 255 = 61%

215
148
155

R + G + B ~ 68%. #D7949B is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
215 + 148 + 155 = 518 (100%)
R 215 of 518 ~ 41.51%
G 148 of 518 ~ 28.57%
B 155 of 518 ~ 29.92%

%41.51
%28.57
%29.92

CMYK RENK MODELİ

#D7949B rengi CMYK tonu (0,31,28,16).

  • camgöbeği tonu 0.00%
  • eflatun tonu 31.16%
  • sarı tonu 27.91%
  • ana renk tonu 15.69%
CMYK:
(0,31,28,16)
C0M31Y28K16 
(0%,31%,28%,16%)
(0.00/0.31/0.28/0.16)	

CMYK yüzdeleri

%0
%31.16
%27.91
%15.69

Codes

Color #D7949B in popluar color models

D7949B
RGB215148155
HSL354°45.58%71.18%
HSB/HSV354°31.16%84.31%
CMYK0.00%31.16%27.91%
15.69%

Color #D7949B in popluar number systems.

HEXD7949B
Decimal215148155
Binary110101111001010010011011
Octal327224233

Shades and tints

Shades of #D7949B

#D7949B
(215,148,155)
#C4878D
(196,135,141)
#B17A7F
(177,122,127)
#9E6D71
(158,109,113)
#8B6063
(139,96,99)
#785355
(120,83,85)
#654647
(101,70,71)
#523939
(82,57,57)
#3F2C2B
(63,44,43)
#2C1F1D
(44,31,29)
#19120F
(25,18,15)
#000000
(0,0,0)

Tints of #D7949B

#D7949B
(215,148,155)
#DA9DA4
(218,157,164)
#DDA6AD
(221,166,173)
#E0AFB6
(224,175,182)
#E3B8BF
(227,184,191)
#E6C1C8
(230,193,200)
#E9CAD1
(233,202,209)
#ECD3DA
(236,211,218)
#EFDCE3
(239,220,227)
#F2E5EC
(242,229,236)
#F5EEF5
(245,238,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D7949B color. Also use rgb(215,148,155) instead hex code.

Text Font Color

.myTextColor { color: #D7949B; }

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

This text font color is #D7949B.


Background Color

.myBgColor { background-color: #D7949B; }

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

This div background color is #D7949B.


Border color

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

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

This div border color is #D7949B.


Opacity

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

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

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

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

This text has shadow with #D7949B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D7949B on black background.


Color preview on white background

This text has color #D7949B on white background.



Black color preview on #D7949B background

This text has black color on #D7949B background.


White color preview on #D7949B background

This text has white color on #D7949B background.