COLOR #B5DFC1

HEX: #B5DFC1 RGB: (181,223,193)

Color info

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

RGB color model

#B5DFC1 color RGB value is (181,223,193).

RGB: (181,223,193) (71%, 87%, 76%)

RGB channels and saturation

R 181 of 255 = 71%
G 223 of 255 = 87%
B 193 of 255 = 76%

181
223
193

R + G + B ~ 78%. #B5DFC1 is quite light color.

Portions of RGB colors in percentages

R + G + B = 181 + 223 + 193 = 597 (100%)
R 181 of 597 ~ 30.32%
G 223 of 597 ~ 37.35%
B 193 of 597 ~ 32.33'%

%30.32
%37.35
%32.33

CMYK color model

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

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

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

CMYK percentages

%18.83
%0
%13.45
%12.55

Codes

Color #B5DFC1 in popluar color models

B5 DF C1
RGB 181 223 193
HSL 137° 39.62% 79.22%
HSB/HSV 137° 18.83% 87.45%
CMYK 18.83% 0.00% 13.45%
12.55%

Color #B5DFC1 in popluar number systems.

HEX B5 DF C1
Decimal 181 223 193
Binary 10110101 11011111 11000001
Octal 265 337 301

Shades and tints

Shades of #B5DFC1

#B5DFC1
(181,223,193)
#A5CBB0
(165,203,176)
#95B79F
(149,183,159)
#85A38E
(133,163,142)
#758F7D
(117,143,125)
#657B6C
(101,123,108)
#55675B
(85,103,91)
#45534A
(69,83,74)
#353F39
(53,63,57)
#252B28
(37,43,40)
#151717
(21,23,23)
#000000
(0,0,0)

Tints of #B5DFC1

#B5DFC1
(181,223,193)
#BBE1C6
(187,225,198)
#C1E3CB
(193,227,203)
#C7E5D0
(199,229,208)
#CDE7D5
(205,231,213)
#D3E9DA
(211,233,218)
#D9EBDF
(217,235,223)
#DFEDE4
(223,237,228)
#E5EFE9
(229,239,233)
#EBF1EE
(235,241,238)
#F1F3F3
(241,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B5DFC1; }

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

This text font color is #B5DFC1.

Background Color

.myBgColor { background-color: #B5DFC1; }

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

This div background color is #B5DFC1.

Border color

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

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

This div border color is #B5DFC1.

Opacity

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

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

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

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

This text has shadow with #B5DFC1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B5DFC1.

Preview

Color preview on black background

This text has color #B5DFC1 on black background.


Color preview on white background

This text has color #B5DFC1 on white background.


Black color preview on #B5DFC1 background

This text has black color on #B5DFC1 background.


White color preview on #B5DFC1 background

This text has white color on #B5DFC1 background.


Related colors

Complementary color

Complementary color for #hex is #4A203E.


I love getcolorcode.com

Triadic colors

1 #C1B5DF and #DFC1B5 with #B5DFC1 are triadic colors.

2 #C1DFB5 and #DFB5C1 with #B5DFC1 are triadic colors.