COLOR #D5BEE6

HEX: #D5BEE6
RGB: (213,190,230)

Renk bilgisi

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

RGB renk modeli

#D5BEE6 color RGB value is (213,190,230).

  • kırmız ton 213;
  • yeşil ton 190;
  • mavi ton 230.
RGB:
(213,190,230)
(84%,75%,90%)

RGB bağlantıları ve doygunluk

R 213 of 255 = 84%
G 190 of 255 = 75%
B 230 of 255 = 90%

213
190
230

R + G + B ~ 83%. #D5BEE6 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
213 + 190 + 230 = 633 (100%)
R 213 of 633 ~ 33.65%
G 190 of 633 ~ 30.02%
B 230 of 633 ~ 36.33%

%33.65
%30.02
%36.33

CMYK RENK MODELİ

#D5BEE6 rengi CMYK tonu (7,17,0,10).

  • camgöbeği tonu 7.39%
  • eflatun tonu 17.39%
  • sarı tonu 0.00%
  • ana renk tonu 9.80%
CMYK:
(7,17,0,10)
C7M17Y0K10 
(7%,17%,0%,10%)
(0.07/0.17/0.00/0.10)	

CMYK yüzdeleri

%7.39
%17.39
%0
%9.8

Codes

Color #D5BEE6 in popluar color models

D5BEE6
RGB213190230
HSL275°44.44%82.35%
HSB/HSV275°17.39%90.20%
CMYK7.39%17.39%0.00%
9.80%

Color #D5BEE6 in popluar number systems.

HEXD5BEE6
Decimal213190230
Binary110101011011111011100110
Octal325276346

Shades and tints

Shades of #D5BEE6

#D5BEE6
(213,190,230)
#C2ADD2
(194,173,210)
#AF9CBE
(175,156,190)
#9C8BAA
(156,139,170)
#897A96
(137,122,150)
#766982
(118,105,130)
#63586E
(99,88,110)
#50475A
(80,71,90)
#3D3646
(61,54,70)
#2A2532
(42,37,50)
#17141E
(23,20,30)
#000000
(0,0,0)

Tints of #D5BEE6

#D5BEE6
(213,190,230)
#D8C3E8
(216,195,232)
#DBC8EA
(219,200,234)
#DECDEC
(222,205,236)
#E1D2EE
(225,210,238)
#E4D7F0
(228,215,240)
#E7DCF2
(231,220,242)
#EAE1F4
(234,225,244)
#EDE6F6
(237,230,246)
#F0EBF8
(240,235,248)
#F3F0FA
(243,240,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D5BEE6 color. Also use rgb(213,190,230) instead hex code.

Text Font Color

.myTextColor { color: #D5BEE6; }

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

This text font color is #D5BEE6.


Background Color

.myBgColor { background-color: #D5BEE6; }

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

This div background color is #D5BEE6.


Border color

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

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

This div border color is #D5BEE6.


Opacity

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

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

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

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

This text has shadow with #D5BEE6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D5BEE6 on black background.


Color preview on white background

This text has color #D5BEE6 on white background.



Black color preview on #D5BEE6 background

This text has black color on #D5BEE6 background.


White color preview on #D5BEE6 background

This text has white color on #D5BEE6 background.