COLOR #B5DFC0

HEX: #B5DFC0
RGB: (181,223,192)

Color info

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

RGB color model

#B5DFC0 color RGB value is (181,223,192).

  • red value is 181;
  • green value is 223;
  • blue value is 192.
RGB:
(181,223,192)
(71%,87%,75%)

RGB channels and saturation

R 181 of 255 = 71%
G 223 of 255 = 87%
B 192 of 255 = 75%

181
223
192

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

Portions of RGB colors in percentages

R + G + B =
181 + 223 + 192 = 596 (100%)
R 181 of 596 ~ 30.37%
G 223 of 596 ~ 37.42%
B 192 of 596 ~ 32.21%

%30.37
%37.42
%32.21

CMYK color model

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

  • cyan value is 18.83%
  • magenta value is 0.00%
  • yellow value is 13.90%
  • key color value is 12.55%
CMYK:
(19,0,14,13)
C19M0Y14K13 
(19%,0%,14%,13%)
(0.19/0.00/0.14/0.13)	

CMYK percentages

%18.83
%0
%13.9
%12.55

Codes

Color #B5DFC0 in popluar color models

B5DFC0
RGB181223192
HSL136°39.62%79.22%
HSB/HSV136°18.83%87.45%
CMYK18.83%0.00%13.90%
12.55%

Color #B5DFC0 in popluar number systems.

HEXB5DFC0
Decimal181223192
Binary101101011101111111000000
Octal265337300

Shades and tints

Shades of #B5DFC0

#B5DFC0
(181,223,192)
#A5CBAF
(165,203,175)
#95B79E
(149,183,158)
#85A38D
(133,163,141)
#758F7C
(117,143,124)
#657B6B
(101,123,107)
#55675A
(85,103,90)
#455349
(69,83,73)
#353F38
(53,63,56)
#252B27
(37,43,39)
#151716
(21,23,22)
#000000
(0,0,0)

Tints of #B5DFC0

#B5DFC0
(181,223,192)
#BBE1C5
(187,225,197)
#C1E3CA
(193,227,202)
#C7E5CF
(199,229,207)
#CDE7D4
(205,231,212)
#D3E9D9
(211,233,217)
#D9EBDE
(217,235,222)
#DFEDE3
(223,237,227)
#E5EFE8
(229,239,232)
#EBF1ED
(235,241,237)
#F1F3F2
(241,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B5DFC0; }

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

This text font color is #B5DFC0.


Background Color

.myBgColor { background-color: #B5DFC0; }

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

This div background color is #B5DFC0.


Border color

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

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

This div border color is #B5DFC0.


Opacity

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

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

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

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

This text has shadow with #B5DFC0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B5DFC0 on black background.


Color preview on white background

This text has color #B5DFC0 on white background.



Black color preview on #B5DFC0 background

This text has black color on #B5DFC0 background.


White color preview on #B5DFC0 background

This text has white color on #B5DFC0 background.