COLOR #D5BBE1

HEX: #D5BBE1
RGB: (213,187,225)

Renk bilgisi

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

RGB renk modeli

#D5BBE1 color RGB value is (213,187,225).

  • kırmız ton 213;
  • yeşil ton 187;
  • mavi ton 225.
RGB:
(213,187,225)
(84%,73%,88%)

RGB bağlantıları ve doygunluk

R 213 of 255 = 84%
G 187 of 255 = 73%
B 225 of 255 = 88%

213
187
225

R + G + B ~ 82%. #D5BBE1 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
213 + 187 + 225 = 625 (100%)
R 213 of 625 ~ 34.08%
G 187 of 625 ~ 29.92%
B 225 of 625 ~ 36%

%34.08
%29.92
%36

CMYK RENK MODELİ

#D5BBE1 rengi CMYK tonu (5,17,0,12).

  • camgöbeği tonu 5.33%
  • eflatun tonu 16.89%
  • sarı tonu 0.00%
  • ana renk tonu 11.76%
CMYK:
(5,17,0,12)
C5M17Y0K12 
(5%,17%,0%,12%)
(0.05/0.17/0.00/0.12)	

CMYK yüzdeleri

%5.33
%16.89
%0
%11.76

Codes

Color #D5BBE1 in popluar color models

D5BBE1
RGB213187225
HSL281°38.78%80.78%
HSB/HSV281°16.89%88.24%
CMYK5.33%16.89%0.00%
11.76%

Color #D5BBE1 in popluar number systems.

HEXD5BBE1
Decimal213187225
Binary110101011011101111100001
Octal325273341

Shades and tints

Shades of #D5BBE1

#D5BBE1
(213,187,225)
#C2AACD
(194,170,205)
#AF99B9
(175,153,185)
#9C88A5
(156,136,165)
#897791
(137,119,145)
#76667D
(118,102,125)
#635569
(99,85,105)
#504455
(80,68,85)
#3D3341
(61,51,65)
#2A222D
(42,34,45)
#171119
(23,17,25)
#000000
(0,0,0)

Tints of #D5BBE1

#D5BBE1
(213,187,225)
#D8C1E3
(216,193,227)
#DBC7E5
(219,199,229)
#DECDE7
(222,205,231)
#E1D3E9
(225,211,233)
#E4D9EB
(228,217,235)
#E7DFED
(231,223,237)
#EAE5EF
(234,229,239)
#EDEBF1
(237,235,241)
#F0F1F3
(240,241,243)
#F3F7F5
(243,247,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D5BBE1 color. Also use rgb(213,187,225) instead hex code.

Text Font Color

.myTextColor { color: #D5BBE1; }

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

This text font color is #D5BBE1.


Background Color

.myBgColor { background-color: #D5BBE1; }

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

This div background color is #D5BBE1.


Border color

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

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

This div border color is #D5BBE1.


Opacity

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

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

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

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

This text has shadow with #D5BBE1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D5BBE1 on black background.


Color preview on white background

This text has color #D5BBE1 on white background.



Black color preview on #D5BBE1 background

This text has black color on #D5BBE1 background.


White color preview on #D5BBE1 background

This text has white color on #D5BBE1 background.