COLOR #B9CCDC

HEX: #B9CCDC
RGB: (185,204,220)

Renk bilgisi

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

RGB renk modeli

#B9CCDC color RGB value is (185,204,220).

  • kırmız ton 185;
  • yeşil ton 204;
  • mavi ton 220.
RGB:
(185,204,220)
(73%,80%,86%)

RGB bağlantıları ve doygunluk

R 185 of 255 = 73%
G 204 of 255 = 80%
B 220 of 255 = 86%

185
204
220

R + G + B ~ 80%. #B9CCDC is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
185 + 204 + 220 = 609 (100%)
R 185 of 609 ~ 30.38%
G 204 of 609 ~ 33.5%
B 220 of 609 ~ 36.12%

%30.38
%33.5
%36.12

CMYK RENK MODELİ

#B9CCDC rengi CMYK tonu (16,7,0,14).

  • camgöbeği tonu 15.91%
  • eflatun tonu 7.27%
  • sarı tonu 0.00%
  • ana renk tonu 13.73%
CMYK:
(16,7,0,14)
C16M7Y0K14 
(16%,7%,0%,14%)
(0.16/0.07/0.00/0.14)	

CMYK yüzdeleri

%15.91
%7.27
%0
%13.73

Codes

Color #B9CCDC in popluar color models

B9CCDC
RGB185204220
HSL207°33.33%79.41%
HSB/HSV207°15.91%86.27%
CMYK15.91%7.27%0.00%
13.73%

Color #B9CCDC in popluar number systems.

HEXB9CCDC
Decimal185204220
Binary101110011100110011011100
Octal271314334

Shades and tints

Shades of #B9CCDC

#B9CCDC
(185,204,220)
#A9BAC8
(169,186,200)
#99A8B4
(153,168,180)
#8996A0
(137,150,160)
#79848C
(121,132,140)
#697278
(105,114,120)
#596064
(89,96,100)
#494E50
(73,78,80)
#393C3C
(57,60,60)
#292A28
(41,42,40)
#191814
(25,24,20)
#000000
(0,0,0)

Tints of #B9CCDC

#B9CCDC
(185,204,220)
#BFD0DF
(191,208,223)
#C5D4E2
(197,212,226)
#CBD8E5
(203,216,229)
#D1DCE8
(209,220,232)
#D7E0EB
(215,224,235)
#DDE4EE
(221,228,238)
#E3E8F1
(227,232,241)
#E9ECF4
(233,236,244)
#EFF0F7
(239,240,247)
#F5F4FA
(245,244,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B9CCDC color. Also use rgb(185,204,220) instead hex code.

Text Font Color

.myTextColor { color: #B9CCDC; }

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

This text font color is #B9CCDC.


Background Color

.myBgColor { background-color: #B9CCDC; }

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

This div background color is #B9CCDC.


Border color

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

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

This div border color is #B9CCDC.


Opacity

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

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

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

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

This text has shadow with #B9CCDC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B9CCDC on black background.


Color preview on white background

This text has color #B9CCDC on white background.



Black color preview on #B9CCDC background

This text has black color on #B9CCDC background.


White color preview on #B9CCDC background

This text has white color on #B9CCDC background.