COLOR #B5C5EB

HEX: #B5C5EB RGB: (181,197,235)

Color info

#B5C5EB contains red, green and blue colors in about the same proportion. Web safe color of #B5C5EB is #CCCCFF (or #CCF).

RGB color model

#B5C5EB color RGB value is (181,197,235).

RGB: (181,197,235) (71%, 77%, 92%)

RGB channels and saturation

R 181 of 255 = 71%
G 197 of 255 = 77%
B 235 of 255 = 92%

181
197
235

R + G + B ~ 80%. #B5C5EB is quite light color.

Portions of RGB colors in percentages

R + G + B = 181 + 197 + 235 = 613 (100%)
R 181 of 613 ~ 29.53%
G 197 of 613 ~ 32.14%
B 235 of 613 ~ 38.34'%

%29.53
%32.14
%38.34

CMYK color model

#B5C5EB color CMYK value is (23,16,0,8).

  • cyan value is 22.98%
  • magenta value is 16.17%
  • yellow value is 0.00%
  • key color value is 7.84%
CMYK: (23,16,0,8) C23M16Y0K8 (23%,16%,0%,8%) (0.23/0.16/0.00/0.08) 

CMYK percentages

%22.98
%16.17
%0
%7.84

Codes

Color #B5C5EB in popluar color models

B5 C5 EB
RGB 181 197 235
HSL 222° 57.45% 81.57%
HSB/HSV 222° 22.98% 92.16%
CMYK 22.98% 16.17% 0.00%
7.84%

Color #B5C5EB in popluar number systems.

HEX B5 C5 EB
Decimal 181 197 235
Binary 10110101 11000101 11101011
Octal 265 305 353

Shades and tints

Shades of #B5C5EB

#B5C5EB
(181,197,235)
#A5B4D6
(165,180,214)
#95A3C1
(149,163,193)
#8592AC
(133,146,172)
#758197
(117,129,151)
#657082
(101,112,130)
#555F6D
(85,95,109)
#454E58
(69,78,88)
#353D43
(53,61,67)
#252C2E
(37,44,46)
#151B19
(21,27,25)
#000000
(0,0,0)

Tints of #B5C5EB

#B5C5EB
(181,197,235)
#BBCAEC
(187,202,236)
#C1CFED
(193,207,237)
#C7D4EE
(199,212,238)
#CDD9EF
(205,217,239)
#D3DEF0
(211,222,240)
#D9E3F1
(217,227,241)
#DFE8F2
(223,232,242)
#E5EDF3
(229,237,243)
#EBF2F4
(235,242,244)
#F1F7F5
(241,247,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B5C5EB color. Also use rgb(181,197,235) instead hex code.

Text Font Color

.myTextColor { color: #B5C5EB; }

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

This text font color is #B5C5EB.

Background Color

.myBgColor { background-color: #B5C5EB; }

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

This div background color is #B5C5EB.

Border color

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

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

This div border color is #B5C5EB.

Opacity

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

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

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

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

This text has shadow with #B5C5EB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B5C5EB.

Preview

Color preview on black background

This text has color #B5C5EB on black background.


Color preview on white background

This text has color #B5C5EB on white background.


Black color preview on #B5C5EB background

This text has black color on #B5C5EB background.


White color preview on #B5C5EB background

This text has white color on #B5C5EB background.


Related colors

Complementary color

Complementary color for #hex is #4A3A14.


I love getcolorcode.com

Triadic colors

1 #EBB5C5 and #C5EBB5 with #B5C5EB are triadic colors.

2 #EBC5B5 and #C5B5EB with #B5C5EB are triadic colors.