COLOR #B2C5DA

HEX: #B2C5DA
RGB: (178,197,218)

Renk bilgisi

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

RGB renk modeli

#B2C5DA color RGB value is (178,197,218).

  • kırmız ton 178;
  • yeşil ton 197;
  • mavi ton 218.
RGB:
(178,197,218)
(70%,77%,85%)

RGB bağlantıları ve doygunluk

R 178 of 255 = 70%
G 197 of 255 = 77%
B 218 of 255 = 85%

178
197
218

R + G + B ~ 77%. #B2C5DA is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
178 + 197 + 218 = 593 (100%)
R 178 of 593 ~ 30.02%
G 197 of 593 ~ 33.22%
B 218 of 593 ~ 36.76%

%30.02
%33.22
%36.76

CMYK RENK MODELİ

#B2C5DA rengi CMYK tonu (18,10,0,15).

  • camgöbeği tonu 18.35%
  • eflatun tonu 9.63%
  • sarı tonu 0.00%
  • ana renk tonu 14.51%
CMYK:
(18,10,0,15)
C18M10Y0K15 
(18%,10%,0%,15%)
(0.18/0.10/0.00/0.15)	

CMYK yüzdeleri

%18.35
%9.63
%0
%14.51

Codes

Color #B2C5DA in popluar color models

B2C5DA
RGB178197218
HSL212°35.09%77.65%
HSB/HSV212°18.35%85.49%
CMYK18.35%9.63%0.00%
14.51%

Color #B2C5DA in popluar number systems.

HEXB2C5DA
Decimal178197218
Binary101100101100010111011010
Octal262305332

Shades and tints

Shades of #B2C5DA

#B2C5DA
(178,197,218)
#A2B4C7
(162,180,199)
#92A3B4
(146,163,180)
#8292A1
(130,146,161)
#72818E
(114,129,142)
#62707B
(98,112,123)
#525F68
(82,95,104)
#424E55
(66,78,85)
#323D42
(50,61,66)
#222C2F
(34,44,47)
#121B1C
(18,27,28)
#000000
(0,0,0)

Tints of #B2C5DA

#B2C5DA
(178,197,218)
#B9CADD
(185,202,221)
#C0CFE0
(192,207,224)
#C7D4E3
(199,212,227)
#CED9E6
(206,217,230)
#D5DEE9
(213,222,233)
#DCE3EC
(220,227,236)
#E3E8EF
(227,232,239)
#EAEDF2
(234,237,242)
#F1F2F5
(241,242,245)
#F8F7F8
(248,247,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B2C5DA color. Also use rgb(178,197,218) instead hex code.

Text Font Color

.myTextColor { color: #B2C5DA; }

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

This text font color is #B2C5DA.


Background Color

.myBgColor { background-color: #B2C5DA; }

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

This div background color is #B2C5DA.


Border color

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

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

This div border color is #B2C5DA.


Opacity

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

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

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

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

This text has shadow with #B2C5DA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B2C5DA on black background.


Color preview on white background

This text has color #B2C5DA on white background.



Black color preview on #B2C5DA background

This text has black color on #B2C5DA background.


White color preview on #B2C5DA background

This text has white color on #B2C5DA background.