COLOR #B4D5DE

HEX: #B4D5DE
RGB: (180,213,222)

Renk bilgisi

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

RGB renk modeli

#B4D5DE color RGB value is (180,213,222).

  • kırmız ton 180;
  • yeşil ton 213;
  • mavi ton 222.
RGB:
(180,213,222)
(71%,84%,87%)

RGB bağlantıları ve doygunluk

R 180 of 255 = 71%
G 213 of 255 = 84%
B 222 of 255 = 87%

180
213
222

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

Yüzdelerle RGB renk parçaları

R + G + B =
180 + 213 + 222 = 615 (100%)
R 180 of 615 ~ 29.27%
G 213 of 615 ~ 34.63%
B 222 of 615 ~ 36.1%

%29.27
%34.63
%36.1

CMYK RENK MODELİ

#B4D5DE rengi CMYK tonu (19,4,0,13).

  • camgöbeği tonu 18.92%
  • eflatun tonu 4.05%
  • sarı tonu 0.00%
  • ana renk tonu 12.94%
CMYK:
(19,4,0,13)
C19M4Y0K13 
(19%,4%,0%,13%)
(0.19/0.04/0.00/0.13)	

CMYK yüzdeleri

%18.92
%4.05
%0
%12.94

Codes

Color #B4D5DE in popluar color models

B4D5DE
RGB180213222
HSL193°38.89%78.82%
HSB/HSV193°18.92%87.06%
CMYK18.92%4.05%0.00%
12.94%

Color #B4D5DE in popluar number systems.

HEXB4D5DE
Decimal180213222
Binary101101001101010111011110
Octal264325336

Shades and tints

Shades of #B4D5DE

#B4D5DE
(180,213,222)
#A4C2CA
(164,194,202)
#94AFB6
(148,175,182)
#849CA2
(132,156,162)
#74898E
(116,137,142)
#64767A
(100,118,122)
#546366
(84,99,102)
#445052
(68,80,82)
#343D3E
(52,61,62)
#242A2A
(36,42,42)
#141716
(20,23,22)
#000000
(0,0,0)

Tints of #B4D5DE

#B4D5DE
(180,213,222)
#BAD8E1
(186,216,225)
#C0DBE4
(192,219,228)
#C6DEE7
(198,222,231)
#CCE1EA
(204,225,234)
#D2E4ED
(210,228,237)
#D8E7F0
(216,231,240)
#DEEAF3
(222,234,243)
#E4EDF6
(228,237,246)
#EAF0F9
(234,240,249)
#F0F3FC
(240,243,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B4D5DE color. Also use rgb(180,213,222) instead hex code.

Text Font Color

.myTextColor { color: #B4D5DE; }

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

This text font color is #B4D5DE.


Background Color

.myBgColor { background-color: #B4D5DE; }

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

This div background color is #B4D5DE.


Border color

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

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

This div border color is #B4D5DE.


Opacity

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

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

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

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

This text has shadow with #B4D5DE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B4D5DE on black background.


Color preview on white background

This text has color #B4D5DE on white background.



Black color preview on #B4D5DE background

This text has black color on #B4D5DE background.


White color preview on #B4D5DE background

This text has white color on #B4D5DE background.