COLOR #B5CDDF

HEX: #B5CDDF RGB: (181,205,223)

Color info

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

RGB color model

#B5CDDF color RGB value is (181,205,223).

RGB: (181,205,223) (71%, 80%, 87%)

RGB channels and saturation

R 181 of 255 = 71%
G 205 of 255 = 80%
B 223 of 255 = 87%

181
205
223

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

Portions of RGB colors in percentages

R + G + B = 181 + 205 + 223 = 609 (100%)
R 181 of 609 ~ 29.72%
G 205 of 609 ~ 33.66%
B 223 of 609 ~ 36.62'%

%29.72
%33.66
%36.62

CMYK color model

#B5CDDF color CMYK value is (19,8,0,13).

  • cyan value is 18.83%
  • magenta value is 8.07%
  • yellow value is 0.00%
  • key color value is 12.55%
CMYK: (19,8,0,13) C19M8Y0K13 (19%,8%,0%,13%) (0.19/0.08/0.00/0.13) 

CMYK percentages

%18.83
%8.07
%0
%12.55

Codes

Color #B5CDDF in popluar color models

B5 CD DF
RGB 181 205 223
HSL 206° 39.62% 79.22%
HSB/HSV 206° 18.83% 87.45%
CMYK 18.83% 8.07% 0.00%
12.55%

Color #B5CDDF in popluar number systems.

HEX B5 CD DF
Decimal 181 205 223
Binary 10110101 11001101 11011111
Octal 265 315 337

Shades and tints

Shades of #B5CDDF

#B5CDDF
(181,205,223)
#A5BBCB
(165,187,203)
#95A9B7
(149,169,183)
#8597A3
(133,151,163)
#75858F
(117,133,143)
#65737B
(101,115,123)
#556167
(85,97,103)
#454F53
(69,79,83)
#353D3F
(53,61,63)
#252B2B
(37,43,43)
#151917
(21,25,23)
#000000
(0,0,0)

Tints of #B5CDDF

#B5CDDF
(181,205,223)
#BBD1E1
(187,209,225)
#C1D5E3
(193,213,227)
#C7D9E5
(199,217,229)
#CDDDE7
(205,221,231)
#D3E1E9
(211,225,233)
#D9E5EB
(217,229,235)
#DFE9ED
(223,233,237)
#E5EDEF
(229,237,239)
#EBF1F1
(235,241,241)
#F1F5F3
(241,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B5CDDF; }

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

This text font color is #B5CDDF.

Background Color

.myBgColor { background-color: #B5CDDF; }

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

This div background color is #B5CDDF.

Border color

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

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

This div border color is #B5CDDF.

Opacity

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

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

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

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

This text has shadow with #B5CDDF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B5CDDF.

Preview

Color preview on black background

This text has color #B5CDDF on black background.


Color preview on white background

This text has color #B5CDDF on white background.


Black color preview on #B5CDDF background

This text has black color on #B5CDDF background.


White color preview on #B5CDDF background

This text has white color on #B5CDDF background.


Related colors

Complementary color

Complementary color for #hex is #4A3220.


I love getcolorcode.com

Triadic colors

1 #DFB5CD and #CDDFB5 with #B5CDDF are triadic colors.

2 #DFCDB5 and #CDB5DF with #B5CDDF are triadic colors.