COLOR #B5C0DF

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

181
192
223

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

Portions of RGB colors in percentages

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

%30.37
%32.21
%37.42

CMYK color model

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

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

CMYK percentages

%18.83
%13.9
%0
%12.55

Codes

Color #B5C0DF in popluar color models

B5C0DF
RGB181192223
HSL224°39.62%79.22%
HSB/HSV224°18.83%87.45%
CMYK18.83%13.90%0.00%
12.55%

Color #B5C0DF in popluar number systems.

HEXB5C0DF
Decimal181192223
Binary101101011100000011011111
Octal265300337

Shades and tints

Shades of #B5C0DF

#B5C0DF
(181,192,223)
#A5AFCB
(165,175,203)
#959EB7
(149,158,183)
#858DA3
(133,141,163)
#757C8F
(117,124,143)
#656B7B
(101,107,123)
#555A67
(85,90,103)
#454953
(69,73,83)
#35383F
(53,56,63)
#25272B
(37,39,43)
#151617
(21,22,23)
#000000
(0,0,0)

Tints of #B5C0DF

#B5C0DF
(181,192,223)
#BBC5E1
(187,197,225)
#C1CAE3
(193,202,227)
#C7CFE5
(199,207,229)
#CDD4E7
(205,212,231)
#D3D9E9
(211,217,233)
#D9DEEB
(217,222,235)
#DFE3ED
(223,227,237)
#E5E8EF
(229,232,239)
#EBEDF1
(235,237,241)
#F1F2F3
(241,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B5C0DF; }

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

This text font color is #B5C0DF.


Background Color

.myBgColor { background-color: #B5C0DF; }

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

This div background color is #B5C0DF.


Border color

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

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

This div border color is #B5C0DF.


Opacity

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

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

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

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

This text has shadow with #B5C0DF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B5C0DF on black background.


Color preview on white background

This text has color #B5C0DF on white background.



Black color preview on #B5C0DF background

This text has black color on #B5C0DF background.


White color preview on #B5C0DF background

This text has white color on #B5C0DF background.