COLOR #B5C5ED

HEX: #B5C5ED
RGB: (181,197,237)

Renk bilgisi

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

RGB renk modeli

#B5C5ED color RGB value is (181,197,237).

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

RGB bağlantıları ve doygunluk

R 181 of 255 = 71%
G 197 of 255 = 77%
B 237 of 255 = 93%

181
197
237

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

Yüzdelerle RGB renk parçaları

R + G + B =
181 + 197 + 237 = 615 (100%)
R 181 of 615 ~ 29.43%
G 197 of 615 ~ 32.03%
B 237 of 615 ~ 38.54%

%29.43
%32.03
%38.54

CMYK RENK MODELİ

#B5C5ED rengi CMYK tonu (24,17,0,7).

  • camgöbeği tonu 23.63%
  • eflatun tonu 16.88%
  • sarı tonu 0.00%
  • ana renk tonu 7.06%
CMYK:
(24,17,0,7)
C24M17Y0K7 
(24%,17%,0%,7%)
(0.24/0.17/0.00/0.07)	

CMYK yüzdeleri

%23.63
%16.88
%0
%7.06

Codes

Color #B5C5ED in popluar color models

B5C5ED
RGB181197237
HSL223°60.87%81.96%
HSB/HSV223°23.63%92.94%
CMYK23.63%16.88%0.00%
7.06%

Color #B5C5ED in popluar number systems.

HEXB5C5ED
Decimal181197237
Binary101101011100010111101101
Octal265305355

Shades and tints

Shades of #B5C5ED

#B5C5ED
(181,197,237)
#A5B4D8
(165,180,216)
#95A3C3
(149,163,195)
#8592AE
(133,146,174)
#758199
(117,129,153)
#657084
(101,112,132)
#555F6F
(85,95,111)
#454E5A
(69,78,90)
#353D45
(53,61,69)
#252C30
(37,44,48)
#151B1B
(21,27,27)
#000000
(0,0,0)

Tints of #B5C5ED

#B5C5ED
(181,197,237)
#BBCAEE
(187,202,238)
#C1CFEF
(193,207,239)
#C7D4F0
(199,212,240)
#CDD9F1
(205,217,241)
#D3DEF2
(211,222,242)
#D9E3F3
(217,227,243)
#DFE8F4
(223,232,244)
#E5EDF5
(229,237,245)
#EBF2F6
(235,242,246)
#F1F7F7
(241,247,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B5C5ED; }

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

This text font color is #B5C5ED.


Background Color

.myBgColor { background-color: #B5C5ED; }

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

This div background color is #B5C5ED.


Border color

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

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

This div border color is #B5C5ED.


Opacity

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

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

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

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

This text has shadow with #B5C5ED color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B5C5ED on black background.


Color preview on white background

This text has color #B5C5ED on white background.



Black color preview on #B5C5ED background

This text has black color on #B5C5ED background.


White color preview on #B5C5ED background

This text has white color on #B5C5ED background.