COLOR #B7CAD5

HEX: #B7CAD5 RGB: (183,202,213)

Color info

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

RGB color model

#B7CAD5 color RGB value is (183,202,213).

RGB: (183,202,213) (72%, 79%, 84%)

RGB channels and saturation

R 183 of 255 = 72%
G 202 of 255 = 79%
B 213 of 255 = 84%

183
202
213

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

Portions of RGB colors in percentages

R + G + B = 183 + 202 + 213 = 598 (100%)
R 183 of 598 ~ 30.6%
G 202 of 598 ~ 33.78%
B 213 of 598 ~ 35.62'%

%30.6
%33.78
%35.62

CMYK color model

#B7CAD5 color CMYK value is (14,5,0,16).

  • cyan value is 14.08%
  • magenta value is 5.16%
  • yellow value is 0.00%
  • key color value is 16.47%
CMYK: (14,5,0,16) C14M5Y0K16 (14%,5%,0%,16%) (0.14/0.05/0.00/0.16) 

CMYK percentages

%14.08
%5.16
%0
%16.47

Codes

Color #B7CAD5 in popluar color models

B7 CA D5
RGB 183 202 213
HSL 202° 26.32% 77.65%
HSB/HSV 202° 14.08% 83.53%
CMYK 14.08% 5.16% 0.00%
16.47%

Color #B7CAD5 in popluar number systems.

HEX B7 CA D5
Decimal 183 202 213
Binary 10110111 11001010 11010101
Octal 267 312 325

Shades and tints

Shades of #B7CAD5

#B7CAD5
(183,202,213)
#A7B8C2
(167,184,194)
#97A6AF
(151,166,175)
#87949C
(135,148,156)
#778289
(119,130,137)
#677076
(103,112,118)
#575E63
(87,94,99)
#474C50
(71,76,80)
#373A3D
(55,58,61)
#27282A
(39,40,42)
#171617
(23,22,23)
#000000
(0,0,0)

Tints of #B7CAD5

#B7CAD5
(183,202,213)
#BDCED8
(189,206,216)
#C3D2DB
(195,210,219)
#C9D6DE
(201,214,222)
#CFDAE1
(207,218,225)
#D5DEE4
(213,222,228)
#DBE2E7
(219,226,231)
#E1E6EA
(225,230,234)
#E7EAED
(231,234,237)
#EDEEF0
(237,238,240)
#F3F2F3
(243,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B7CAD5 color. Also use rgb(183,202,213) instead hex code.

Text Font Color

.myTextColor { color: #B7CAD5; }

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

This text font color is #B7CAD5.

Background Color

.myBgColor { background-color: #B7CAD5; }

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

This div background color is #B7CAD5.

Border color

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

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

This div border color is #B7CAD5.

Opacity

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

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

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

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

This text has shadow with #B7CAD5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B7CAD5.

Preview

Color preview on black background

This text has color #B7CAD5 on black background.


Color preview on white background

This text has color #B7CAD5 on white background.


Black color preview on #B7CAD5 background

This text has black color on #B7CAD5 background.


White color preview on #B7CAD5 background

This text has white color on #B7CAD5 background.


Related colors

Complementary color

Complementary color for #hex is #48352A.


I love getcolorcode.com

Triadic colors

1 #D5B7CA and #CAD5B7 with #B7CAD5 are triadic colors.

2 #D5CAB7 and #CAB7D5 with #B7CAD5 are triadic colors.