COLOR #B5D3BF

HEX: #B5D3BF RGB: (181,211,191)

Color info

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

RGB color model

#B5D3BF color RGB value is (181,211,191).

RGB: (181,211,191) (71%, 83%, 75%)

RGB channels and saturation

R 181 of 255 = 71%
G 211 of 255 = 83%
B 191 of 255 = 75%

181
211
191

R + G + B ~ 76%. #B5D3BF is quite light color.

Portions of RGB colors in percentages

R + G + B = 181 + 211 + 191 = 583 (100%)
R 181 of 583 ~ 31.05%
G 211 of 583 ~ 36.19%
B 191 of 583 ~ 32.76'%

%31.05
%36.19
%32.76

CMYK color model

#B5D3BF color CMYK value is (14,0,9,17).

  • cyan value is 14.22%
  • magenta value is 0.00%
  • yellow value is 9.48%
  • key color value is 17.25%

CMYK: (14,0,9,17)
C14M0Y9K17 (14%, 0%, 9%, 17%)
(0.14 / 0.00 / 0.09 / 0.17)

CMYK percentages

%14.22
%0
%9.48
%17.25

Codes

Color #B5D3BF in popluar color models

B5 D3 BF
RGB 181 211 191
HSL 140° 25.42% 76.86%
HSB/HSV 140° 14.22% 82.75%
CMYK 14.22% 0.00% 9.48%
17.25%

Color #B5D3BF in popluar number systems.

HEX B5 D3 BF
Decimal 181 211 191
Binary 10110101 11010011 10111111
Octal 265 323 277

Shades and tints

Shades of #B5D3BF

#B5D3BF
(181,211,191)
#A5C0AE
(165,192,174)
#95AD9D
(149,173,157)
#859A8C
(133,154,140)
#75877B
(117,135,123)
#65746A
(101,116,106)
#556159
(85,97,89)
#454E48
(69,78,72)
#353B37
(53,59,55)
#252826
(37,40,38)
#151515
(21,21,21)
#000000
(0,0,0)

Tints of #B5D3BF

#B5D3BF
(181,211,191)
#BBD7C4
(187,215,196)
#C1DBC9
(193,219,201)
#C7DFCE
(199,223,206)
#CDE3D3
(205,227,211)
#D3E7D8
(211,231,216)
#D9EBDD
(217,235,221)
#DFEFE2
(223,239,226)
#E5F3E7
(229,243,231)
#EBF7EC
(235,247,236)
#F1FBF1
(241,251,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B5D3BF color. Also use rgb(181,211,191) instead hex code.

Text Font Color

.myTextColor { color: #B5D3BF; }

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

This text font color is #B5D3BF.

Background Color

.myBgColor { background-color: #B5D3BF; }

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

This div background color is #B5D3BF.

Border color

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

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

This div border color is #B5D3BF.

Opacity

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

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

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

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

This text has shadow with #B5D3BF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B5D3BF.

Preview

Color preview on black background

This text has color #B5D3BF on black background.


Color preview on white background

This text has color #B5D3BF on white background.


Black color preview on #B5D3BF background

This text has black color on #B5D3BF background.


White color preview on #B5D3BF background

This text has white color on #B5D3BF background.


Related colors

Complementary color

Complementary color for #hex is #4A2C40.


I love getcolorcode.com

Triadic colors

1 #BFB5D3 and #D3BFB5 with #B5D3BF are triadic colors.

2 #BFD3B5 and #D3B5BF with #B5D3BF are triadic colors.