COLOR #B1CDDA

HEX: #B1CDDA RGB: (177,205,218)

Color info

#B1CDDA contains red, green and blue colors in about the same proportion. Web safe color of #B1CDDA is #99CCCC (or #9CC).

RGB color model

#B1CDDA color RGB value is (177,205,218).

RGB: (177,205,218) (69%, 80%, 85%)

RGB channels and saturation

R 177 of 255 = 69%
G 205 of 255 = 80%
B 218 of 255 = 85%

177
205
218

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

Portions of RGB colors in percentages

R + G + B = 177 + 205 + 218 = 600 (100%)
R 177 of 600 ~ 29.5%
G 205 of 600 ~ 34.17%
B 218 of 600 ~ 36.33'%

%29.5
%34.17
%36.33

CMYK color model

#B1CDDA color CMYK value is (19,6,0,15).

  • cyan value is 18.81%
  • magenta value is 5.96%
  • yellow value is 0.00%
  • key color value is 14.51%

CMYK: (19,6,0,15)
C19M6Y0K15 (19%, 6%, 0%, 15%)
(0.19 / 0.06 / 0.00 / 0.15)

CMYK percentages

%18.81
%5.96
%0
%14.51

Codes

Color #B1CDDA in popluar color models

B1 CD DA
RGB 177 205 218
HSL 199° 35.65% 77.45%
HSB/HSV 199° 18.81% 85.49%
CMYK 18.81% 5.96% 0.00%
14.51%

Color #B1CDDA in popluar number systems.

HEX B1 CD DA
Decimal 177 205 218
Binary 10110001 11001101 11011010
Octal 261 315 332

Shades and tints

Shades of #B1CDDA

#B1CDDA
(177,205,218)
#A1BBC7
(161,187,199)
#91A9B4
(145,169,180)
#8197A1
(129,151,161)
#71858E
(113,133,142)
#61737B
(97,115,123)
#516168
(81,97,104)
#414F55
(65,79,85)
#313D42
(49,61,66)
#212B2F
(33,43,47)
#11191C
(17,25,28)
#000000
(0,0,0)

Tints of #B1CDDA

#B1CDDA
(177,205,218)
#B8D1DD
(184,209,221)
#BFD5E0
(191,213,224)
#C6D9E3
(198,217,227)
#CDDDE6
(205,221,230)
#D4E1E9
(212,225,233)
#DBE5EC
(219,229,236)
#E2E9EF
(226,233,239)
#E9EDF2
(233,237,242)
#F0F1F5
(240,241,245)
#F7F5F8
(247,245,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B1CDDA color. Also use rgb(177,205,218) instead hex code.

Text Font Color

.myTextColor { color: #B1CDDA; }

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

This text font color is #B1CDDA.

Background Color

.myBgColor { background-color: #B1CDDA; }

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

This div background color is #B1CDDA.

Border color

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

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

This div border color is #B1CDDA.

Opacity

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

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

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

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

This text has shadow with #B1CDDA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B1CDDA.

Preview

Color preview on black background

This text has color #B1CDDA on black background.


Color preview on white background

This text has color #B1CDDA on white background.


Black color preview on #B1CDDA background

This text has black color on #B1CDDA background.


White color preview on #B1CDDA background

This text has white color on #B1CDDA background.


Related colors

Complementary color

Complementary color for #hex is #4E3225.


I love getcolorcode.com

Triadic colors

1 #DAB1CD and #CDDAB1 with #B1CDDA are triadic colors.

2 #DACDB1 and #CDB1DA with #B1CDDA are triadic colors.