COLOR #B5DBEE

HEX: #B5DBEE RGB: (181,219,238)

Color info

#B5DBEE contains red, green and blue colors in about the same proportion. Web safe color of #B5DBEE is #CCCCFF (or #CCF).

RGB color model

#B5DBEE color RGB value is (181,219,238).

RGB: (181,219,238) (71%, 86%, 93%)

RGB channels and saturation

R 181 of 255 = 71%
G 219 of 255 = 86%
B 238 of 255 = 93%

181
219
238

R + G + B ~ 83%. #B5DBEE is quite light color.

Portions of RGB colors in percentages

R + G + B = 181 + 219 + 238 = 638 (100%)
R 181 of 638 ~ 28.37%
G 219 of 638 ~ 34.33%
B 238 of 638 ~ 37.3'%

%28.37
%34.33
%37.3

CMYK color model

#B5DBEE color CMYK value is (24,8,0,7).

  • cyan value is 23.95%
  • magenta value is 7.98%
  • yellow value is 0.00%
  • key color value is 6.67%
CMYK: (24,8,0,7) C24M8Y0K7 (24%,8%,0%,7%) (0.24/0.08/0.00/0.07) 

CMYK percentages

%23.95
%7.98
%0
%6.67

Codes

Color #B5DBEE in popluar color models

B5 DB EE
RGB 181 219 238
HSL 200° 62.64% 82.16%
HSB/HSV 200° 23.95% 93.33%
CMYK 23.95% 7.98% 0.00%
6.67%

Color #B5DBEE in popluar number systems.

HEX B5 DB EE
Decimal 181 219 238
Binary 10110101 11011011 11101110
Octal 265 333 356

Shades and tints

Shades of #B5DBEE

#B5DBEE
(181,219,238)
#A5C8D9
(165,200,217)
#95B5C4
(149,181,196)
#85A2AF
(133,162,175)
#758F9A
(117,143,154)
#657C85
(101,124,133)
#556970
(85,105,112)
#45565B
(69,86,91)
#354346
(53,67,70)
#253031
(37,48,49)
#151D1C
(21,29,28)
#000000
(0,0,0)

Tints of #B5DBEE

#B5DBEE
(181,219,238)
#BBDEEF
(187,222,239)
#C1E1F0
(193,225,240)
#C7E4F1
(199,228,241)
#CDE7F2
(205,231,242)
#D3EAF3
(211,234,243)
#D9EDF4
(217,237,244)
#DFF0F5
(223,240,245)
#E5F3F6
(229,243,246)
#EBF6F7
(235,246,247)
#F1F9F8
(241,249,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B5DBEE color. Also use rgb(181,219,238) instead hex code.

Text Font Color

.myTextColor { color: #B5DBEE; }

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

This text font color is #B5DBEE.

Background Color

.myBgColor { background-color: #B5DBEE; }

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

This div background color is #B5DBEE.

Border color

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

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

This div border color is #B5DBEE.

Opacity

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

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

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

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

This text has shadow with #B5DBEE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B5DBEE.

Preview

Color preview on black background

This text has color #B5DBEE on black background.


Color preview on white background

This text has color #B5DBEE on white background.


Black color preview on #B5DBEE background

This text has black color on #B5DBEE background.


White color preview on #B5DBEE background

This text has white color on #B5DBEE background.


Related colors

Complementary color

Complementary color for #hex is #4A2411.


I love getcolorcode.com

Triadic colors

1 #EEB5DB and #DBEEB5 with #B5DBEE are triadic colors.

2 #EEDBB5 and #DBB5EE with #B5DBEE are triadic colors.