COLOR #B7ADDB

HEX: #B7ADDB
RGB: (183,173,219)

Renk bilgisi

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

RGB renk modeli

#B7ADDB color RGB value is (183,173,219).

  • kırmız ton 183;
  • yeşil ton 173;
  • mavi ton 219.
RGB:
(183,173,219)
(72%,68%,86%)

RGB bağlantıları ve doygunluk

R 183 of 255 = 72%
G 173 of 255 = 68%
B 219 of 255 = 86%

183
173
219

R + G + B ~ 75%. #B7ADDB is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
183 + 173 + 219 = 575 (100%)
R 183 of 575 ~ 31.83%
G 173 of 575 ~ 30.09%
B 219 of 575 ~ 38.09%

%31.83
%30.09
%38.09

CMYK RENK MODELİ

#B7ADDB rengi CMYK tonu (16,21,0,14).

  • camgöbeği tonu 16.44%
  • eflatun tonu 21.00%
  • sarı tonu 0.00%
  • ana renk tonu 14.12%
CMYK:
(16,21,0,14)
C16M21Y0K14 
(16%,21%,0%,14%)
(0.16/0.21/0.00/0.14)	

CMYK yüzdeleri

%16.44
%21
%0
%14.12

Codes

Color #B7ADDB in popluar color models

B7ADDB
RGB183173219
HSL253°38.98%76.86%
HSB/HSV253°21.00%85.88%
CMYK16.44%21.00%0.00%
14.12%

Color #B7ADDB in popluar number systems.

HEXB7ADDB
Decimal183173219
Binary101101111010110111011011
Octal267255333

Shades and tints

Shades of #B7ADDB

#B7ADDB
(183,173,219)
#A79EC8
(167,158,200)
#978FB5
(151,143,181)
#8780A2
(135,128,162)
#77718F
(119,113,143)
#67627C
(103,98,124)
#575369
(87,83,105)
#474456
(71,68,86)
#373543
(55,53,67)
#272630
(39,38,48)
#17171D
(23,23,29)
#000000
(0,0,0)

Tints of #B7ADDB

#B7ADDB
(183,173,219)
#BDB4DE
(189,180,222)
#C3BBE1
(195,187,225)
#C9C2E4
(201,194,228)
#CFC9E7
(207,201,231)
#D5D0EA
(213,208,234)
#DBD7ED
(219,215,237)
#E1DEF0
(225,222,240)
#E7E5F3
(231,229,243)
#EDECF6
(237,236,246)
#F3F3F9
(243,243,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B7ADDB color. Also use rgb(183,173,219) instead hex code.

Text Font Color

.myTextColor { color: #B7ADDB; }

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

This text font color is #B7ADDB.


Background Color

.myBgColor { background-color: #B7ADDB; }

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

This div background color is #B7ADDB.


Border color

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

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

This div border color is #B7ADDB.


Opacity

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

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

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

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

This text has shadow with #B7ADDB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B7ADDB on black background.


Color preview on white background

This text has color #B7ADDB on white background.



Black color preview on #B7ADDB background

This text has black color on #B7ADDB background.


White color preview on #B7ADDB background

This text has white color on #B7ADDB background.