COLOR #B5D0CA

HEX: #B5D0CA
RGB: (181,208,202)

Color info

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

RGB color model

#B5D0CA color RGB value is (181,208,202).

  • red value is 181;
  • green value is 208;
  • blue value is 202.
RGB:
(181,208,202)
(71%,82%,79%)

RGB channels and saturation

R 181 of 255 = 71%
G 208 of 255 = 82%
B 202 of 255 = 79%

181
208
202

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

Portions of RGB colors in percentages

R + G + B =
181 + 208 + 202 = 591 (100%)
R 181 of 591 ~ 30.63%
G 208 of 591 ~ 35.19%
B 202 of 591 ~ 34.18%

%30.63
%35.19
%34.18

CMYK color model

#B5D0CA color CMYK value is (13,0,3,18).

  • cyan value is 12.98%
  • magenta value is 0.00%
  • yellow value is 2.88%
  • key color value is 18.43%
CMYK:
(13,0,3,18)
C13M0Y3K18 
(13%,0%,3%,18%)
(0.13/0.00/0.03/0.18)	

CMYK percentages

%12.98
%0
%2.88
%18.43

Codes

Color #B5D0CA in popluar color models

B5D0CA
RGB181208202
HSL167°22.31%76.27%
HSB/HSV167°12.98%81.57%
CMYK12.98%0.00%2.88%
18.43%

Color #B5D0CA in popluar number systems.

HEXB5D0CA
Decimal181208202
Binary101101011101000011001010
Octal265320312

Shades and tints

Shades of #B5D0CA

#B5D0CA
(181,208,202)
#A5BEB8
(165,190,184)
#95ACA6
(149,172,166)
#859A94
(133,154,148)
#758882
(117,136,130)
#657670
(101,118,112)
#55645E
(85,100,94)
#45524C
(69,82,76)
#35403A
(53,64,58)
#252E28
(37,46,40)
#151C16
(21,28,22)
#000000
(0,0,0)

Tints of #B5D0CA

#B5D0CA
(181,208,202)
#BBD4CE
(187,212,206)
#C1D8D2
(193,216,210)
#C7DCD6
(199,220,214)
#CDE0DA
(205,224,218)
#D3E4DE
(211,228,222)
#D9E8E2
(217,232,226)
#DFECE6
(223,236,230)
#E5F0EA
(229,240,234)
#EBF4EE
(235,244,238)
#F1F8F2
(241,248,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B5D0CA color. Also use rgb(181,208,202) instead hex code.

Text Font Color

.myTextColor { color: #B5D0CA; }

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

This text font color is #B5D0CA.


Background Color

.myBgColor { background-color: #B5D0CA; }

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

This div background color is #B5D0CA.


Border color

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

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

This div border color is #B5D0CA.


Opacity

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

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

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

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

This text has shadow with #B5D0CA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B5D0CA on black background.


Color preview on white background

This text has color #B5D0CA on white background.



Black color preview on #B5D0CA background

This text has black color on #B5D0CA background.


White color preview on #B5D0CA background

This text has white color on #B5D0CA background.