COLOR #B5DCCC

HEX: #B5DCCC RGB: (181,220,204)

Color info

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

RGB color model

#B5DCCC color RGB value is (181,220,204).

RGB: (181,220,204) (71%, 86%, 80%)

RGB channels and saturation

R 181 of 255 = 71%
G 220 of 255 = 86%
B 204 of 255 = 80%

181
220
204

R + G + B ~ 79%. #B5DCCC is quite light color.

Portions of RGB colors in percentages

R + G + B = 181 + 220 + 204 = 605 (100%)
R 181 of 605 ~ 29.92%
G 220 of 605 ~ 36.36%
B 204 of 605 ~ 33.72'%

%29.92
%36.36
%33.72

CMYK color model

#B5DCCC color CMYK value is (18,0,7,14).

  • cyan value is 17.73%
  • magenta value is 0.00%
  • yellow value is 7.27%
  • key color value is 13.73%

CMYK: (18,0,7,14)
C18M0Y7K14 (18%, 0%, 7%, 14%)
(0.18 / 0.00 / 0.07 / 0.14)

CMYK percentages

%17.73
%0
%7.27
%13.73

Codes

Color #B5DCCC in popluar color models

B5 DC CC
RGB 181 220 204
HSL 155° 35.78% 78.63%
HSB/HSV 155° 17.73% 86.27%
CMYK 17.73% 0.00% 7.27%
13.73%

Color #B5DCCC in popluar number systems.

HEX B5 DC CC
Decimal 181 220 204
Binary 10110101 11011100 11001100
Octal 265 334 314

Shades and tints

Shades of #B5DCCC

#B5DCCC
(181,220,204)
#A5C8BA
(165,200,186)
#95B4A8
(149,180,168)
#85A096
(133,160,150)
#758C84
(117,140,132)
#657872
(101,120,114)
#556460
(85,100,96)
#45504E
(69,80,78)
#353C3C
(53,60,60)
#25282A
(37,40,42)
#151418
(21,20,24)
#000000
(0,0,0)

Tints of #B5DCCC

#B5DCCC
(181,220,204)
#BBDFD0
(187,223,208)
#C1E2D4
(193,226,212)
#C7E5D8
(199,229,216)
#CDE8DC
(205,232,220)
#D3EBE0
(211,235,224)
#D9EEE4
(217,238,228)
#DFF1E8
(223,241,232)
#E5F4EC
(229,244,236)
#EBF7F0
(235,247,240)
#F1FAF4
(241,250,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B5DCCC; }

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

This text font color is #B5DCCC.

Background Color

.myBgColor { background-color: #B5DCCC; }

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

This div background color is #B5DCCC.

Border color

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

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

This div border color is #B5DCCC.

Opacity

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

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

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

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

This text has shadow with #B5DCCC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B5DCCC.

Preview

Color preview on black background

This text has color #B5DCCC on black background.


Color preview on white background

This text has color #B5DCCC on white background.


Black color preview on #B5DCCC background

This text has black color on #B5DCCC background.


White color preview on #B5DCCC background

This text has white color on #B5DCCC background.


Related colors

Complementary color

Complementary color for #hex is #4A2333.


I love getcolorcode.com

Triadic colors

1 #CCB5DC and #DCCCB5 with #B5DCCC are triadic colors.

2 #CCDCB5 and #DCB5CC with #B5DCCC are triadic colors.