COLOR #B5C7E2

HEX: #B5C7E2
RGB: (181,199,226)

Renk bilgisi

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

RGB renk modeli

#B5C7E2 color RGB value is (181,199,226).

  • kırmız ton 181;
  • yeşil ton 199;
  • mavi ton 226.
RGB:
(181,199,226)
(71%,78%,89%)

RGB bağlantıları ve doygunluk

R 181 of 255 = 71%
G 199 of 255 = 78%
B 226 of 255 = 89%

181
199
226

R + G + B ~ 79%. #B5C7E2 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
181 + 199 + 226 = 606 (100%)
R 181 of 606 ~ 29.87%
G 199 of 606 ~ 32.84%
B 226 of 606 ~ 37.29%

%29.87
%32.84
%37.29

CMYK RENK MODELİ

#B5C7E2 rengi CMYK tonu (20,12,0,11).

  • camgöbeği tonu 19.91%
  • eflatun tonu 11.95%
  • sarı tonu 0.00%
  • ana renk tonu 11.37%
CMYK:
(20,12,0,11)
C20M12Y0K11 
(20%,12%,0%,11%)
(0.20/0.12/0.00/0.11)	

CMYK yüzdeleri

%19.91
%11.95
%0
%11.37

Codes

Color #B5C7E2 in popluar color models

B5C7E2
RGB181199226
HSL216°43.69%79.80%
HSB/HSV216°19.91%88.63%
CMYK19.91%11.95%0.00%
11.37%

Color #B5C7E2 in popluar number systems.

HEXB5C7E2
Decimal181199226
Binary101101011100011111100010
Octal265307342

Shades and tints

Shades of #B5C7E2

#B5C7E2
(181,199,226)
#A5B5CE
(165,181,206)
#95A3BA
(149,163,186)
#8591A6
(133,145,166)
#757F92
(117,127,146)
#656D7E
(101,109,126)
#555B6A
(85,91,106)
#454956
(69,73,86)
#353742
(53,55,66)
#25252E
(37,37,46)
#15131A
(21,19,26)
#000000
(0,0,0)

Tints of #B5C7E2

#B5C7E2
(181,199,226)
#BBCCE4
(187,204,228)
#C1D1E6
(193,209,230)
#C7D6E8
(199,214,232)
#CDDBEA
(205,219,234)
#D3E0EC
(211,224,236)
#D9E5EE
(217,229,238)
#DFEAF0
(223,234,240)
#E5EFF2
(229,239,242)
#EBF4F4
(235,244,244)
#F1F9F6
(241,249,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B5C7E2 color. Also use rgb(181,199,226) instead hex code.

Text Font Color

.myTextColor { color: #B5C7E2; }

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

This text font color is #B5C7E2.


Background Color

.myBgColor { background-color: #B5C7E2; }

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

This div background color is #B5C7E2.


Border color

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

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

This div border color is #B5C7E2.


Opacity

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

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

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

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

This text has shadow with #B5C7E2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B5C7E2 on black background.


Color preview on white background

This text has color #B5C7E2 on white background.



Black color preview on #B5C7E2 background

This text has black color on #B5C7E2 background.


White color preview on #B5C7E2 background

This text has white color on #B5C7E2 background.