COLOR #BBC6DC

HEX: #BBC6DC
RGB: (187,198,220)

Renk bilgisi

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

RGB renk modeli

#BBC6DC color RGB value is (187,198,220).

  • kırmız ton 187;
  • yeşil ton 198;
  • mavi ton 220.
RGB:
(187,198,220)
(73%,78%,86%)

RGB bağlantıları ve doygunluk

R 187 of 255 = 73%
G 198 of 255 = 78%
B 220 of 255 = 86%

187
198
220

R + G + B ~ 79%. #BBC6DC is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
187 + 198 + 220 = 605 (100%)
R 187 of 605 ~ 30.91%
G 198 of 605 ~ 32.73%
B 220 of 605 ~ 36.36%

%30.91
%32.73
%36.36

CMYK RENK MODELİ

#BBC6DC rengi CMYK tonu (15,10,0,14).

  • camgöbeği tonu 15.00%
  • eflatun tonu 10.00%
  • sarı tonu 0.00%
  • ana renk tonu 13.73%
CMYK:
(15,10,0,14)
C15M10Y0K14 
(15%,10%,0%,14%)
(0.15/0.10/0.00/0.14)	

CMYK yüzdeleri

%15
%10
%0
%13.73

Codes

Color #BBC6DC in popluar color models

BBC6DC
RGB187198220
HSL220°32.04%79.80%
HSB/HSV220°15.00%86.27%
CMYK15.00%10.00%0.00%
13.73%

Color #BBC6DC in popluar number systems.

HEXBBC6DC
Decimal187198220
Binary101110111100011011011100
Octal273306334

Shades and tints

Shades of #BBC6DC

#BBC6DC
(187,198,220)
#AAB4C8
(170,180,200)
#99A2B4
(153,162,180)
#8890A0
(136,144,160)
#777E8C
(119,126,140)
#666C78
(102,108,120)
#555A64
(85,90,100)
#444850
(68,72,80)
#33363C
(51,54,60)
#222428
(34,36,40)
#111214
(17,18,20)
#000000
(0,0,0)

Tints of #BBC6DC

#BBC6DC
(187,198,220)
#C1CBDF
(193,203,223)
#C7D0E2
(199,208,226)
#CDD5E5
(205,213,229)
#D3DAE8
(211,218,232)
#D9DFEB
(217,223,235)
#DFE4EE
(223,228,238)
#E5E9F1
(229,233,241)
#EBEEF4
(235,238,244)
#F1F3F7
(241,243,247)
#F7F8FA
(247,248,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BBC6DC color. Also use rgb(187,198,220) instead hex code.

Text Font Color

.myTextColor { color: #BBC6DC; }

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

This text font color is #BBC6DC.


Background Color

.myBgColor { background-color: #BBC6DC; }

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

This div background color is #BBC6DC.


Border color

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

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

This div border color is #BBC6DC.


Opacity

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

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

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

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

This text has shadow with #BBC6DC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BBC6DC on black background.


Color preview on white background

This text has color #BBC6DC on white background.



Black color preview on #BBC6DC background

This text has black color on #BBC6DC background.


White color preview on #BBC6DC background

This text has white color on #BBC6DC background.