COLOR #B5C9CC

HEX: #B5C9CC
RGB: (181,201,204)

Renk bilgisi

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

RGB renk modeli

#B5C9CC color RGB value is (181,201,204).

  • kırmız ton 181;
  • yeşil ton 201;
  • mavi ton 204.
RGB:
(181,201,204)
(71%,79%,80%)

RGB bağlantıları ve doygunluk

R 181 of 255 = 71%
G 201 of 255 = 79%
B 204 of 255 = 80%

181
201
204

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

Yüzdelerle RGB renk parçaları

R + G + B =
181 + 201 + 204 = 586 (100%)
R 181 of 586 ~ 30.89%
G 201 of 586 ~ 34.3%
B 204 of 586 ~ 34.81%

%30.89
%34.3
%34.81

CMYK RENK MODELİ

#B5C9CC rengi CMYK tonu (11,1,0,20).

  • camgöbeği tonu 11.27%
  • eflatun tonu 1.47%
  • sarı tonu 0.00%
  • ana renk tonu 20.00%
CMYK:
(11,1,0,20)
C11M1Y0K20 
(11%,1%,0%,20%)
(0.11/0.01/0.00/0.20)	

CMYK yüzdeleri

%11.27
%1.47
%0
%20

Codes

Color #B5C9CC in popluar color models

B5C9CC
RGB181201204
HSL188°18.40%75.49%
HSB/HSV188°11.27%80.00%
CMYK11.27%1.47%0.00%
20.00%

Color #B5C9CC in popluar number systems.

HEXB5C9CC
Decimal181201204
Binary101101011100100111001100
Octal265311314

Shades and tints

Shades of #B5C9CC

#B5C9CC
(181,201,204)
#A5B7BA
(165,183,186)
#95A5A8
(149,165,168)
#859396
(133,147,150)
#758184
(117,129,132)
#656F72
(101,111,114)
#555D60
(85,93,96)
#454B4E
(69,75,78)
#35393C
(53,57,60)
#25272A
(37,39,42)
#151518
(21,21,24)
#000000
(0,0,0)

Tints of #B5C9CC

#B5C9CC
(181,201,204)
#BBCDD0
(187,205,208)
#C1D1D4
(193,209,212)
#C7D5D8
(199,213,216)
#CDD9DC
(205,217,220)
#D3DDE0
(211,221,224)
#D9E1E4
(217,225,228)
#DFE5E8
(223,229,232)
#E5E9EC
(229,233,236)
#EBEDF0
(235,237,240)
#F1F1F4
(241,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B5C9CC color. Also use rgb(181,201,204) instead hex code.

Text Font Color

.myTextColor { color: #B5C9CC; }

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

This text font color is #B5C9CC.


Background Color

.myBgColor { background-color: #B5C9CC; }

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

This div background color is #B5C9CC.


Border color

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

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

This div border color is #B5C9CC.


Opacity

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

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

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

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

This text has shadow with #B5C9CC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B5C9CC on black background.


Color preview on white background

This text has color #B5C9CC on white background.



Black color preview on #B5C9CC background

This text has black color on #B5C9CC background.


White color preview on #B5C9CC background

This text has white color on #B5C9CC background.