COLOR #B4D0DD

HEX: #B4D0DD
RGB: (180,208,221)

Renk bilgisi

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

RGB renk modeli

#B4D0DD color RGB value is (180,208,221).

  • kırmız ton 180;
  • yeşil ton 208;
  • mavi ton 221.
RGB:
(180,208,221)
(71%,82%,87%)

RGB bağlantıları ve doygunluk

R 180 of 255 = 71%
G 208 of 255 = 82%
B 221 of 255 = 87%

180
208
221

R + G + B ~ 80%. #B4D0DD is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
180 + 208 + 221 = 609 (100%)
R 180 of 609 ~ 29.56%
G 208 of 609 ~ 34.15%
B 221 of 609 ~ 36.29%

%29.56
%34.15
%36.29

CMYK RENK MODELİ

#B4D0DD rengi CMYK tonu (19,6,0,13).

  • camgöbeği tonu 18.55%
  • eflatun tonu 5.88%
  • sarı tonu 0.00%
  • ana renk tonu 13.33%
CMYK:
(19,6,0,13)
C19M6Y0K13 
(19%,6%,0%,13%)
(0.19/0.06/0.00/0.13)	

CMYK yüzdeleri

%18.55
%5.88
%0
%13.33

Codes

Color #B4D0DD in popluar color models

B4D0DD
RGB180208221
HSL199°37.61%78.63%
HSB/HSV199°18.55%86.67%
CMYK18.55%5.88%0.00%
13.33%

Color #B4D0DD in popluar number systems.

HEXB4D0DD
Decimal180208221
Binary101101001101000011011101
Octal264320335

Shades and tints

Shades of #B4D0DD

#B4D0DD
(180,208,221)
#A4BEC9
(164,190,201)
#94ACB5
(148,172,181)
#849AA1
(132,154,161)
#74888D
(116,136,141)
#647679
(100,118,121)
#546465
(84,100,101)
#445251
(68,82,81)
#34403D
(52,64,61)
#242E29
(36,46,41)
#141C15
(20,28,21)
#000000
(0,0,0)

Tints of #B4D0DD

#B4D0DD
(180,208,221)
#BAD4E0
(186,212,224)
#C0D8E3
(192,216,227)
#C6DCE6
(198,220,230)
#CCE0E9
(204,224,233)
#D2E4EC
(210,228,236)
#D8E8EF
(216,232,239)
#DEECF2
(222,236,242)
#E4F0F5
(228,240,245)
#EAF4F8
(234,244,248)
#F0F8FB
(240,248,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B4D0DD color. Also use rgb(180,208,221) instead hex code.

Text Font Color

.myTextColor { color: #B4D0DD; }

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

This text font color is #B4D0DD.


Background Color

.myBgColor { background-color: #B4D0DD; }

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

This div background color is #B4D0DD.


Border color

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

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

This div border color is #B4D0DD.


Opacity

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

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

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

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

This text has shadow with #B4D0DD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B4D0DD on black background.


Color preview on white background

This text has color #B4D0DD on white background.



Black color preview on #B4D0DD background

This text has black color on #B4D0DD background.


White color preview on #B4D0DD background

This text has white color on #B4D0DD background.