COLOR #B3CDEE

HEX: #B3CDEE RGB: (179,205,238)

Color info

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

RGB color model

#B3CDEE color RGB value is (179,205,238).

RGB: (179,205,238) (70%, 80%, 93%)

RGB channels and saturation

R 179 of 255 = 70%
G 205 of 255 = 80%
B 238 of 255 = 93%

179
205
238

R + G + B ~ 81%. #B3CDEE is quite light color.

Portions of RGB colors in percentages

R + G + B = 179 + 205 + 238 = 622 (100%)
R 179 of 622 ~ 28.78%
G 205 of 622 ~ 32.96%
B 238 of 622 ~ 38.26'%

%28.78
%32.96
%38.26

CMYK color model

#B3CDEE color CMYK value is (25,14,0,7).

  • cyan value is 24.79%
  • magenta value is 13.87%
  • yellow value is 0.00%
  • key color value is 6.67%

CMYK: (25,14,0,7)
C25M14Y0K7 (25%, 14%, 0%, 7%)
(0.25 / 0.14 / 0.00 / 0.07)

CMYK percentages

%24.79
%13.87
%0
%6.67

Codes

Color #B3CDEE in popluar color models

B3 CD EE
RGB 179 205 238
HSL 214° 63.44% 81.76%
HSB/HSV 214° 24.79% 93.33%
CMYK 24.79% 13.87% 0.00%
6.67%

Color #B3CDEE in popluar number systems.

HEX B3 CD EE
Decimal 179 205 238
Binary 10110011 11001101 11101110
Octal 263 315 356

Shades and tints

Shades of #B3CDEE

#B3CDEE
(179,205,238)
#A3BBD9
(163,187,217)
#93A9C4
(147,169,196)
#8397AF
(131,151,175)
#73859A
(115,133,154)
#637385
(99,115,133)
#536170
(83,97,112)
#434F5B
(67,79,91)
#333D46
(51,61,70)
#232B31
(35,43,49)
#13191C
(19,25,28)
#000000
(0,0,0)

Tints of #B3CDEE

#B3CDEE
(179,205,238)
#B9D1EF
(185,209,239)
#BFD5F0
(191,213,240)
#C5D9F1
(197,217,241)
#CBDDF2
(203,221,242)
#D1E1F3
(209,225,243)
#D7E5F4
(215,229,244)
#DDE9F5
(221,233,245)
#E3EDF6
(227,237,246)
#E9F1F7
(233,241,247)
#EFF5F8
(239,245,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B3CDEE; }

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

This text font color is #B3CDEE.

Background Color

.myBgColor { background-color: #B3CDEE; }

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

This div background color is #B3CDEE.

Border color

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

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

This div border color is #B3CDEE.

Opacity

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

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

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

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

This text has shadow with #B3CDEE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B3CDEE.

Preview

Color preview on black background

This text has color #B3CDEE on black background.


Color preview on white background

This text has color #B3CDEE on white background.


Black color preview on #B3CDEE background

This text has black color on #B3CDEE background.


White color preview on #B3CDEE background

This text has white color on #B3CDEE background.


Related colors

Complementary color

Complementary color for #hex is #4C3211.


I love getcolorcode.com

Triadic colors

1 #EEB3CD and #CDEEB3 with #B3CDEE are triadic colors.

2 #EECDB3 and #CDB3EE with #B3CDEE are triadic colors.