COLOR #B1D3E1

HEX: #B1D3E1 RGB: (177,211,225)

Renk bilgisi

#B1D3E1 contains red, green and blue colors in about the same proportion. #B1D3E1 ‘ nin web güvenlik rengi #99CCCC (ya da #9CC) dir.

RGB renk modeli

#B1D3E1 color RGB value is (177,211,225).

RGB: (177,211,225) (69%, 83%, 88%)

RGB bağlantıları ve doygunluk

R 177 of 255 = 69%
G 211 of 255 = 83%
B 225 of 255 = 88%

177
211
225

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

Yüzdelerle RGB renk parçaları

R + G + B = 177 + 211 + 225 = 613 (100%)
R 177 of 613 ~ 28.87%
G 211 of 613 ~ 34.42%
B 225 of 613 ~ 36.7'%

%28.87
%34.42
%36.7

CMYK RENK MODELİ

#B1D3E1 rengi CMYK tonu (21,6,0,12).

  • camgöbeği tonu 21.33%
  • eflatun tonu 6.22%
  • sarı tonu 0.00%
  • ana renk tonu 11.76%

CMYK: (21,6,0,12)
C21M6Y0K12 (21%, 6%, 0%, 12%)
(0.21 / 0.06 / 0.00 / 0.12)

CMYK yüzdeleri

%21.33
%6.22
%0
%11.76

Codes

Color #B1D3E1 in popluar color models

B1 D3 E1
RGB 177 211 225
HSL 198° 44.44% 78.82%
HSB/HSV 198° 21.33% 88.24%
CMYK 21.33% 6.22% 0.00%
11.76%

Color #B1D3E1 in popluar number systems.

HEX B1 D3 E1
Decimal 177 211 225
Binary 10110001 11010011 11100001
Octal 261 323 341

Shades and tints

Shades of #B1D3E1

#B1D3E1
(177,211,225)
#A1C0CD
(161,192,205)
#91ADB9
(145,173,185)
#819AA5
(129,154,165)
#718791
(113,135,145)
#61747D
(97,116,125)
#516169
(81,97,105)
#414E55
(65,78,85)
#313B41
(49,59,65)
#21282D
(33,40,45)
#111519
(17,21,25)
#000000
(0,0,0)

Tints of #B1D3E1

#B1D3E1
(177,211,225)
#B8D7E3
(184,215,227)
#BFDBE5
(191,219,229)
#C6DFE7
(198,223,231)
#CDE3E9
(205,227,233)
#D4E7EB
(212,231,235)
#DBEBED
(219,235,237)
#E2EFEF
(226,239,239)
#E9F3F1
(233,243,241)
#F0F7F3
(240,247,243)
#F7FBF5
(247,251,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B1D3E1 color. Also use rgb(177,211,225) instead hex code.

Text Font Color

.myTextColor { color: #B1D3E1; }

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

This text font color is #B1D3E1.

Background Color

.myBgColor { background-color: #B1D3E1; }

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

This div background color is #B1D3E1.

Border color

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

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

This div border color is #B1D3E1.

Opacity

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

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

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

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

This text has shadow with #B1D3E1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B1D3E1.

Preview

Color preview on black background

This text has color #B1D3E1 on black background.


Color preview on white background

This text has color #B1D3E1 on white background.


Black color preview on #B1D3E1 background

This text has black color on #B1D3E1 background.


White color preview on #B1D3E1 background

This text has white color on #B1D3E1 background.


Related colors

Complementary color

Complementary color for #hex is #4E2C1E.


I love getcolorcode.com

Triadic colors

1 #E1B1D3 and #D3E1B1 with #B1D3E1 are triadic colors.

2 #E1D3B1 and #D3B1E1 with #B1D3E1 are triadic colors.