COLOR #B3CDD7

HEX: #B3CDD7 RGB: (179,205,215)

Color info

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

RGB color model

#B3CDD7 color RGB value is (179,205,215).

RGB: (179,205,215) (70%, 80%, 84%)

RGB channels and saturation

R 179 of 255 = 70%
G 205 of 255 = 80%
B 215 of 255 = 84%

179
205
215

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

Portions of RGB colors in percentages

R + G + B = 179 + 205 + 215 = 599 (100%)
R 179 of 599 ~ 29.88%
G 205 of 599 ~ 34.22%
B 215 of 599 ~ 35.89'%

%29.88
%34.22
%35.89

CMYK color model

#B3CDD7 color CMYK value is (17,5,0,16).

  • cyan value is 16.74%
  • magenta value is 4.65%
  • yellow value is 0.00%
  • key color value is 15.69%

CMYK: (17,5,0,16)
C17M5Y0K16 (17%, 5%, 0%, 16%)
(0.17 / 0.05 / 0.00 / 0.16)

CMYK percentages

%16.74
%4.65
%0
%15.69

Codes

Color #B3CDD7 in popluar color models

B3 CD D7
RGB 179 205 215
HSL 197° 31.03% 77.25%
HSB/HSV 197° 16.74% 84.31%
CMYK 16.74% 4.65% 0.00%
15.69%

Color #B3CDD7 in popluar number systems.

HEX B3 CD D7
Decimal 179 205 215
Binary 10110011 11001101 11010111
Octal 263 315 327

Shades and tints

Shades of #B3CDD7

#B3CDD7
(179,205,215)
#A3BBC4
(163,187,196)
#93A9B1
(147,169,177)
#83979E
(131,151,158)
#73858B
(115,133,139)
#637378
(99,115,120)
#536165
(83,97,101)
#434F52
(67,79,82)
#333D3F
(51,61,63)
#232B2C
(35,43,44)
#131919
(19,25,25)
#000000
(0,0,0)

Tints of #B3CDD7

#B3CDD7
(179,205,215)
#B9D1DA
(185,209,218)
#BFD5DD
(191,213,221)
#C5D9E0
(197,217,224)
#CBDDE3
(203,221,227)
#D1E1E6
(209,225,230)
#D7E5E9
(215,229,233)
#DDE9EC
(221,233,236)
#E3EDEF
(227,237,239)
#E9F1F2
(233,241,242)
#EFF5F5
(239,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B3CDD7 color. Also use rgb(179,205,215) instead hex code.

Text Font Color

.myTextColor { color: #B3CDD7; }

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

This text font color is #B3CDD7.

Background Color

.myBgColor { background-color: #B3CDD7; }

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

This div background color is #B3CDD7.

Border color

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

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

This div border color is #B3CDD7.

Opacity

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

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

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

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

This text has shadow with #B3CDD7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B3CDD7.

Preview

Color preview on black background

This text has color #B3CDD7 on black background.


Color preview on white background

This text has color #B3CDD7 on white background.


Black color preview on #B3CDD7 background

This text has black color on #B3CDD7 background.


White color preview on #B3CDD7 background

This text has white color on #B3CDD7 background.


Related colors

Complementary color

Complementary color for #hex is #4C3228.


I love getcolorcode.com

Triadic colors

1 #D7B3CD and #CDD7B3 with #B3CDD7 are triadic colors.

2 #D7CDB3 and #CDB3D7 with #B3CDD7 are triadic colors.