COLOR #B0C4DD

HEX: #B0C4DD
RGB: (176,196,221)

Renk bilgisi

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

RGB renk modeli

#B0C4DD color RGB value is (176,196,221).

  • kırmız ton 176;
  • yeşil ton 196;
  • mavi ton 221.
RGB:
(176,196,221)
(69%,77%,87%)

RGB bağlantıları ve doygunluk

R 176 of 255 = 69%
G 196 of 255 = 77%
B 221 of 255 = 87%

176
196
221

R + G + B ~ 78%. #B0C4DD is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
176 + 196 + 221 = 593 (100%)
R 176 of 593 ~ 29.68%
G 196 of 593 ~ 33.05%
B 221 of 593 ~ 37.27%

%29.68
%33.05
%37.27

CMYK RENK MODELİ

#B0C4DD rengi CMYK tonu (20,11,0,13).

  • camgöbeği tonu 20.36%
  • eflatun tonu 11.31%
  • sarı tonu 0.00%
  • ana renk tonu 13.33%
CMYK:
(20,11,0,13)
C20M11Y0K13 
(20%,11%,0%,13%)
(0.20/0.11/0.00/0.13)	

CMYK yüzdeleri

%20.36
%11.31
%0
%13.33

Codes

Color #B0C4DD in popluar color models

B0C4DD
RGB176196221
HSL213°39.82%77.84%
HSB/HSV213°20.36%86.67%
CMYK20.36%11.31%0.00%
13.33%

Color #B0C4DD in popluar number systems.

HEXB0C4DD
Decimal176196221
Binary101100001100010011011101
Octal260304335

Shades and tints

Shades of #B0C4DD

#B0C4DD
(176,196,221)
#A0B3C9
(160,179,201)
#90A2B5
(144,162,181)
#8091A1
(128,145,161)
#70808D
(112,128,141)
#606F79
(96,111,121)
#505E65
(80,94,101)
#404D51
(64,77,81)
#303C3D
(48,60,61)
#202B29
(32,43,41)
#101A15
(16,26,21)
#000000
(0,0,0)

Tints of #B0C4DD

#B0C4DD
(176,196,221)
#B7C9E0
(183,201,224)
#BECEE3
(190,206,227)
#C5D3E6
(197,211,230)
#CCD8E9
(204,216,233)
#D3DDEC
(211,221,236)
#DAE2EF
(218,226,239)
#E1E7F2
(225,231,242)
#E8ECF5
(232,236,245)
#EFF1F8
(239,241,248)
#F6F6FB
(246,246,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B0C4DD color. Also use rgb(176,196,221) instead hex code.

Text Font Color

.myTextColor { color: #B0C4DD; }

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

This text font color is #B0C4DD.


Background Color

.myBgColor { background-color: #B0C4DD; }

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

This div background color is #B0C4DD.


Border color

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

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

This div border color is #B0C4DD.


Opacity

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

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

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

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

This text has shadow with #B0C4DD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B0C4DD on black background.


Color preview on white background

This text has color #B0C4DD on white background.



Black color preview on #B0C4DD background

This text has black color on #B0C4DD background.


White color preview on #B0C4DD background

This text has white color on #B0C4DD background.