COLOR #B5D2ED

HEX: #B5D2ED
RGB: (181,210,237)

Renk bilgisi

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

RGB renk modeli

#B5D2ED color RGB value is (181,210,237).

  • kırmız ton 181;
  • yeşil ton 210;
  • mavi ton 237.
RGB:
(181,210,237)
(71%,82%,93%)

RGB bağlantıları ve doygunluk

R 181 of 255 = 71%
G 210 of 255 = 82%
B 237 of 255 = 93%

181
210
237

R + G + B ~ 82%. #B5D2ED is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
181 + 210 + 237 = 628 (100%)
R 181 of 628 ~ 28.82%
G 210 of 628 ~ 33.44%
B 237 of 628 ~ 37.74%

%28.82
%33.44
%37.74

CMYK RENK MODELİ

#B5D2ED rengi CMYK tonu (24,11,0,7).

  • camgöbeği tonu 23.63%
  • eflatun tonu 11.39%
  • sarı tonu 0.00%
  • ana renk tonu 7.06%
CMYK:
(24,11,0,7)
C24M11Y0K7 
(24%,11%,0%,7%)
(0.24/0.11/0.00/0.07)	

CMYK yüzdeleri

%23.63
%11.39
%0
%7.06

Codes

Color #B5D2ED in popluar color models

B5D2ED
RGB181210237
HSL209°60.87%81.96%
HSB/HSV209°23.63%92.94%
CMYK23.63%11.39%0.00%
7.06%

Color #B5D2ED in popluar number systems.

HEXB5D2ED
Decimal181210237
Binary101101011101001011101101
Octal265322355

Shades and tints

Shades of #B5D2ED

#B5D2ED
(181,210,237)
#A5BFD8
(165,191,216)
#95ACC3
(149,172,195)
#8599AE
(133,153,174)
#758699
(117,134,153)
#657384
(101,115,132)
#55606F
(85,96,111)
#454D5A
(69,77,90)
#353A45
(53,58,69)
#252730
(37,39,48)
#15141B
(21,20,27)
#000000
(0,0,0)

Tints of #B5D2ED

#B5D2ED
(181,210,237)
#BBD6EE
(187,214,238)
#C1DAEF
(193,218,239)
#C7DEF0
(199,222,240)
#CDE2F1
(205,226,241)
#D3E6F2
(211,230,242)
#D9EAF3
(217,234,243)
#DFEEF4
(223,238,244)
#E5F2F5
(229,242,245)
#EBF6F6
(235,246,246)
#F1FAF7
(241,250,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B5D2ED color. Also use rgb(181,210,237) instead hex code.

Text Font Color

.myTextColor { color: #B5D2ED; }

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

This text font color is #B5D2ED.


Background Color

.myBgColor { background-color: #B5D2ED; }

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

This div background color is #B5D2ED.


Border color

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

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

This div border color is #B5D2ED.


Opacity

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

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

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

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

This text has shadow with #B5D2ED color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B5D2ED on black background.


Color preview on white background

This text has color #B5D2ED on white background.



Black color preview on #B5D2ED background

This text has black color on #B5D2ED background.


White color preview on #B5D2ED background

This text has white color on #B5D2ED background.