COLOR #B5DABD

HEX: #B5DABD RGB: (181,218,189)

Color info

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

RGB color model

#B5DABD color RGB value is (181,218,189).

RGB: (181,218,189) (71%, 85%, 74%)

RGB channels and saturation

R 181 of 255 = 71%
G 218 of 255 = 85%
B 189 of 255 = 74%

181
218
189

R + G + B ~ 77%. #B5DABD is quite light color.

Portions of RGB colors in percentages

R + G + B = 181 + 218 + 189 = 588 (100%)
R 181 of 588 ~ 30.78%
G 218 of 588 ~ 37.07%
B 189 of 588 ~ 32.14'%

%30.78
%37.07
%32.14

CMYK color model

#B5DABD color CMYK value is (17,0,13,15).

  • cyan value is 16.97%
  • magenta value is 0.00%
  • yellow value is 13.30%
  • key color value is 14.51%

CMYK: (17,0,13,15)
C17M0Y13K15 (17%, 0%, 13%, 15%)
(0.17 / 0.00 / 0.13 / 0.15)

CMYK percentages

%16.97
%0
%13.3
%14.51

Codes

Color #B5DABD in popluar color models

B5 DA BD
RGB 181 218 189
HSL 133° 33.33% 78.24%
HSB/HSV 133° 16.97% 85.49%
CMYK 16.97% 0.00% 13.30%
14.51%

Color #B5DABD in popluar number systems.

HEX B5 DA BD
Decimal 181 218 189
Binary 10110101 11011010 10111101
Octal 265 332 275

Shades and tints

Shades of #B5DABD

#B5DABD
(181,218,189)
#A5C7AC
(165,199,172)
#95B49B
(149,180,155)
#85A18A
(133,161,138)
#758E79
(117,142,121)
#657B68
(101,123,104)
#556857
(85,104,87)
#455546
(69,85,70)
#354235
(53,66,53)
#252F24
(37,47,36)
#151C13
(21,28,19)
#000000
(0,0,0)

Tints of #B5DABD

#B5DABD
(181,218,189)
#BBDDC3
(187,221,195)
#C1E0C9
(193,224,201)
#C7E3CF
(199,227,207)
#CDE6D5
(205,230,213)
#D3E9DB
(211,233,219)
#D9ECE1
(217,236,225)
#DFEFE7
(223,239,231)
#E5F2ED
(229,242,237)
#EBF5F3
(235,245,243)
#F1F8F9
(241,248,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B5DABD; }

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

This text font color is #B5DABD.

Background Color

.myBgColor { background-color: #B5DABD; }

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

This div background color is #B5DABD.

Border color

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

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

This div border color is #B5DABD.

Opacity

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

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

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

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

This text has shadow with #B5DABD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B5DABD.

Preview

Color preview on black background

This text has color #B5DABD on black background.


Color preview on white background

This text has color #B5DABD on white background.


Black color preview on #B5DABD background

This text has black color on #B5DABD background.


White color preview on #B5DABD background

This text has white color on #B5DABD background.


Related colors

Complementary color

Complementary color for #hex is #4A2542.


I love getcolorcode.com

Triadic colors

1 #BDB5DA and #DABDB5 with #B5DABD are triadic colors.

2 #BDDAB5 and #DAB5BD with #B5DABD are triadic colors.