COLOR #B5DFDE

HEX: #B5DFDE RGB: (181,223,222)

Color info

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

RGB color model

#B5DFDE color RGB value is (181,223,222).

RGB: (181,223,222) (71%, 87%, 87%)

RGB channels and saturation

R 181 of 255 = 71%
G 223 of 255 = 87%
B 222 of 255 = 87%

181
223
222

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

Portions of RGB colors in percentages

R + G + B = 181 + 223 + 222 = 626 (100%)
R 181 of 626 ~ 28.91%
G 223 of 626 ~ 35.62%
B 222 of 626 ~ 35.46'%

%28.91
%35.62
%35.46

CMYK color model

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

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

CMYK: (19,0,0,13)
C19M0Y0K13 (19%, 0%, 0%, 13%)
(0.19 / 0.00 / 0.00 / 0.13)

CMYK percentages

%18.83
%0
%0.45
%12.55

Codes

Color #B5DFDE in popluar color models

B5 DF DE
RGB 181 223 222
HSL 179° 39.62% 79.22%
HSB/HSV 179° 18.83% 87.45%
CMYK 18.83% 0.00% 0.45%
12.55%

Color #B5DFDE in popluar number systems.

HEX B5 DF DE
Decimal 181 223 222
Binary 10110101 11011111 11011110
Octal 265 337 336

Shades and tints

Shades of #B5DFDE

#B5DFDE
(181,223,222)
#A5CBCA
(165,203,202)
#95B7B6
(149,183,182)
#85A3A2
(133,163,162)
#758F8E
(117,143,142)
#657B7A
(101,123,122)
#556766
(85,103,102)
#455352
(69,83,82)
#353F3E
(53,63,62)
#252B2A
(37,43,42)
#151716
(21,23,22)
#000000
(0,0,0)

Tints of #B5DFDE

#B5DFDE
(181,223,222)
#BBE1E1
(187,225,225)
#C1E3E4
(193,227,228)
#C7E5E7
(199,229,231)
#CDE7EA
(205,231,234)
#D3E9ED
(211,233,237)
#D9EBF0
(217,235,240)
#DFEDF3
(223,237,243)
#E5EFF6
(229,239,246)
#EBF1F9
(235,241,249)
#F1F3FC
(241,243,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B5DFDE; }

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

This text font color is #B5DFDE.

Background Color

.myBgColor { background-color: #B5DFDE; }

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

This div background color is #B5DFDE.

Border color

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

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

This div border color is #B5DFDE.

Opacity

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

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

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

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

This text has shadow with #B5DFDE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B5DFDE.

Preview

Color preview on black background

This text has color #B5DFDE on black background.


Color preview on white background

This text has color #B5DFDE on white background.


Black color preview on #B5DFDE background

This text has black color on #B5DFDE background.


White color preview on #B5DFDE background

This text has white color on #B5DFDE background.


Related colors

Complementary color

Complementary color for #hex is #4A2021.


I love getcolorcode.com

Triadic colors

1 #DEB5DF and #DFDEB5 with #B5DFDE are triadic colors.

2 #DEDFB5 and #DFB5DE with #B5DFDE are triadic colors.