COLOR #B4CEEB

HEX: #B4CEEB
RGB: (180,206,235)

Renk bilgisi

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

RGB renk modeli

#B4CEEB color RGB value is (180,206,235).

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

RGB bağlantıları ve doygunluk

R 180 of 255 = 71%
G 206 of 255 = 81%
B 235 of 255 = 92%

180
206
235

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

Yüzdelerle RGB renk parçaları

R + G + B =
180 + 206 + 235 = 621 (100%)
R 180 of 621 ~ 28.99%
G 206 of 621 ~ 33.17%
B 235 of 621 ~ 37.84%

%28.99
%33.17
%37.84

CMYK RENK MODELİ

#B4CEEB rengi CMYK tonu (23,12,0,8).

  • camgöbeği tonu 23.40%
  • eflatun tonu 12.34%
  • sarı tonu 0.00%
  • ana renk tonu 7.84%
CMYK:
(23,12,0,8)
C23M12Y0K8 
(23%,12%,0%,8%)
(0.23/0.12/0.00/0.08)	

CMYK yüzdeleri

%23.4
%12.34
%0
%7.84

Codes

Color #B4CEEB in popluar color models

B4CEEB
RGB180206235
HSL212°57.89%81.37%
HSB/HSV212°23.40%92.16%
CMYK23.40%12.34%0.00%
7.84%

Color #B4CEEB in popluar number systems.

HEXB4CEEB
Decimal180206235
Binary101101001100111011101011
Octal264316353

Shades and tints

Shades of #B4CEEB

#B4CEEB
(180,206,235)
#A4BCD6
(164,188,214)
#94AAC1
(148,170,193)
#8498AC
(132,152,172)
#748697
(116,134,151)
#647482
(100,116,130)
#54626D
(84,98,109)
#445058
(68,80,88)
#343E43
(52,62,67)
#242C2E
(36,44,46)
#141A19
(20,26,25)
#000000
(0,0,0)

Tints of #B4CEEB

#B4CEEB
(180,206,235)
#BAD2EC
(186,210,236)
#C0D6ED
(192,214,237)
#C6DAEE
(198,218,238)
#CCDEEF
(204,222,239)
#D2E2F0
(210,226,240)
#D8E6F1
(216,230,241)
#DEEAF2
(222,234,242)
#E4EEF3
(228,238,243)
#EAF2F4
(234,242,244)
#F0F6F5
(240,246,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B4CEEB; }

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

This text font color is #B4CEEB.


Background Color

.myBgColor { background-color: #B4CEEB; }

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

This div background color is #B4CEEB.


Border color

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

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

This div border color is #B4CEEB.


Opacity

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

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

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

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

This text has shadow with #B4CEEB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B4CEEB on black background.


Color preview on white background

This text has color #B4CEEB on white background.



Black color preview on #B4CEEB background

This text has black color on #B4CEEB background.


White color preview on #B4CEEB background

This text has white color on #B4CEEB background.