COLOR #B4D2EA

HEX: #B4D2EA
RGB: (180,210,234)

Renk bilgisi

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

RGB renk modeli

#B4D2EA color RGB value is (180,210,234).

  • kırmız ton 180;
  • yeşil ton 210;
  • mavi ton 234.
RGB:
(180,210,234)
(71%,82%,92%)

RGB bağlantıları ve doygunluk

R 180 of 255 = 71%
G 210 of 255 = 82%
B 234 of 255 = 92%

180
210
234

R + G + B ~ 82%. #B4D2EA is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
180 + 210 + 234 = 624 (100%)
R 180 of 624 ~ 28.85%
G 210 of 624 ~ 33.65%
B 234 of 624 ~ 37.5%

%28.85
%33.65
%37.5

CMYK RENK MODELİ

#B4D2EA rengi CMYK tonu (23,10,0,8).

  • camgöbeği tonu 23.08%
  • eflatun tonu 10.26%
  • sarı tonu 0.00%
  • ana renk tonu 8.24%
CMYK:
(23,10,0,8)
C23M10Y0K8 
(23%,10%,0%,8%)
(0.23/0.10/0.00/0.08)	

CMYK yüzdeleri

%23.08
%10.26
%0
%8.24

Codes

Color #B4D2EA in popluar color models

B4D2EA
RGB180210234
HSL207°56.25%81.18%
HSB/HSV207°23.08%91.76%
CMYK23.08%10.26%0.00%
8.24%

Color #B4D2EA in popluar number systems.

HEXB4D2EA
Decimal180210234
Binary101101001101001011101010
Octal264322352

Shades and tints

Shades of #B4D2EA

#B4D2EA
(180,210,234)
#A4BFD5
(164,191,213)
#94ACC0
(148,172,192)
#8499AB
(132,153,171)
#748696
(116,134,150)
#647381
(100,115,129)
#54606C
(84,96,108)
#444D57
(68,77,87)
#343A42
(52,58,66)
#24272D
(36,39,45)
#141418
(20,20,24)
#000000
(0,0,0)

Tints of #B4D2EA

#B4D2EA
(180,210,234)
#BAD6EB
(186,214,235)
#C0DAEC
(192,218,236)
#C6DEED
(198,222,237)
#CCE2EE
(204,226,238)
#D2E6EF
(210,230,239)
#D8EAF0
(216,234,240)
#DEEEF1
(222,238,241)
#E4F2F2
(228,242,242)
#EAF6F3
(234,246,243)
#F0FAF4
(240,250,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B4D2EA color. Also use rgb(180,210,234) instead hex code.

Text Font Color

.myTextColor { color: #B4D2EA; }

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

This text font color is #B4D2EA.


Background Color

.myBgColor { background-color: #B4D2EA; }

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

This div background color is #B4D2EA.


Border color

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

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

This div border color is #B4D2EA.


Opacity

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

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

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

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

This text has shadow with #B4D2EA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B4D2EA on black background.


Color preview on white background

This text has color #B4D2EA on white background.



Black color preview on #B4D2EA background

This text has black color on #B4D2EA background.


White color preview on #B4D2EA background

This text has white color on #B4D2EA background.