COLOR #BDB0DB

HEX: #BDB0DB
RGB: (189,176,219)

Renk bilgisi

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

RGB renk modeli

#BDB0DB color RGB value is (189,176,219).

  • kırmız ton 189;
  • yeşil ton 176;
  • mavi ton 219.
RGB:
(189,176,219)
(74%,69%,86%)

RGB bağlantıları ve doygunluk

R 189 of 255 = 74%
G 176 of 255 = 69%
B 219 of 255 = 86%

189
176
219

R + G + B ~ 76%. #BDB0DB is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
189 + 176 + 219 = 584 (100%)
R 189 of 584 ~ 32.36%
G 176 of 584 ~ 30.14%
B 219 of 584 ~ 37.5%

%32.36
%30.14
%37.5

CMYK RENK MODELİ

#BDB0DB rengi CMYK tonu (14,20,0,14).

  • camgöbeği tonu 13.70%
  • eflatun tonu 19.63%
  • sarı tonu 0.00%
  • ana renk tonu 14.12%
CMYK:
(14,20,0,14)
C14M20Y0K14 
(14%,20%,0%,14%)
(0.14/0.20/0.00/0.14)	

CMYK yüzdeleri

%13.7
%19.63
%0
%14.12

Codes

Color #BDB0DB in popluar color models

BDB0DB
RGB189176219
HSL258°37.39%77.45%
HSB/HSV258°19.63%85.88%
CMYK13.70%19.63%0.00%
14.12%

Color #BDB0DB in popluar number systems.

HEXBDB0DB
Decimal189176219
Binary101111011011000011011011
Octal275260333

Shades and tints

Shades of #BDB0DB

#BDB0DB
(189,176,219)
#ACA0C8
(172,160,200)
#9B90B5
(155,144,181)
#8A80A2
(138,128,162)
#79708F
(121,112,143)
#68607C
(104,96,124)
#575069
(87,80,105)
#464056
(70,64,86)
#353043
(53,48,67)
#242030
(36,32,48)
#13101D
(19,16,29)
#000000
(0,0,0)

Tints of #BDB0DB

#BDB0DB
(189,176,219)
#C3B7DE
(195,183,222)
#C9BEE1
(201,190,225)
#CFC5E4
(207,197,228)
#D5CCE7
(213,204,231)
#DBD3EA
(219,211,234)
#E1DAED
(225,218,237)
#E7E1F0
(231,225,240)
#EDE8F3
(237,232,243)
#F3EFF6
(243,239,246)
#F9F6F9
(249,246,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BDB0DB color. Also use rgb(189,176,219) instead hex code.

Text Font Color

.myTextColor { color: #BDB0DB; }

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

This text font color is #BDB0DB.


Background Color

.myBgColor { background-color: #BDB0DB; }

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

This div background color is #BDB0DB.


Border color

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

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

This div border color is #BDB0DB.


Opacity

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

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

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

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

This text has shadow with #BDB0DB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BDB0DB on black background.


Color preview on white background

This text has color #BDB0DB on white background.



Black color preview on #BDB0DB background

This text has black color on #BDB0DB background.


White color preview on #BDB0DB background

This text has white color on #BDB0DB background.