COLOR #B5DFD8

HEX: #B5DFD8 RGB: (181,223,216)

Color info

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

RGB color model

#B5DFD8 color RGB value is (181,223,216).

RGB: (181,223,216) (71%, 87%, 85%)

RGB channels and saturation

R 181 of 255 = 71%
G 223 of 255 = 87%
B 216 of 255 = 85%

181
223
216

R + G + B ~ 81%. #B5DFD8 is quite light color.

Portions of RGB colors in percentages

R + G + B = 181 + 223 + 216 = 620 (100%)
R 181 of 620 ~ 29.19%
G 223 of 620 ~ 35.97%
B 216 of 620 ~ 34.84'%

%29.19
%35.97
%34.84

CMYK color model

#B5DFD8 color CMYK value is (19,0,3,13).

  • cyan value is 18.83%
  • magenta value is 0.00%
  • yellow value is 3.14%
  • key color value is 12.55%

CMYK: (19,0,3,13)
C19M0Y3K13 (19%, 0%, 3%, 13%)
(0.19 / 0.00 / 0.03 / 0.13)

CMYK percentages

%18.83
%0
%3.14
%12.55

Codes

Color #B5DFD8 in popluar color models

B5 DF D8
RGB 181 223 216
HSL 170° 39.62% 79.22%
HSB/HSV 170° 18.83% 87.45%
CMYK 18.83% 0.00% 3.14%
12.55%

Color #B5DFD8 in popluar number systems.

HEX B5 DF D8
Decimal 181 223 216
Binary 10110101 11011111 11011000
Octal 265 337 330

Shades and tints

Shades of #B5DFD8

#B5DFD8
(181,223,216)
#A5CBC5
(165,203,197)
#95B7B2
(149,183,178)
#85A39F
(133,163,159)
#758F8C
(117,143,140)
#657B79
(101,123,121)
#556766
(85,103,102)
#455353
(69,83,83)
#353F40
(53,63,64)
#252B2D
(37,43,45)
#15171A
(21,23,26)
#000000
(0,0,0)

Tints of #B5DFD8

#B5DFD8
(181,223,216)
#BBE1DB
(187,225,219)
#C1E3DE
(193,227,222)
#C7E5E1
(199,229,225)
#CDE7E4
(205,231,228)
#D3E9E7
(211,233,231)
#D9EBEA
(217,235,234)
#DFEDED
(223,237,237)
#E5EFF0
(229,239,240)
#EBF1F3
(235,241,243)
#F1F3F6
(241,243,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B5DFD8 color. Also use rgb(181,223,216) instead hex code.

Text Font Color

.myTextColor { color: #B5DFD8; }

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

This text font color is #B5DFD8.

Background Color

.myBgColor { background-color: #B5DFD8; }

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

This div background color is #B5DFD8.

Border color

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

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

This div border color is #B5DFD8.

Opacity

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

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

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

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

This text has shadow with #B5DFD8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B5DFD8.

Preview

Color preview on black background

This text has color #B5DFD8 on black background.


Color preview on white background

This text has color #B5DFD8 on white background.


Black color preview on #B5DFD8 background

This text has black color on #B5DFD8 background.


White color preview on #B5DFD8 background

This text has white color on #B5DFD8 background.


Related colors

Complementary color

Complementary color for #hex is #4A2027.


I love getcolorcode.com

Triadic colors

1 #D8B5DF and #DFD8B5 with #B5DFD8 are triadic colors.

2 #D8DFB5 and #DFB5D8 with #B5DFD8 are triadic colors.