COLOR #BBADD9

HEX: #BBADD9
RGB: (187,173,217)

Renk bilgisi

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

RGB renk modeli

#BBADD9 color RGB value is (187,173,217).

  • kırmız ton 187;
  • yeşil ton 173;
  • mavi ton 217.
RGB:
(187,173,217)
(73%,68%,85%)

RGB bağlantıları ve doygunluk

R 187 of 255 = 73%
G 173 of 255 = 68%
B 217 of 255 = 85%

187
173
217

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

Yüzdelerle RGB renk parçaları

R + G + B =
187 + 173 + 217 = 577 (100%)
R 187 of 577 ~ 32.41%
G 173 of 577 ~ 29.98%
B 217 of 577 ~ 37.61%

%32.41
%29.98
%37.61

CMYK RENK MODELİ

#BBADD9 rengi CMYK tonu (14,20,0,15).

  • camgöbeği tonu 13.82%
  • eflatun tonu 20.28%
  • sarı tonu 0.00%
  • ana renk tonu 14.90%
CMYK:
(14,20,0,15)
C14M20Y0K15 
(14%,20%,0%,15%)
(0.14/0.20/0.00/0.15)	

CMYK yüzdeleri

%13.82
%20.28
%0
%14.9

Codes

Color #BBADD9 in popluar color models

BBADD9
RGB187173217
HSL259°36.67%76.47%
HSB/HSV259°20.28%85.10%
CMYK13.82%20.28%0.00%
14.90%

Color #BBADD9 in popluar number systems.

HEXBBADD9
Decimal187173217
Binary101110111010110111011001
Octal273255331

Shades and tints

Shades of #BBADD9

#BBADD9
(187,173,217)
#AA9EC6
(170,158,198)
#998FB3
(153,143,179)
#8880A0
(136,128,160)
#77718D
(119,113,141)
#66627A
(102,98,122)
#555367
(85,83,103)
#444454
(68,68,84)
#333541
(51,53,65)
#22262E
(34,38,46)
#11171B
(17,23,27)
#000000
(0,0,0)

Tints of #BBADD9

#BBADD9
(187,173,217)
#C1B4DC
(193,180,220)
#C7BBDF
(199,187,223)
#CDC2E2
(205,194,226)
#D3C9E5
(211,201,229)
#D9D0E8
(217,208,232)
#DFD7EB
(223,215,235)
#E5DEEE
(229,222,238)
#EBE5F1
(235,229,241)
#F1ECF4
(241,236,244)
#F7F3F7
(247,243,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BBADD9 color. Also use rgb(187,173,217) instead hex code.

Text Font Color

.myTextColor { color: #BBADD9; }

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

This text font color is #BBADD9.


Background Color

.myBgColor { background-color: #BBADD9; }

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

This div background color is #BBADD9.


Border color

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

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

This div border color is #BBADD9.


Opacity

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

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

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

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

This text has shadow with #BBADD9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BBADD9 on black background.


Color preview on white background

This text has color #BBADD9 on white background.



Black color preview on #BBADD9 background

This text has black color on #BBADD9 background.


White color preview on #BBADD9 background

This text has white color on #BBADD9 background.