COLOR #B5DEFD

HEX: #B5DEFD RGB: (181,222,253)

Color info

#B5DEFD contains mainly green and blue colors. Web safe color of #B5DEFD is #CCCCFF (or #CCF).

RGB color model

#B5DEFD color RGB value is (181,222,253).

RGB: (181,222,253) (71%, 87%, 99%)

RGB channels and saturation

R 181 of 255 = 71%
G 222 of 255 = 87%
B 253 of 255 = 99%

181
222
253

R + G + B ~ 86%. #B5DEFD is light color.

Portions of RGB colors in percentages

R + G + B = 181 + 222 + 253 = 656 (100%)
R 181 of 656 ~ 27.59%
G 222 of 656 ~ 33.84%
B 253 of 656 ~ 38.57'%

%27.59
%33.84
%38.57

CMYK color model

#B5DEFD color CMYK value is (28,12,0,1).

  • cyan value is 28.46%
  • magenta value is 12.25%
  • yellow value is 0.00%
  • key color value is 0.78%

CMYK: (28,12,0,1)
C28M12Y0K1 (28%, 12%, 0%, 1%)
(0.28 / 0.12 / 0.00 / 0.01)

CMYK percentages

%28.46
%12.25
%0
%0.78

Codes

Color #B5DEFD in popluar color models

B5 DE FD
RGB 181 222 253
HSL 206° 94.74% 85.10%
HSB/HSV 206° 28.46% 99.22%
CMYK 28.46% 12.25% 0.00%
0.78%

Color #B5DEFD in popluar number systems.

HEX B5 DE FD
Decimal 181 222 253
Binary 10110101 11011110 11111101
Octal 265 336 375

Shades and tints

Shades of #B5DEFD

#B5DEFD
(181,222,253)
#A5CAE6
(165,202,230)
#95B6CF
(149,182,207)
#85A2B8
(133,162,184)
#758EA1
(117,142,161)
#657A8A
(101,122,138)
#556673
(85,102,115)
#45525C
(69,82,92)
#353E45
(53,62,69)
#252A2E
(37,42,46)
#151617
(21,22,23)
#000000
(0,0,0)

Tints of #B5DEFD

#B5DEFD
(181,222,253)
#BBE1FD
(187,225,253)
#C1E4FD
(193,228,253)
#C7E7FD
(199,231,253)
#CDEAFD
(205,234,253)
#D3EDFD
(211,237,253)
#D9F0FD
(217,240,253)
#DFF3FD
(223,243,253)
#E5F6FD
(229,246,253)
#EBF9FD
(235,249,253)
#F1FCFD
(241,252,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B5DEFD color. Also use rgb(181,222,253) instead hex code.

Text Font Color

.myTextColor { color: #B5DEFD; }

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

This text font color is #B5DEFD.

Background Color

.myBgColor { background-color: #B5DEFD; }

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

This div background color is #B5DEFD.

Border color

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

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

This div border color is #B5DEFD.

Opacity

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

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

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

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

This text has shadow with #B5DEFD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B5DEFD.

Preview

Color preview on black background

This text has color #B5DEFD on black background.


Color preview on white background

This text has color #B5DEFD on white background.


Black color preview on #B5DEFD background

This text has black color on #B5DEFD background.


White color preview on #B5DEFD background

This text has white color on #B5DEFD background.


Related colors

Complementary color

Complementary color for #hex is #4A2102.


I love getcolorcode.com

Triadic colors

1 #FDB5DE and #DEFDB5 with #B5DEFD are triadic colors.

2 #FDDEB5 and #DEB5FD with #B5DEFD are triadic colors.