COLOR #B5DAEF

HEX: #B5DAEF RGB: (181,218,239)

Color info

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

RGB color model

#B5DAEF color RGB value is (181,218,239).

RGB: (181,218,239) (71%, 85%, 94%)

RGB channels and saturation

R 181 of 255 = 71%
G 218 of 255 = 85%
B 239 of 255 = 94%

181
218
239

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

Portions of RGB colors in percentages

R + G + B = 181 + 218 + 239 = 638 (100%)
R 181 of 638 ~ 28.37%
G 218 of 638 ~ 34.17%
B 239 of 638 ~ 37.46'%

%28.37
%34.17
%37.46

CMYK color model

#B5DAEF color CMYK value is (24,9,0,6).

  • cyan value is 24.27%
  • magenta value is 8.79%
  • yellow value is 0.00%
  • key color value is 6.27%

CMYK: (24,9,0,6)
C24M9Y0K6 (24%, 9%, 0%, 6%)
(0.24 / 0.09 / 0.00 / 0.06)

CMYK percentages

%24.27
%8.79
%0
%6.27

Codes

Color #B5DAEF in popluar color models

B5 DA EF
RGB 181 218 239
HSL 202° 64.44% 82.35%
HSB/HSV 202° 24.27% 93.73%
CMYK 24.27% 8.79% 0.00%
6.27%

Color #B5DAEF in popluar number systems.

HEX B5 DA EF
Decimal 181 218 239
Binary 10110101 11011010 11101111
Octal 265 332 357

Shades and tints

Shades of #B5DAEF

#B5DAEF
(181,218,239)
#A5C7DA
(165,199,218)
#95B4C5
(149,180,197)
#85A1B0
(133,161,176)
#758E9B
(117,142,155)
#657B86
(101,123,134)
#556871
(85,104,113)
#45555C
(69,85,92)
#354247
(53,66,71)
#252F32
(37,47,50)
#151C1D
(21,28,29)
#000000
(0,0,0)

Tints of #B5DAEF

#B5DAEF
(181,218,239)
#BBDDF0
(187,221,240)
#C1E0F1
(193,224,241)
#C7E3F2
(199,227,242)
#CDE6F3
(205,230,243)
#D3E9F4
(211,233,244)
#D9ECF5
(217,236,245)
#DFEFF6
(223,239,246)
#E5F2F7
(229,242,247)
#EBF5F8
(235,245,248)
#F1F8F9
(241,248,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B5DAEF color. Also use rgb(181,218,239) instead hex code.

Text Font Color

.myTextColor { color: #B5DAEF; }

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

This text font color is #B5DAEF.

Background Color

.myBgColor { background-color: #B5DAEF; }

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

This div background color is #B5DAEF.

Border color

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

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

This div border color is #B5DAEF.

Opacity

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

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

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

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

This text has shadow with #B5DAEF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B5DAEF.

Preview

Color preview on black background

This text has color #B5DAEF on black background.


Color preview on white background

This text has color #B5DAEF on white background.


Black color preview on #B5DAEF background

This text has black color on #B5DAEF background.


White color preview on #B5DAEF background

This text has white color on #B5DAEF background.


Related colors

Complementary color

Complementary color for #hex is #4A2510.


I love getcolorcode.com

Triadic colors

1 #EFB5DA and #DAEFB5 with #B5DAEF are triadic colors.

2 #EFDAB5 and #DAB5EF with #B5DAEF are triadic colors.