COLOR #B5C2DA

HEX: #B5C2DA
RGB: (181,194,218)

Renk bilgisi

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

RGB renk modeli

#B5C2DA color RGB value is (181,194,218).

  • kırmız ton 181;
  • yeşil ton 194;
  • mavi ton 218.
RGB:
(181,194,218)
(71%,76%,85%)

RGB bağlantıları ve doygunluk

R 181 of 255 = 71%
G 194 of 255 = 76%
B 218 of 255 = 85%

181
194
218

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

Yüzdelerle RGB renk parçaları

R + G + B =
181 + 194 + 218 = 593 (100%)
R 181 of 593 ~ 30.52%
G 194 of 593 ~ 32.72%
B 218 of 593 ~ 36.76%

%30.52
%32.72
%36.76

CMYK RENK MODELİ

#B5C2DA rengi CMYK tonu (17,11,0,15).

  • camgöbeği tonu 16.97%
  • eflatun tonu 11.01%
  • sarı tonu 0.00%
  • ana renk tonu 14.51%
CMYK:
(17,11,0,15)
C17M11Y0K15 
(17%,11%,0%,15%)
(0.17/0.11/0.00/0.15)	

CMYK yüzdeleri

%16.97
%11.01
%0
%14.51

Codes

Color #B5C2DA in popluar color models

B5C2DA
RGB181194218
HSL219°33.33%78.24%
HSB/HSV219°16.97%85.49%
CMYK16.97%11.01%0.00%
14.51%

Color #B5C2DA in popluar number systems.

HEXB5C2DA
Decimal181194218
Binary101101011100001011011010
Octal265302332

Shades and tints

Shades of #B5C2DA

#B5C2DA
(181,194,218)
#A5B1C7
(165,177,199)
#95A0B4
(149,160,180)
#858FA1
(133,143,161)
#757E8E
(117,126,142)
#656D7B
(101,109,123)
#555C68
(85,92,104)
#454B55
(69,75,85)
#353A42
(53,58,66)
#25292F
(37,41,47)
#15181C
(21,24,28)
#000000
(0,0,0)

Tints of #B5C2DA

#B5C2DA
(181,194,218)
#BBC7DD
(187,199,221)
#C1CCE0
(193,204,224)
#C7D1E3
(199,209,227)
#CDD6E6
(205,214,230)
#D3DBE9
(211,219,233)
#D9E0EC
(217,224,236)
#DFE5EF
(223,229,239)
#E5EAF2
(229,234,242)
#EBEFF5
(235,239,245)
#F1F4F8
(241,244,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B5C2DA color. Also use rgb(181,194,218) instead hex code.

Text Font Color

.myTextColor { color: #B5C2DA; }

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

This text font color is #B5C2DA.


Background Color

.myBgColor { background-color: #B5C2DA; }

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

This div background color is #B5C2DA.


Border color

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

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

This div border color is #B5C2DA.


Opacity

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

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

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

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

This text has shadow with #B5C2DA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B5C2DA on black background.


Color preview on white background

This text has color #B5C2DA on white background.



Black color preview on #B5C2DA background

This text has black color on #B5C2DA background.


White color preview on #B5C2DA background

This text has white color on #B5C2DA background.