COLOR #B5DBAE

HEX: #B5DBAE RGB: (181,219,174)

Color info

#B5DBAE contains red, green and blue colors in about the same proportion. Web safe color of #B5DBAE is #CCCC99 (or #CC9).

RGB color model

#B5DBAE color RGB value is (181,219,174).

RGB: (181,219,174) (71%, 86%, 68%)

RGB channels and saturation

R 181 of 255 = 71%
G 219 of 255 = 86%
B 174 of 255 = 68%

181
219
174

R + G + B ~ 75%. #B5DBAE is quite light color.

Portions of RGB colors in percentages

R + G + B = 181 + 219 + 174 = 574 (100%)
R 181 of 574 ~ 31.53%
G 219 of 574 ~ 38.15%
B 174 of 574 ~ 30.31'%

%31.53
%38.15
%30.31

CMYK color model

#B5DBAE color CMYK value is (17,0,21,14).

  • cyan value is 17.35%
  • magenta value is 0.00%
  • yellow value is 20.55%
  • key color value is 14.12%

CMYK: (17,0,21,14)
C17M0Y21K14 (17%, 0%, 21%, 14%)
(0.17 / 0.00 / 0.21 / 0.14)

CMYK percentages

%17.35
%0
%20.55
%14.12

Codes

Color #B5DBAE in popluar color models

B5 DB AE
RGB 181 219 174
HSL 111° 38.46% 77.06%
HSB/HSV 111° 20.55% 85.88%
CMYK 17.35% 0.00% 20.55%
14.12%

Color #B5DBAE in popluar number systems.

HEX B5 DB AE
Decimal 181 219 174
Binary 10110101 11011011 10101110
Octal 265 333 256

Shades and tints

Shades of #B5DBAE

#B5DBAE
(181,219,174)
#A5C89F
(165,200,159)
#95B590
(149,181,144)
#85A281
(133,162,129)
#758F72
(117,143,114)
#657C63
(101,124,99)
#556954
(85,105,84)
#455645
(69,86,69)
#354336
(53,67,54)
#253027
(37,48,39)
#151D18
(21,29,24)
#000000
(0,0,0)

Tints of #B5DBAE

#B5DBAE
(181,219,174)
#BBDEB5
(187,222,181)
#C1E1BC
(193,225,188)
#C7E4C3
(199,228,195)
#CDE7CA
(205,231,202)
#D3EAD1
(211,234,209)
#D9EDD8
(217,237,216)
#DFF0DF
(223,240,223)
#E5F3E6
(229,243,230)
#EBF6ED
(235,246,237)
#F1F9F4
(241,249,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B5DBAE color. Also use rgb(181,219,174) instead hex code.

Text Font Color

.myTextColor { color: #B5DBAE; }

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

This text font color is #B5DBAE.

Background Color

.myBgColor { background-color: #B5DBAE; }

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

This div background color is #B5DBAE.

Border color

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

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

This div border color is #B5DBAE.

Opacity

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

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

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

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

This text has shadow with #B5DBAE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B5DBAE.

Preview

Color preview on black background

This text has color #B5DBAE on black background.


Color preview on white background

This text has color #B5DBAE on white background.


Black color preview on #B5DBAE background

This text has black color on #B5DBAE background.


White color preview on #B5DBAE background

This text has white color on #B5DBAE background.


Related colors

Complementary color

Complementary color for #hex is #4A2451.


I love getcolorcode.com

Triadic colors

1 #AEB5DB and #DBAEB5 with #B5DBAE are triadic colors.

2 #AEDBB5 and #DBB5AE with #B5DBAE are triadic colors.