COLOR #D5B3E2

HEX: #D5B3E2
RGB: (213,179,226)

Renk bilgisi

#D5B3E2 contains red, green and blue colors in about the same proportion. #D5B3E2 ‘ nin web güvenlik rengi #CC99CC (ya da #C9C) dir.

RGB renk modeli

#D5B3E2 color RGB value is (213,179,226).

  • kırmız ton 213;
  • yeşil ton 179;
  • mavi ton 226.
RGB:
(213,179,226)
(84%,70%,89%)

RGB bağlantıları ve doygunluk

R 213 of 255 = 84%
G 179 of 255 = 70%
B 226 of 255 = 89%

213
179
226

R + G + B ~ 81%. #D5B3E2 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
213 + 179 + 226 = 618 (100%)
R 213 of 618 ~ 34.47%
G 179 of 618 ~ 28.96%
B 226 of 618 ~ 36.57%

%34.47
%28.96
%36.57

CMYK RENK MODELİ

#D5B3E2 rengi CMYK tonu (6,21,0,11).

  • camgöbeği tonu 5.75%
  • eflatun tonu 20.80%
  • sarı tonu 0.00%
  • ana renk tonu 11.37%
CMYK:
(6,21,0,11)
C6M21Y0K11 
(6%,21%,0%,11%)
(0.06/0.21/0.00/0.11)	

CMYK yüzdeleri

%5.75
%20.8
%0
%11.37

Codes

Color #D5B3E2 in popluar color models

D5B3E2
RGB213179226
HSL283°44.76%79.41%
HSB/HSV283°20.80%88.63%
CMYK5.75%20.80%0.00%
11.37%

Color #D5B3E2 in popluar number systems.

HEXD5B3E2
Decimal213179226
Binary110101011011001111100010
Octal325263342

Shades and tints

Shades of #D5B3E2

#D5B3E2
(213,179,226)
#C2A3CE
(194,163,206)
#AF93BA
(175,147,186)
#9C83A6
(156,131,166)
#897392
(137,115,146)
#76637E
(118,99,126)
#63536A
(99,83,106)
#504356
(80,67,86)
#3D3342
(61,51,66)
#2A232E
(42,35,46)
#17131A
(23,19,26)
#000000
(0,0,0)

Tints of #D5B3E2

#D5B3E2
(213,179,226)
#D8B9E4
(216,185,228)
#DBBFE6
(219,191,230)
#DEC5E8
(222,197,232)
#E1CBEA
(225,203,234)
#E4D1EC
(228,209,236)
#E7D7EE
(231,215,238)
#EADDF0
(234,221,240)
#EDE3F2
(237,227,242)
#F0E9F4
(240,233,244)
#F3EFF6
(243,239,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D5B3E2 color. Also use rgb(213,179,226) instead hex code.

Text Font Color

.myTextColor { color: #D5B3E2; }

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

This text font color is #D5B3E2.


Background Color

.myBgColor { background-color: #D5B3E2; }

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

This div background color is #D5B3E2.


Border color

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

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

This div border color is #D5B3E2.


Opacity

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

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

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

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

This text has shadow with #D5B3E2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D5B3E2 on black background.


Color preview on white background

This text has color #D5B3E2 on white background.



Black color preview on #D5B3E2 background

This text has black color on #D5B3E2 background.


White color preview on #D5B3E2 background

This text has white color on #D5B3E2 background.