COLOR #B8CADA

HEX: #B8CADA RGB: (184,202,218)

Color info

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

RGB color model

#B8CADA color RGB value is (184,202,218).

RGB: (184,202,218) (72%, 79%, 85%)

RGB channels and saturation

R 184 of 255 = 72%
G 202 of 255 = 79%
B 218 of 255 = 85%

184
202
218

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

Portions of RGB colors in percentages

R + G + B = 184 + 202 + 218 = 604 (100%)
R 184 of 604 ~ 30.46%
G 202 of 604 ~ 33.44%
B 218 of 604 ~ 36.09'%

%30.46
%33.44
%36.09

CMYK color model

#B8CADA color CMYK value is (16,7,0,15).

  • cyan value is 15.60%
  • magenta value is 7.34%
  • yellow value is 0.00%
  • key color value is 14.51%
CMYK: (16,7,0,15) C16M7Y0K15 (16%,7%,0%,15%) (0.16/0.07/0.00/0.15) 

CMYK percentages

%15.6
%7.34
%0
%14.51

Codes

Color #B8CADA in popluar color models

B8 CA DA
RGB 184 202 218
HSL 208° 31.48% 78.82%
HSB/HSV 208° 15.60% 85.49%
CMYK 15.60% 7.34% 0.00%
14.51%

Color #B8CADA in popluar number systems.

HEX B8 CA DA
Decimal 184 202 218
Binary 10111000 11001010 11011010
Octal 270 312 332

Shades and tints

Shades of #B8CADA

#B8CADA
(184,202,218)
#A8B8C7
(168,184,199)
#98A6B4
(152,166,180)
#8894A1
(136,148,161)
#78828E
(120,130,142)
#68707B
(104,112,123)
#585E68
(88,94,104)
#484C55
(72,76,85)
#383A42
(56,58,66)
#28282F
(40,40,47)
#18161C
(24,22,28)
#000000
(0,0,0)

Tints of #B8CADA

#B8CADA
(184,202,218)
#BECEDD
(190,206,221)
#C4D2E0
(196,210,224)
#CAD6E3
(202,214,227)
#D0DAE6
(208,218,230)
#D6DEE9
(214,222,233)
#DCE2EC
(220,226,236)
#E2E6EF
(226,230,239)
#E8EAF2
(232,234,242)
#EEEEF5
(238,238,245)
#F4F2F8
(244,242,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B8CADA color. Also use rgb(184,202,218) instead hex code.

Text Font Color

.myTextColor { color: #B8CADA; }

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

This text font color is #B8CADA.

Background Color

.myBgColor { background-color: #B8CADA; }

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

This div background color is #B8CADA.

Border color

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

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

This div border color is #B8CADA.

Opacity

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

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

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

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

This text has shadow with #B8CADA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B8CADA.

Preview

Color preview on black background

This text has color #B8CADA on black background.


Color preview on white background

This text has color #B8CADA on white background.


Black color preview on #B8CADA background

This text has black color on #B8CADA background.


White color preview on #B8CADA background

This text has white color on #B8CADA background.


Related colors

Complementary color

Complementary color for #hex is #473525.


I love getcolorcode.com

Triadic colors

1 #DAB8CA and #CADAB8 with #B8CADA are triadic colors.

2 #DACAB8 and #CAB8DA with #B8CADA are triadic colors.