COLOR #D387BE

HEX: #D387BE
RGB: (211,135,190)

Renk bilgisi

#D387BE contains mainly red and blue colors. #D387BE ‘ nin web güvenlik rengi #CC99CC (ya da #C9C) dir.

RGB renk modeli

#D387BE color RGB value is (211,135,190).

  • kırmız ton 211;
  • yeşil ton 135;
  • mavi ton 190.
RGB:
(211,135,190)
(83%,53%,75%)

RGB bağlantıları ve doygunluk

R 211 of 255 = 83%
G 135 of 255 = 53%
B 190 of 255 = 75%

211
135
190

R + G + B ~ 70%. #D387BE is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
211 + 135 + 190 = 536 (100%)
R 211 of 536 ~ 39.37%
G 135 of 536 ~ 25.19%
B 190 of 536 ~ 35.45%

%39.37
%25.19
%35.45

CMYK RENK MODELİ

#D387BE rengi CMYK tonu (0,36,10,17).

  • camgöbeği tonu 0.00%
  • eflatun tonu 36.02%
  • sarı tonu 9.95%
  • ana renk tonu 17.25%
CMYK:
(0,36,10,17)
C0M36Y10K17 
(0%,36%,10%,17%)
(0.00/0.36/0.10/0.17)	

CMYK yüzdeleri

%0
%36.02
%9.95
%17.25

Codes

Color #D387BE in popluar color models

D387BE
RGB211135190
HSL317°46.34%67.84%
HSB/HSV317°36.02%82.75%
CMYK0.00%36.02%9.95%
17.25%

Color #D387BE in popluar number systems.

HEXD387BE
Decimal211135190
Binary110100111000011110111110
Octal323207276

Shades and tints

Shades of #D387BE

#D387BE
(211,135,190)
#C07BAD
(192,123,173)
#AD6F9C
(173,111,156)
#9A638B
(154,99,139)
#87577A
(135,87,122)
#744B69
(116,75,105)
#613F58
(97,63,88)
#4E3347
(78,51,71)
#3B2736
(59,39,54)
#281B25
(40,27,37)
#150F14
(21,15,20)
#000000
(0,0,0)

Tints of #D387BE

#D387BE
(211,135,190)
#D791C3
(215,145,195)
#DB9BC8
(219,155,200)
#DFA5CD
(223,165,205)
#E3AFD2
(227,175,210)
#E7B9D7
(231,185,215)
#EBC3DC
(235,195,220)
#EFCDE1
(239,205,225)
#F3D7E6
(243,215,230)
#F7E1EB
(247,225,235)
#FBEBF0
(251,235,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D387BE color. Also use rgb(211,135,190) instead hex code.

Text Font Color

.myTextColor { color: #D387BE; }

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

This text font color is #D387BE.


Background Color

.myBgColor { background-color: #D387BE; }

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

This div background color is #D387BE.


Border color

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

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

This div border color is #D387BE.


Opacity

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

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

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

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

This text has shadow with #D387BE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D387BE on black background.


Color preview on white background

This text has color #D387BE on white background.



Black color preview on #D387BE background

This text has black color on #D387BE background.


White color preview on #D387BE background

This text has white color on #D387BE background.