COLOR #B4D2D5

HEX: #B4D2D5
RGB: (180,210,213)

Renk bilgisi

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

RGB renk modeli

#B4D2D5 color RGB value is (180,210,213).

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

RGB bağlantıları ve doygunluk

R 180 of 255 = 71%
G 210 of 255 = 82%
B 213 of 255 = 84%

180
210
213

R + G + B ~ 79%. #B4D2D5 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
180 + 210 + 213 = 603 (100%)
R 180 of 603 ~ 29.85%
G 210 of 603 ~ 34.83%
B 213 of 603 ~ 35.32%

%29.85
%34.83
%35.32

CMYK RENK MODELİ

#B4D2D5 rengi CMYK tonu (15,1,0,16).

  • camgöbeği tonu 15.49%
  • eflatun tonu 1.41%
  • sarı tonu 0.00%
  • ana renk tonu 16.47%
CMYK:
(15,1,0,16)
C15M1Y0K16 
(15%,1%,0%,16%)
(0.15/0.01/0.00/0.16)	

CMYK yüzdeleri

%15.49
%1.41
%0
%16.47

Codes

Color #B4D2D5 in popluar color models

B4D2D5
RGB180210213
HSL185°28.21%77.06%
HSB/HSV185°15.49%83.53%
CMYK15.49%1.41%0.00%
16.47%

Color #B4D2D5 in popluar number systems.

HEXB4D2D5
Decimal180210213
Binary101101001101001011010101
Octal264322325

Shades and tints

Shades of #B4D2D5

#B4D2D5
(180,210,213)
#A4BFC2
(164,191,194)
#94ACAF
(148,172,175)
#84999C
(132,153,156)
#748689
(116,134,137)
#647376
(100,115,118)
#546063
(84,96,99)
#444D50
(68,77,80)
#343A3D
(52,58,61)
#24272A
(36,39,42)
#141417
(20,20,23)
#000000
(0,0,0)

Tints of #B4D2D5

#B4D2D5
(180,210,213)
#BAD6D8
(186,214,216)
#C0DADB
(192,218,219)
#C6DEDE
(198,222,222)
#CCE2E1
(204,226,225)
#D2E6E4
(210,230,228)
#D8EAE7
(216,234,231)
#DEEEEA
(222,238,234)
#E4F2ED
(228,242,237)
#EAF6F0
(234,246,240)
#F0FAF3
(240,250,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B4D2D5; }

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

This text font color is #B4D2D5.


Background Color

.myBgColor { background-color: #B4D2D5; }

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

This div background color is #B4D2D5.


Border color

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

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

This div border color is #B4D2D5.


Opacity

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

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

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

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

This text has shadow with #B4D2D5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B4D2D5 on black background.


Color preview on white background

This text has color #B4D2D5 on white background.



Black color preview on #B4D2D5 background

This text has black color on #B4D2D5 background.


White color preview on #B4D2D5 background

This text has white color on #B4D2D5 background.