COLOR #B9AED5

HEX: #B9AED5
RGB: (185,174,213)

Renk bilgisi

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

RGB renk modeli

#B9AED5 color RGB value is (185,174,213).

  • kırmız ton 185;
  • yeşil ton 174;
  • mavi ton 213.
RGB:
(185,174,213)
(73%,68%,84%)

RGB bağlantıları ve doygunluk

R 185 of 255 = 73%
G 174 of 255 = 68%
B 213 of 255 = 84%

185
174
213

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

Yüzdelerle RGB renk parçaları

R + G + B =
185 + 174 + 213 = 572 (100%)
R 185 of 572 ~ 32.34%
G 174 of 572 ~ 30.42%
B 213 of 572 ~ 37.24%

%32.34
%30.42
%37.24

CMYK RENK MODELİ

#B9AED5 rengi CMYK tonu (13,18,0,16).

  • camgöbeği tonu 13.15%
  • eflatun tonu 18.31%
  • sarı tonu 0.00%
  • ana renk tonu 16.47%
CMYK:
(13,18,0,16)
C13M18Y0K16 
(13%,18%,0%,16%)
(0.13/0.18/0.00/0.16)	

CMYK yüzdeleri

%13.15
%18.31
%0
%16.47

Codes

Color #B9AED5 in popluar color models

B9AED5
RGB185174213
HSL257°31.71%75.88%
HSB/HSV257°18.31%83.53%
CMYK13.15%18.31%0.00%
16.47%

Color #B9AED5 in popluar number systems.

HEXB9AED5
Decimal185174213
Binary101110011010111011010101
Octal271256325

Shades and tints

Shades of #B9AED5

#B9AED5
(185,174,213)
#A99FC2
(169,159,194)
#9990AF
(153,144,175)
#89819C
(137,129,156)
#797289
(121,114,137)
#696376
(105,99,118)
#595463
(89,84,99)
#494550
(73,69,80)
#39363D
(57,54,61)
#29272A
(41,39,42)
#191817
(25,24,23)
#000000
(0,0,0)

Tints of #B9AED5

#B9AED5
(185,174,213)
#BFB5D8
(191,181,216)
#C5BCDB
(197,188,219)
#CBC3DE
(203,195,222)
#D1CAE1
(209,202,225)
#D7D1E4
(215,209,228)
#DDD8E7
(221,216,231)
#E3DFEA
(227,223,234)
#E9E6ED
(233,230,237)
#EFEDF0
(239,237,240)
#F5F4F3
(245,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B9AED5 color. Also use rgb(185,174,213) instead hex code.

Text Font Color

.myTextColor { color: #B9AED5; }

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

This text font color is #B9AED5.


Background Color

.myBgColor { background-color: #B9AED5; }

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

This div background color is #B9AED5.


Border color

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

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

This div border color is #B9AED5.


Opacity

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

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

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

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

This text has shadow with #B9AED5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B9AED5 on black background.


Color preview on white background

This text has color #B9AED5 on white background.



Black color preview on #B9AED5 background

This text has black color on #B9AED5 background.


White color preview on #B9AED5 background

This text has white color on #B9AED5 background.