COLOR #B2AEDD

HEX: #B2AEDD
RGB: (178,174,221)

Renk bilgisi

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

RGB renk modeli

#B2AEDD color RGB value is (178,174,221).

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

RGB bağlantıları ve doygunluk

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

178
174
221

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

Yüzdelerle RGB renk parçaları

R + G + B =
178 + 174 + 221 = 573 (100%)
R 178 of 573 ~ 31.06%
G 174 of 573 ~ 30.37%
B 221 of 573 ~ 38.57%

%31.06
%30.37
%38.57

CMYK RENK MODELİ

#B2AEDD rengi CMYK tonu (19,21,0,13).

  • camgöbeği tonu 19.46%
  • eflatun tonu 21.27%
  • sarı tonu 0.00%
  • ana renk tonu 13.33%
CMYK:
(19,21,0,13)
C19M21Y0K13 
(19%,21%,0%,13%)
(0.19/0.21/0.00/0.13)	

CMYK yüzdeleri

%19.46
%21.27
%0
%13.33

Codes

Color #B2AEDD in popluar color models

B2AEDD
RGB178174221
HSL245°40.87%77.45%
HSB/HSV245°21.27%86.67%
CMYK19.46%21.27%0.00%
13.33%

Color #B2AEDD in popluar number systems.

HEXB2AEDD
Decimal178174221
Binary101100101010111011011101
Octal262256335

Shades and tints

Shades of #B2AEDD

#B2AEDD
(178,174,221)
#A29FC9
(162,159,201)
#9290B5
(146,144,181)
#8281A1
(130,129,161)
#72728D
(114,114,141)
#626379
(98,99,121)
#525465
(82,84,101)
#424551
(66,69,81)
#32363D
(50,54,61)
#222729
(34,39,41)
#121815
(18,24,21)
#000000
(0,0,0)

Tints of #B2AEDD

#B2AEDD
(178,174,221)
#B9B5E0
(185,181,224)
#C0BCE3
(192,188,227)
#C7C3E6
(199,195,230)
#CECAE9
(206,202,233)
#D5D1EC
(213,209,236)
#DCD8EF
(220,216,239)
#E3DFF2
(227,223,242)
#EAE6F5
(234,230,245)
#F1EDF8
(241,237,248)
#F8F4FB
(248,244,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B2AEDD; }

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

This text font color is #B2AEDD.


Background Color

.myBgColor { background-color: #B2AEDD; }

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

This div background color is #B2AEDD.


Border color

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

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

This div border color is #B2AEDD.


Opacity

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

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

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

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

This text has shadow with #B2AEDD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B2AEDD on black background.


Color preview on white background

This text has color #B2AEDD on white background.



Black color preview on #B2AEDD background

This text has black color on #B2AEDD background.


White color preview on #B2AEDD background

This text has white color on #B2AEDD background.