COLOR #B7DBE2

HEX: #B7DBE2 RGB: (183,219,226)

Color info

#B7DBE2 contains red, green and blue colors in about the same proportion. Web safe color of #B7DBE2 is #CCCCCC (or #CCC).

RGB color model

#B7DBE2 color RGB value is (183,219,226).

RGB: (183,219,226) (72%, 86%, 89%)

RGB channels and saturation

R 183 of 255 = 72%
G 219 of 255 = 86%
B 226 of 255 = 89%

183
219
226

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

Portions of RGB colors in percentages

R + G + B = 183 + 219 + 226 = 628 (100%)
R 183 of 628 ~ 29.14%
G 219 of 628 ~ 34.87%
B 226 of 628 ~ 35.99'%

%29.14
%34.87
%35.99

CMYK color model

#B7DBE2 color CMYK value is (19,3,0,11).

  • cyan value is 19.03%
  • magenta value is 3.10%
  • yellow value is 0.00%
  • key color value is 11.37%

CMYK: (19,3,0,11)
C19M3Y0K11 (19%, 3%, 0%, 11%)
(0.19 / 0.03 / 0.00 / 0.11)

CMYK percentages

%19.03
%3.1
%0
%11.37

Codes

Color #B7DBE2 in popluar color models

B7 DB E2
RGB 183 219 226
HSL 190° 42.57% 80.20%
HSB/HSV 190° 19.03% 88.63%
CMYK 19.03% 3.10% 0.00%
11.37%

Color #B7DBE2 in popluar number systems.

HEX B7 DB E2
Decimal 183 219 226
Binary 10110111 11011011 11100010
Octal 267 333 342

Shades and tints

Shades of #B7DBE2

#B7DBE2
(183,219,226)
#A7C8CE
(167,200,206)
#97B5BA
(151,181,186)
#87A2A6
(135,162,166)
#778F92
(119,143,146)
#677C7E
(103,124,126)
#57696A
(87,105,106)
#475656
(71,86,86)
#374342
(55,67,66)
#27302E
(39,48,46)
#171D1A
(23,29,26)
#000000
(0,0,0)

Tints of #B7DBE2

#B7DBE2
(183,219,226)
#BDDEE4
(189,222,228)
#C3E1E6
(195,225,230)
#C9E4E8
(201,228,232)
#CFE7EA
(207,231,234)
#D5EAEC
(213,234,236)
#DBEDEE
(219,237,238)
#E1F0F0
(225,240,240)
#E7F3F2
(231,243,242)
#EDF6F4
(237,246,244)
#F3F9F6
(243,249,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B7DBE2 color. Also use rgb(183,219,226) instead hex code.

Text Font Color

.myTextColor { color: #B7DBE2; }

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

This text font color is #B7DBE2.

Background Color

.myBgColor { background-color: #B7DBE2; }

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

This div background color is #B7DBE2.

Border color

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

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

This div border color is #B7DBE2.

Opacity

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

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

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

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

This text has shadow with #B7DBE2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B7DBE2.

Preview

Color preview on black background

This text has color #B7DBE2 on black background.


Color preview on white background

This text has color #B7DBE2 on white background.


Black color preview on #B7DBE2 background

This text has black color on #B7DBE2 background.


White color preview on #B7DBE2 background

This text has white color on #B7DBE2 background.


Related colors

Complementary color

Complementary color for #hex is #48241D.


I love getcolorcode.com

Triadic colors

1 #E2B7DB and #DBE2B7 with #B7DBE2 are triadic colors.

2 #E2DBB7 and #DBB7E2 with #B7DBE2 are triadic colors.