COLOR #B5C5DF

HEX: #B5C5DF RGB: (181,197,223)

Color info

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

RGB color model

#B5C5DF color RGB value is (181,197,223).

RGB: (181,197,223) (71%, 77%, 87%)

RGB channels and saturation

R 181 of 255 = 71%
G 197 of 255 = 77%
B 223 of 255 = 87%

181
197
223

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

Portions of RGB colors in percentages

R + G + B = 181 + 197 + 223 = 601 (100%)
R 181 of 601 ~ 30.12%
G 197 of 601 ~ 32.78%
B 223 of 601 ~ 37.1'%

%30.12
%32.78
%37.1

CMYK color model

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

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

CMYK: (19,12,0,13)
C19M12Y0K13 (19%, 12%, 0%, 13%)
(0.19 / 0.12 / 0.00 / 0.13)

CMYK percentages

%18.83
%11.66
%0
%12.55

Codes

Color #B5C5DF in popluar color models

B5 C5 DF
RGB 181 197 223
HSL 217° 39.62% 79.22%
HSB/HSV 217° 18.83% 87.45%
CMYK 18.83% 11.66% 0.00%
12.55%

Color #B5C5DF in popluar number systems.

HEX B5 C5 DF
Decimal 181 197 223
Binary 10110101 11000101 11011111
Octal 265 305 337

Shades and tints

Shades of #B5C5DF

#B5C5DF
(181,197,223)
#A5B4CB
(165,180,203)
#95A3B7
(149,163,183)
#8592A3
(133,146,163)
#75818F
(117,129,143)
#65707B
(101,112,123)
#555F67
(85,95,103)
#454E53
(69,78,83)
#353D3F
(53,61,63)
#252C2B
(37,44,43)
#151B17
(21,27,23)
#000000
(0,0,0)

Tints of #B5C5DF

#B5C5DF
(181,197,223)
#BBCAE1
(187,202,225)
#C1CFE3
(193,207,227)
#C7D4E5
(199,212,229)
#CDD9E7
(205,217,231)
#D3DEE9
(211,222,233)
#D9E3EB
(217,227,235)
#DFE8ED
(223,232,237)
#E5EDEF
(229,237,239)
#EBF2F1
(235,242,241)
#F1F7F3
(241,247,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B5C5DF; }

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

This text font color is #B5C5DF.

Background Color

.myBgColor { background-color: #B5C5DF; }

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

This div background color is #B5C5DF.

Border color

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

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

This div border color is #B5C5DF.

Opacity

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

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

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

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

This text has shadow with #B5C5DF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B5C5DF.

Preview

Color preview on black background

This text has color #B5C5DF on black background.


Color preview on white background

This text has color #B5C5DF on white background.


Black color preview on #B5C5DF background

This text has black color on #B5C5DF background.


White color preview on #B5C5DF background

This text has white color on #B5C5DF background.


Related colors

Complementary color

Complementary color for #hex is #4A3A20.


I love getcolorcode.com

Triadic colors

1 #DFB5C5 and #C5DFB5 with #B5C5DF are triadic colors.

2 #DFC5B5 and #C5B5DF with #B5C5DF are triadic colors.