COLOR #D5688C

HEX: #D5688C
RGB: (213,104,140)

Renk bilgisi

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

RGB renk modeli

#D5688C color RGB value is (213,104,140).

  • kırmız ton 213;
  • yeşil ton 104;
  • mavi ton 140.
RGB:
(213,104,140)
(84%,41%,55%)

RGB bağlantıları ve doygunluk

R 213 of 255 = 84%
G 104 of 255 = 41%
B 140 of 255 = 55%

213
104
140

R + G + B ~ 60%. #D5688C is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
213 + 104 + 140 = 457 (100%)
R 213 of 457 ~ 46.61%
G 104 of 457 ~ 22.76%
B 140 of 457 ~ 30.63%

%46.61
%22.76
%30.63

CMYK RENK MODELİ

#D5688C rengi CMYK tonu (0,51,34,16).

  • camgöbeği tonu 0.00%
  • eflatun tonu 51.17%
  • sarı tonu 34.27%
  • ana renk tonu 16.47%
CMYK:
(0,51,34,16)
C0M51Y34K16 
(0%,51%,34%,16%)
(0.00/0.51/0.34/0.16)	

CMYK yüzdeleri

%0
%51.17
%34.27
%16.47

Codes

Color #D5688C in popluar color models

D5688C
RGB213104140
HSL340°56.48%62.16%
HSB/HSV340°51.17%83.53%
CMYK0.00%51.17%34.27%
16.47%

Color #D5688C in popluar number systems.

HEXD5688C
Decimal213104140
Binary11010101110100010001100
Octal325150214

Shades and tints

Shades of #D5688C

#D5688C
(213,104,140)
#C25F80
(194,95,128)
#AF5674
(175,86,116)
#9C4D68
(156,77,104)
#89445C
(137,68,92)
#763B50
(118,59,80)
#633244
(99,50,68)
#502938
(80,41,56)
#3D202C
(61,32,44)
#2A1720
(42,23,32)
#170E14
(23,14,20)
#000000
(0,0,0)

Tints of #D5688C

#D5688C
(213,104,140)
#D87596
(216,117,150)
#DB82A0
(219,130,160)
#DE8FAA
(222,143,170)
#E19CB4
(225,156,180)
#E4A9BE
(228,169,190)
#E7B6C8
(231,182,200)
#EAC3D2
(234,195,210)
#EDD0DC
(237,208,220)
#F0DDE6
(240,221,230)
#F3EAF0
(243,234,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D5688C color. Also use rgb(213,104,140) instead hex code.

Text Font Color

.myTextColor { color: #D5688C; }

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

This text font color is #D5688C.


Background Color

.myBgColor { background-color: #D5688C; }

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

This div background color is #D5688C.


Border color

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

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

This div border color is #D5688C.


Opacity

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

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

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

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

This text has shadow with #D5688C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D5688C on black background.


Color preview on white background

This text has color #D5688C on white background.



Black color preview on #D5688C background

This text has black color on #D5688C background.


White color preview on #D5688C background

This text has white color on #D5688C background.