COLOR #B8ADD3

HEX: #B8ADD3
RGB: (184,173,211)

Renk bilgisi

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

RGB renk modeli

#B8ADD3 color RGB value is (184,173,211).

  • kırmız ton 184;
  • yeşil ton 173;
  • mavi ton 211.
RGB:
(184,173,211)
(72%,68%,83%)

RGB bağlantıları ve doygunluk

R 184 of 255 = 72%
G 173 of 255 = 68%
B 211 of 255 = 83%

184
173
211

R + G + B ~ 74%. #B8ADD3 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
184 + 173 + 211 = 568 (100%)
R 184 of 568 ~ 32.39%
G 173 of 568 ~ 30.46%
B 211 of 568 ~ 37.15%

%32.39
%30.46
%37.15

CMYK RENK MODELİ

#B8ADD3 rengi CMYK tonu (13,18,0,17).

  • camgöbeği tonu 12.80%
  • eflatun tonu 18.01%
  • sarı tonu 0.00%
  • ana renk tonu 17.25%
CMYK:
(13,18,0,17)
C13M18Y0K17 
(13%,18%,0%,17%)
(0.13/0.18/0.00/0.17)	

CMYK yüzdeleri

%12.8
%18.01
%0
%17.25

Codes

Color #B8ADD3 in popluar color models

B8ADD3
RGB184173211
HSL257°30.16%75.29%
HSB/HSV257°18.01%82.75%
CMYK12.80%18.01%0.00%
17.25%

Color #B8ADD3 in popluar number systems.

HEXB8ADD3
Decimal184173211
Binary101110001010110111010011
Octal270255323

Shades and tints

Shades of #B8ADD3

#B8ADD3
(184,173,211)
#A89EC0
(168,158,192)
#988FAD
(152,143,173)
#88809A
(136,128,154)
#787187
(120,113,135)
#686274
(104,98,116)
#585361
(88,83,97)
#48444E
(72,68,78)
#38353B
(56,53,59)
#282628
(40,38,40)
#181715
(24,23,21)
#000000
(0,0,0)

Tints of #B8ADD3

#B8ADD3
(184,173,211)
#BEB4D7
(190,180,215)
#C4BBDB
(196,187,219)
#CAC2DF
(202,194,223)
#D0C9E3
(208,201,227)
#D6D0E7
(214,208,231)
#DCD7EB
(220,215,235)
#E2DEEF
(226,222,239)
#E8E5F3
(232,229,243)
#EEECF7
(238,236,247)
#F4F3FB
(244,243,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B8ADD3 color. Also use rgb(184,173,211) instead hex code.

Text Font Color

.myTextColor { color: #B8ADD3; }

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

This text font color is #B8ADD3.


Background Color

.myBgColor { background-color: #B8ADD3; }

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

This div background color is #B8ADD3.


Border color

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

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

This div border color is #B8ADD3.


Opacity

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

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

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

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

This text has shadow with #B8ADD3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B8ADD3 on black background.


Color preview on white background

This text has color #B8ADD3 on white background.



Black color preview on #B8ADD3 background

This text has black color on #B8ADD3 background.


White color preview on #B8ADD3 background

This text has white color on #B8ADD3 background.