COLOR #B2ADDD

HEX: #B2ADDD
RGB: (178,173,221)

Renk bilgisi

#B2ADDD contains red, green and blue colors in about the same proportion. #B2ADDD ‘ nin web güvenlik rengi #9999CC (ya da #99C) dir.

RGB renk modeli

#B2ADDD color RGB value is (178,173,221).

  • kırmız ton 178;
  • yeşil ton 173;
  • mavi ton 221.
RGB:
(178,173,221)
(70%,68%,87%)

RGB bağlantıları ve doygunluk

R 178 of 255 = 70%
G 173 of 255 = 68%
B 221 of 255 = 87%

178
173
221

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

Yüzdelerle RGB renk parçaları

R + G + B =
178 + 173 + 221 = 572 (100%)
R 178 of 572 ~ 31.12%
G 173 of 572 ~ 30.24%
B 221 of 572 ~ 38.64%

%31.12
%30.24
%38.64

CMYK RENK MODELİ

#B2ADDD rengi CMYK tonu (19,22,0,13).

  • camgöbeği tonu 19.46%
  • eflatun tonu 21.72%
  • sarı tonu 0.00%
  • ana renk tonu 13.33%
CMYK:
(19,22,0,13)
C19M22Y0K13 
(19%,22%,0%,13%)
(0.19/0.22/0.00/0.13)	

CMYK yüzdeleri

%19.46
%21.72
%0
%13.33

Codes

Color #B2ADDD in popluar color models

B2ADDD
RGB178173221
HSL246°41.38%77.25%
HSB/HSV246°21.72%86.67%
CMYK19.46%21.72%0.00%
13.33%

Color #B2ADDD in popluar number systems.

HEXB2ADDD
Decimal178173221
Binary101100101010110111011101
Octal262255335

Shades and tints

Shades of #B2ADDD

#B2ADDD
(178,173,221)
#A29EC9
(162,158,201)
#928FB5
(146,143,181)
#8280A1
(130,128,161)
#72718D
(114,113,141)
#626279
(98,98,121)
#525365
(82,83,101)
#424451
(66,68,81)
#32353D
(50,53,61)
#222629
(34,38,41)
#121715
(18,23,21)
#000000
(0,0,0)

Tints of #B2ADDD

#B2ADDD
(178,173,221)
#B9B4E0
(185,180,224)
#C0BBE3
(192,187,227)
#C7C2E6
(199,194,230)
#CEC9E9
(206,201,233)
#D5D0EC
(213,208,236)
#DCD7EF
(220,215,239)
#E3DEF2
(227,222,242)
#EAE5F5
(234,229,245)
#F1ECF8
(241,236,248)
#F8F3FB
(248,243,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B2ADDD color. Also use rgb(178,173,221) instead hex code.

Text Font Color

.myTextColor { color: #B2ADDD; }

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

This text font color is #B2ADDD.


Background Color

.myBgColor { background-color: #B2ADDD; }

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

This div background color is #B2ADDD.


Border color

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

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

This div border color is #B2ADDD.


Opacity

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

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

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

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

This text has shadow with #B2ADDD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B2ADDD on black background.


Color preview on white background

This text has color #B2ADDD on white background.



Black color preview on #B2ADDD background

This text has black color on #B2ADDD background.


White color preview on #B2ADDD background

This text has white color on #B2ADDD background.