COLOR #B5D2CC

HEX: #B5D2CC RGB: (181,210,204)

Color info

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

RGB color model

#B5D2CC color RGB value is (181,210,204).

RGB: (181,210,204) (71%, 82%, 80%)

RGB channels and saturation

R 181 of 255 = 71%
G 210 of 255 = 82%
B 204 of 255 = 80%

181
210
204

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

Portions of RGB colors in percentages

R + G + B = 181 + 210 + 204 = 595 (100%)
R 181 of 595 ~ 30.42%
G 210 of 595 ~ 35.29%
B 204 of 595 ~ 34.29'%

%30.42
%35.29
%34.29

CMYK color model

#B5D2CC color CMYK value is (14,0,3,18).

  • cyan value is 13.81%
  • magenta value is 0.00%
  • yellow value is 2.86%
  • key color value is 17.65%

CMYK: (14,0,3,18)
C14M0Y3K18 (14%, 0%, 3%, 18%)
(0.14 / 0.00 / 0.03 / 0.18)

CMYK percentages

%13.81
%0
%2.86
%17.65

Codes

Color #B5D2CC in popluar color models

B5 D2 CC
RGB 181 210 204
HSL 168° 24.37% 76.67%
HSB/HSV 168° 13.81% 82.35%
CMYK 13.81% 0.00% 2.86%
17.65%

Color #B5D2CC in popluar number systems.

HEX B5 D2 CC
Decimal 181 210 204
Binary 10110101 11010010 11001100
Octal 265 322 314

Shades and tints

Shades of #B5D2CC

#B5D2CC
(181,210,204)
#A5BFBA
(165,191,186)
#95ACA8
(149,172,168)
#859996
(133,153,150)
#758684
(117,134,132)
#657372
(101,115,114)
#556060
(85,96,96)
#454D4E
(69,77,78)
#353A3C
(53,58,60)
#25272A
(37,39,42)
#151418
(21,20,24)
#000000
(0,0,0)

Tints of #B5D2CC

#B5D2CC
(181,210,204)
#BBD6D0
(187,214,208)
#C1DAD4
(193,218,212)
#C7DED8
(199,222,216)
#CDE2DC
(205,226,220)
#D3E6E0
(211,230,224)
#D9EAE4
(217,234,228)
#DFEEE8
(223,238,232)
#E5F2EC
(229,242,236)
#EBF6F0
(235,246,240)
#F1FAF4
(241,250,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B5D2CC color. Also use rgb(181,210,204) instead hex code.

Text Font Color

.myTextColor { color: #B5D2CC; }

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

This text font color is #B5D2CC.

Background Color

.myBgColor { background-color: #B5D2CC; }

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

This div background color is #B5D2CC.

Border color

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

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

This div border color is #B5D2CC.

Opacity

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

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

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

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

This text has shadow with #B5D2CC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B5D2CC.

Preview

Color preview on black background

This text has color #B5D2CC on black background.


Color preview on white background

This text has color #B5D2CC on white background.


Black color preview on #B5D2CC background

This text has black color on #B5D2CC background.


White color preview on #B5D2CC background

This text has white color on #B5D2CC background.


Related colors

Complementary color

Complementary color for #hex is #4A2D33.


I love getcolorcode.com

Triadic colors

1 #CCB5D2 and #D2CCB5 with #B5D2CC are triadic colors.

2 #CCD2B5 and #D2B5CC with #B5D2CC are triadic colors.