COLOR #B4CEE6

HEX: #B4CEE6
RGB: (180,206,230)

Renk bilgisi

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

RGB renk modeli

#B4CEE6 color RGB value is (180,206,230).

  • kırmız ton 180;
  • yeşil ton 206;
  • mavi ton 230.
RGB:
(180,206,230)
(71%,81%,90%)

RGB bağlantıları ve doygunluk

R 180 of 255 = 71%
G 206 of 255 = 81%
B 230 of 255 = 90%

180
206
230

R + G + B ~ 81%. #B4CEE6 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
180 + 206 + 230 = 616 (100%)
R 180 of 616 ~ 29.22%
G 206 of 616 ~ 33.44%
B 230 of 616 ~ 37.34%

%29.22
%33.44
%37.34

CMYK RENK MODELİ

#B4CEE6 rengi CMYK tonu (22,10,0,10).

  • camgöbeği tonu 21.74%
  • eflatun tonu 10.43%
  • sarı tonu 0.00%
  • ana renk tonu 9.80%
CMYK:
(22,10,0,10)
C22M10Y0K10 
(22%,10%,0%,10%)
(0.22/0.10/0.00/0.10)	

CMYK yüzdeleri

%21.74
%10.43
%0
%9.8

Codes

Color #B4CEE6 in popluar color models

B4CEE6
RGB180206230
HSL209°50.00%80.39%
HSB/HSV209°21.74%90.20%
CMYK21.74%10.43%0.00%
9.80%

Color #B4CEE6 in popluar number systems.

HEXB4CEE6
Decimal180206230
Binary101101001100111011100110
Octal264316346

Shades and tints

Shades of #B4CEE6

#B4CEE6
(180,206,230)
#A4BCD2
(164,188,210)
#94AABE
(148,170,190)
#8498AA
(132,152,170)
#748696
(116,134,150)
#647482
(100,116,130)
#54626E
(84,98,110)
#44505A
(68,80,90)
#343E46
(52,62,70)
#242C32
(36,44,50)
#141A1E
(20,26,30)
#000000
(0,0,0)

Tints of #B4CEE6

#B4CEE6
(180,206,230)
#BAD2E8
(186,210,232)
#C0D6EA
(192,214,234)
#C6DAEC
(198,218,236)
#CCDEEE
(204,222,238)
#D2E2F0
(210,226,240)
#D8E6F2
(216,230,242)
#DEEAF4
(222,234,244)
#E4EEF6
(228,238,246)
#EAF2F8
(234,242,248)
#F0F6FA
(240,246,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B4CEE6 color. Also use rgb(180,206,230) instead hex code.

Text Font Color

.myTextColor { color: #B4CEE6; }

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

This text font color is #B4CEE6.


Background Color

.myBgColor { background-color: #B4CEE6; }

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

This div background color is #B4CEE6.


Border color

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

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

This div border color is #B4CEE6.


Opacity

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

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

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

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

This text has shadow with #B4CEE6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B4CEE6 on black background.


Color preview on white background

This text has color #B4CEE6 on white background.



Black color preview on #B4CEE6 background

This text has black color on #B4CEE6 background.


White color preview on #B4CEE6 background

This text has white color on #B4CEE6 background.